]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Umbenennung der Argumente i,j
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Sun, 23 Aug 1998 11:02:21 +0000 (11:02 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Sun, 23 Aug 1998 11:02:21 +0000 (11:02 +0000)
git-svn-id: https://svn.dealii.org/trunk@506 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/fe/fe_values.h

index fc156f0f1fc175bb41a41a9e5525e128ad5cab40..0f94998cb5cd1b37ce35c60f43fecbf199db2b5d 100644 (file)
@@ -231,8 +231,8 @@ class FEValuesBase {
                                      * the last time the #reinit# function
                                      * of the derived class was called.
                                      */
-    double shape_value (const unsigned int i,
-                       const unsigned int j) const;
+    double shape_value (const unsigned int function,
+                       const unsigned int quadrature_point) const;
 
                                     /**
                                      * Return a pointer to the matrix holding
@@ -275,8 +275,8 @@ class FEValuesBase {
                                      * The function returns the gradient on the
                                      * real element, not the reference element.
                                      */
-    const Point<dim> & shape_grad (const unsigned int i,
-                                  const unsigned int j) const;
+    const Point<dim> & shape_grad (const unsigned int function,
+                                  const unsigned int quadrature_point) const;
 
                                     /** 
                                      * Return a pointer to the matrix holding
@@ -366,7 +366,7 @@ class FEValuesBase {
                                      * transformation's Jacobi matrix in
                                      * all cases).
                                      */
-    double JxW (const unsigned int i) const;
+    double JxW (const unsigned int quadrature_point) const;
 
                                     /**
                                      * Return a pointer to the array holding

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.