referenceelements.hh File Reference
Detailed Description
Definition of reference elements for all types and dims.
#include <iostream>
#include <dune/common/fvector.hh>
#include <dune/common/exceptions.hh>
#include <dune/common/geometrytype.hh>
#include <dune/grid/common/grid.hh>
#include <dune/common/misc.hh>
Go to the source code of this file.
Namespaces | |
namespace | Dune |
Classes | |
class | Dune::ReferenceElement< ctype, dim > |
This is the abstract base class for reference elements. More... | |
class | Dune::ReferenceElementWrapper< Imp > |
The wrapper allows Imp to be used as a reference element without making methods of Imp virtual. More... | |
class | Dune::ReferenceCube< ctype, dim > |
This is the reference cube without virtual functions. More... | |
class | Dune::ReferenceCube< ctype, 0 > |
specialization for d=0 More... | |
class | Dune::ReferenceCubeContainer< ctype, dim > |
Make the reference cube accessible as a container. More... | |
class | Dune::ReferenceSimplex< ctype, dim > |
Reference simplex. More... | |
class | Dune::ReferenceSimplex< ctype, 0 > |
specialization for d=0 More... | |
class | Dune::ReferenceSimplexContainer< ctype, dim > |
Make the reference simplex accessible as a container. More... | |
class | Dune::ReferencePrismContainer< ctype, dim > |
Make the reference Prism accessible as a container. More... | |
class | Dune::ReferencePyramidContainer< ctype, dim > |
Make the reference Pyramid accessible as a container. More... | |
class | Dune::ReferenceElementContainer< ctype, dim > |
Combines all reference elements. More... | |
class | Dune::ReferenceElementContainer< ctype, 3 > |
Combines all reference elements for dim==3. More... | |
Functions | |
template<class RT, int codim> | |
FieldVector< typename RT::CoordType, RT::d > | Dune::mapGlobal (const RT &refElem, const FieldVector< typename RT::CoordType, RT::d-codim > &l, int i, int cdim) |