]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove InternalDataBase argument of transform_unit_to_real_cell function.
authorhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 15 Mar 2001 18:52:15 +0000 (18:52 +0000)
committerhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 15 Mar 2001 18:52:15 +0000 (18:52 +0000)
git-svn-id: https://svn.dealii.org/trunk@4219 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/fe/mapping_cartesian.h

index e32c05fcf4376039756df14bb359a0c702e25027..4d26b53b69363644a9dbbc7173f3e7ea8174b4b0 100644 (file)
@@ -142,11 +142,9 @@ class MappingCartesian : public Mapping<dim>
                                      * @p{p_real} on the real cell
                                      * @p{cell} and returns @p{p_real}.
                                      */
-//TODO: document meaning of mdata argument    
     virtual Point<dim> transform_unit_to_real_cell (
       const typename Triangulation<dim>::cell_iterator cell,
-      const Point<dim> &p,
-      const typename Mapping<dim>::InternalDataBase *const mdata=0) const;
+      const Point<dim> &p) const;
 
                                     /**
                                      * Transforms the point @p{p} on
@@ -215,7 +213,8 @@ class MappingCartesian : public Mapping<dim>
                                         /**
                                          * Length of the cell in
                                          * different coordinate
-                                         * directions.
+                                         * directions, @p{h_x},
+                                         * @p{h_y}, @p{h_z}.
                                          */
        Tensor<1,dim> length;
 

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.