]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Make documentation of hp::FECollection clearer. 7274/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Fri, 5 Oct 2018 04:22:02 +0000 (22:22 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Fri, 5 Oct 2018 04:23:39 +0000 (22:23 -0600)
include/deal.II/hp/fe_collection.h

index d6c19e5a3efdc7fdd7dc6fdc0cd16e128b70dba2..f43dcda4b10ef6cf1ba10d0ef34382e9035b93af 100644 (file)
@@ -69,8 +69,10 @@ namespace hp
     explicit FECollection(const FiniteElement<dim, spacedim> &fe);
 
     /**
-     * Constructor. This constructor creates a FECollection from more than
-     * one finite element.
+     * Constructor. This constructor creates a FECollection from one or
+     * more finite element objects passed to the constructor. For this
+     * call to be valid, all arguments need to be of types derived
+     * from class FiniteElement<dim,spacedim>.
      */
     template <class... FETypes>
     explicit FECollection(const FETypes &... fes);

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.