]> https://gitweb.dealii.org/ - dealii.git/commitdiff
FE/Q/MappingCollection operator[] and size() functions.
authorRalf Hartmann <Ralf.Hartmann@dlr.de>
Fri, 10 Feb 2006 12:59:33 +0000 (12:59 +0000)
committerRalf Hartmann <Ralf.Hartmann@dlr.de>
Fri, 10 Feb 2006 12:59:33 +0000 (12:59 +0000)
git-svn-id: https://svn.dealii.org/trunk@12296 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/doxygen/headers/hp.h

index 36716ef4fa7851517cb12d81fd3816ad7477e1d4..cca41d7369d9559b662e6dd5d0cca0692d1d1d60 100644 (file)
  * quadrature formula with two points in each space direction) may be
  * sufficient, but on another cell where a Q3 element is used, this would lead
  * to underintegration and we should use a QGauss(4) formula instead. Just as
- * above, the exists a class hp::QCollection that acts as a collection of
+ * above, there exists a class hp::QCollection that acts as a collection of
  * quadrature formulas
  *
  * Finally, one may want to use different orders for the boundary
  * approximation for cells with different orders for the finite element. The
  * hp::MappingCollection class allows to do this.
  *
- * All of these three classes, the hp::FECollection, hp::QCollection, and
- * hp::MappingCollection classes, implement a similar interface. They have
- * functions <code>add_*()</code> to add a finite element, quadrature formula,
- * or mapping to the collection. They have a <code>get_*(unsigned int)</code>
- * function that allows to retrieve a reference to a given element of the
- * collection. And they have a <code>n_*()</code> function that returns the
- * number of elements in the collection. Some of the classes, in particular
- * that holding finite element objects, also implement other functions
+ * All of these three classes, the hp::FECollection, hp::QCollection,
+ * and hp::MappingCollection classes, implement a similar
+ * interface. They have functions <code>add_*()</code> to add a finite
+ * element, quadrature formula, or mapping to the collection. They
+ * have an <code>operator[] (unsigned int)</code> function that allows to
+ * retrieve a reference to a given element of the collection. And they
+ * have a <code>size()</code> function that returns the number of
+ * elements in the collection. Some of the classes, in particular that
+ * holding finite element objects, also implement other functions
  * specific to their purpose.
  *
  * The similarity goes beyond the interface: When adding an element to the

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.