#include <dune/fem/space/lagrange/lagrangepoints.hh>
|
| | LagrangePointSet (const GeometryType &geometry, const int polynomialOrder) |
| | constructor
|
| |
| | LagrangePointSet (const ThisType &other) |
| | copy constructor
|
| |
| ThisType & | operator= (const ThisType &)=delete |
| |
| const LocalKey & | localKey (unsigned int index) const |
| |
| void | dofSubEntity (unsigned int index, unsigned int &codim, unsigned int &subEntity) const |
| |
| void | dofSubEntity (unsigned int index, unsigned int &codim, unsigned int &subEntity, unsigned int &dofNumber) const |
| |
| unsigned int | entityDofNumber (unsigned int codim, unsigned int subEntity, unsigned int dofNumber) const |
| |
| unsigned int | maxDofs (unsigned int codim) const |
| |
| unsigned int | numDofs (unsigned int codim, unsigned int subEntity) const |
| |
| unsigned int | numDofs (unsigned int codim) const |
| |
| std::size_t | size () const |
| | get number of Lagrange points
|
| |
| template<unsigned int codim> |
| Codim< codim >::SubEntityIteratorType | beginSubEntity (unsigned int subEntity) const |
| |
| template<unsigned int codim> |
| Codim< codim >::SubEntityIteratorType | endSubEntity (unsigned int subEntity) const |
| |
|
| static const int | dimension = BaseType::dimension |
| |
◆ CoordinateType
template<class GridPart , unsigned int maxPolOrder>
◆ FieldType
template<class GridPart , unsigned int maxPolOrder>
◆ GridPartType
template<class GridPart , unsigned int maxPolOrder>
◆ PointType
template<class GridPart , unsigned int maxPolOrder>
◆ Traits
template<class GridPart , unsigned int maxPolOrder>
◆ anonymous enum
template<class GridPart , unsigned int maxPolOrder>
| Enumerator |
|---|
| maxPolynomialOrder | |
◆ LagrangePointSet() [1/2]
template<class GridPart , unsigned int maxPolOrder>
◆ LagrangePointSet() [2/2]
template<class GridPart , unsigned int maxPolOrder>
◆ beginSubEntity()
template<class GridPart , unsigned int maxPolOrder>
template<unsigned int codim>
◆ dofSubEntity() [1/2]
template<class GridPart , unsigned int maxPolOrder>
| void Dune::Fem::LagrangePointSet< GridPart, maxPolOrder >::dofSubEntity |
( |
unsigned int |
index, |
|
|
unsigned int & |
codim, |
|
|
unsigned int & |
subEntity |
|
) |
| const |
|
inline |
◆ dofSubEntity() [2/2]
template<class GridPart , unsigned int maxPolOrder>
| void Dune::Fem::LagrangePointSet< GridPart, maxPolOrder >::dofSubEntity |
( |
unsigned int |
index, |
|
|
unsigned int & |
codim, |
|
|
unsigned int & |
subEntity, |
|
|
unsigned int & |
dofNumber |
|
) |
| const |
|
inline |
◆ endSubEntity()
template<class GridPart , unsigned int maxPolOrder>
template<unsigned int codim>
◆ entityDofNumber()
template<class GridPart , unsigned int maxPolOrder>
| unsigned int Dune::Fem::LagrangePointSet< GridPart, maxPolOrder >::entityDofNumber |
( |
unsigned int |
codim, |
|
|
unsigned int |
subEntity, |
|
|
unsigned int |
dofNumber |
|
) |
| const |
|
inline |
◆ localKey()
template<class GridPart , unsigned int maxPolOrder>
◆ maxDofs()
template<class GridPart , unsigned int maxPolOrder>
◆ numDofs() [1/2]
template<class GridPart , unsigned int maxPolOrder>
◆ numDofs() [2/2]
template<class GridPart , unsigned int maxPolOrder>
◆ operator=()
template<class GridPart , unsigned int maxPolOrder>
◆ size()
template<class GridPart , unsigned int maxPolOrder>
get number of Lagrange points
◆ dimension
template<class GridPart , unsigned int maxPolOrder>
The documentation for this class was generated from the following file: