]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Augment documentation
authorkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 25 Feb 2014 07:39:34 +0000 (07:39 +0000)
committerkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 25 Feb 2014 07:39:34 +0000 (07:39 +0000)
git-svn-id: https://svn.dealii.org/trunk@32547 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/matrix_free/mapping_fe_evaluation.h

index 2c42f1e98fd5d4760473fadcba1356abf974617c..3eb5aaf7d6299925077d6e71b0d3e462114a7147 100644 (file)
@@ -42,7 +42,13 @@ DEAL_II_NAMESPACE_OPEN
  * the same element. This interface is thus primarily useful for evaluating
  * several operators on the same cell, e.g., when assembling cell matrices.
  *
- * @author Martin Kronbichler
+ * As opposed to the standard Mapping classes in deal.II, this class does not
+ * actually provide a boundary description that can be used to evaluate the
+ * geometry, but it rather provides the evaluated geometry from a given
+ * deal.II mapping (as passed to the constructor of this class) in a form
+ * accessible to FEEvaluation.
+ *
+ * @author Martin Kronbichler, 2014
  */
 template <int dim, typename Number=double>
 class MappingFEEvaluation : public Subscriptor
@@ -54,14 +60,14 @@ public:
    * FE_Nothing, is used internally for the underlying FEValues object.
    */
   MappingFEEvaluation (const Mapping<dim> &mapping,
-                     const Quadrature<1> &quadrature,
-                     const UpdateFlags update_flags);
+                       const Quadrature<1> &quadrature,
+                       const UpdateFlags update_flags);
 
   /**
    * Constructor. Instead of providing a mapping, use MappingQ1.
    */
   MappingFEEvaluation (const Quadrature<1> &quadrature,
-                     const UpdateFlags update_flags);
+                       const UpdateFlags update_flags);
 
   /**
    * Initialize with the given cell iterator. This works for all type of

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.