#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/space/lagrange/genericlagrangepoints.hh>
|
template<class LocalCoordinateType > |
static void | dofSubEntity (LocalCoordinateType &coordinate, unsigned int &codim, unsigned int &subEntity) |
|
template<class LocalCoordinateType > |
static void | dofSubEntity (LocalCoordinateType &coordinate, unsigned int &codim, unsigned int &subEntity, unsigned int &dofNumber) |
|
static unsigned int | entityDofNumber (unsigned int codim, unsigned int subEntity, unsigned int dofNumber) |
|
template<class LocalCoordinateType > |
static unsigned int | height (LocalCoordinateType &coordinate) |
|
static unsigned int | maxDofs (unsigned int codim) |
| obtain the maximal number of DoFs in one entity of a codimension More...
|
|
static unsigned int | numDofs (unsigned int codim, unsigned int subEntity) |
| obtain the number of DoFs on one entity More...
|
|
static unsigned int | numDofs (unsigned int codim) |
| obtain the total number of DoFs in a codimension More...
|
|
|
static const unsigned int | dimension = GeometryType::dimension |
|
static const unsigned int | polynomialOrder = order |
|
static const unsigned int | numLagrangePoints = FirstReductionType::numLagrangePoints * SecondReductionType::numLagrangePoints |
|
|
template<class LocalCoordinateType > |
static void | dofCoordinate (unsigned int index, LocalCoordinateType &coordinate) |
|
template<class FirstGeometry , class SecondGeometry , unsigned int order, bool bottom>
template<class FirstGeometry , class SecondGeometry , unsigned int order, bool bottom>
template<class FirstGeometry , class SecondGeometry , unsigned int order, bool bottom>
template<class FirstGeometry , class SecondGeometry , unsigned int order, bool bottom>
template<class FirstGeometry , class SecondGeometry , unsigned int order, bool bottom>
template<class LocalCoordinateType >
template<class FirstGeometry , class SecondGeometry , unsigned int order, bool bottom>
template<class LocalCoordinateType >
template<class FirstGeometry , class SecondGeometry , unsigned int order, bool bottom>
template<class LocalCoordinateType >
static void Dune::Fem::GenericLagrangePoint< ProductGeometry< FirstGeometry, SecondGeometry >, order, bottom >::dofSubEntity |
( |
LocalCoordinateType & |
coordinate, |
|
|
unsigned int & |
codim, |
|
|
unsigned int & |
subEntity, |
|
|
unsigned int & |
dofNumber |
|
) |
| |
|
inlinestatic |
template<class FirstGeometry , class SecondGeometry , unsigned int order, bool bottom>
template<class FirstGeometry , class SecondGeometry , unsigned int order, bool bottom>
template<class FirstGeometry , class SecondGeometry , unsigned int order, bool bottom>
template<class FirstGeometry , class SecondGeometry , unsigned int order, bool bottom>
template<class LocalCoordinateType >
template<class FirstGeometry , class SecondGeometry , unsigned int order, bool bottom>
template<class FirstGeometry , class SecondGeometry , unsigned int order, bool bottom>
template<class FieldType >
template<class FirstGeometry , class SecondGeometry , unsigned int order, bool bottom>
obtain the maximal number of DoFs in one entity of a codimension
- Parameters
-
[in] | codim | codimension, the information is desired for |
- Returns
- maximal number of DoFs for one entity in the codimension
References Dune::Fem::max().
template<class FirstGeometry , class SecondGeometry , unsigned int order, bool bottom>
obtain the number of DoFs on one entity
- Parameters
-
[in] | codim | codimension of the entity |
[in] | subEntity | number of the subentity (of the given codimension) |
- Returns
- the number of DoFs associated with the specified entity
template<class FirstGeometry , class SecondGeometry , unsigned int order, bool bottom>
obtain the total number of DoFs in a codimension
- Parameters
-
[in] | codim | codimension the information is desired for |
- Returns
- the number of DoFs associated with the codimension
template<class FirstGeometry , class SecondGeometry , unsigned int order, bool bottom>
template<class FirstGeometry , class SecondGeometry , unsigned int order, bool bottom>
template<class FirstGeometry , class SecondGeometry , unsigned int order, bool bottom>
template<class FirstGeometry , class SecondGeometry , unsigned int order, bool bottom>
The documentation for this class was generated from the following file: