Dune::ReferenceElement< ctype, dim > Class Template Reference
[Reference Elements]
#include <referenceelements.hh>
Detailed Description
template<typename ctype, int dim>
class Dune::ReferenceElement< ctype, dim >
This is the abstract base class for reference elements.
Public Member Functions | |
virtual int | size (int c) const=0 |
number of entities of codim c | |
virtual int | size (int i, int c, int cc) const=0 |
number of subentities of codim cc of entity (i,c) | |
virtual int | subEntity (int i, int c, int ii, int cc) const=0 |
number of ii'th subentity with codim cc>c of (i,c) | |
virtual const FieldVector< ctype, dim > & | position (int i, int c) const =0 |
Position of center of gravity of entity (i,c). | |
template<int codim> | |
FieldVector< ctype, dim > | global (const FieldVector< ctype, dim-codim > &local, int i, int cdim) const |
maps local coordinate on subentity i of codim cdim onto reference element coordinates | |
virtual GeometryType | type (int i, int c) const =0 |
type of (i,c) | |
virtual double | volume () const=0 |
volume of the reference element | |
virtual | ~ReferenceElement () |
virtual destructor |
The documentation for this class was generated from the following file: