]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Touch up documentation for FE_PolyTensor to address multiple mappings
authorgrahambenharper <grahambenharper@gmail.com>
Sun, 7 Jul 2019 07:19:22 +0000 (01:19 -0600)
committergrahambenharper <grahambenharper@gmail.com>
Sun, 7 Jul 2019 07:19:22 +0000 (01:19 -0600)
include/deal.II/fe/fe_poly_tensor.h

index c755a6f2a6dbf392f25558efda3e7a9e2f45235c..89034a6f45a05fb5111d42437977d4f9c2dd9987 100644 (file)
@@ -129,11 +129,13 @@ DEAL_II_NAMESPACE_OPEN
  * transformations can be selected from the set MappingType and stored in
  * #mapping_type. Therefore, each constructor should contain a line like:
  * @code
- * this->mapping_type = mapping_none;
+ * this->mapping_type = {mapping_none};
  * @endcode
  * (in case no mapping is required) or using whatever value among
  * the ones defined in MappingType is appropriate for the element you
- * are implementing.
+ * are implementing. If each shape function may be mapped by different
+ * mappings, then @p mapping_type may be a vector with the same number
+ * of elements as there are shape functions.
  *
  * @see PolynomialsBDM, PolynomialsRaviartThomas
  * @ingroup febase

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.