#include <dune/fem/space/lagrange/lagrangepoints.hh>
|
virtual | ~LagrangePointInterface ()=default |
| destructor
|
|
virtual unsigned int | entityDofNumber (unsigned int codim, unsigned int subEntity, unsigned int dofNumber) const =0 |
|
virtual GeometryType | geometryType () const =0 |
|
virtual unsigned int | maxDofs (unsigned int codim) const =0 |
| obtain the maximal number of DoFs in one entity of a codimension
|
|
virtual unsigned int | numDofs (unsigned int codim, unsigned int subEntity) const =0 |
| obtain the number of DoFs on one entity
|
|
virtual unsigned int | numDofs (unsigned int codim) const =0 |
| obtain the total number of DoFs in a codimension
|
|
virtual int | order () const |
|
◆ LagrangePointInterface()
template<unsigned int dim, unsigned int maxPolOrder>
◆ ~LagrangePointInterface()
template<unsigned int dim, unsigned int maxPolOrder>
◆ entityDofNumber()
template<unsigned int dim, unsigned int maxPolOrder>
virtual unsigned int Dune::Fem::LagrangePointInterface< dim, maxPolOrder >::entityDofNumber |
( |
unsigned int |
codim, |
|
|
unsigned int |
subEntity, |
|
|
unsigned int |
dofNumber |
|
) |
| const |
|
pure virtual |
◆ geometryType()
template<unsigned int dim, unsigned int maxPolOrder>
◆ maxDofs()
template<unsigned int dim, unsigned int maxPolOrder>
◆ maxOrder()
template<unsigned int dim, unsigned int maxPolOrder>
◆ numDofs() [1/2]
template<unsigned int dim, unsigned int maxPolOrder>
◆ numDofs() [2/2]
template<unsigned int dim, unsigned int maxPolOrder>
◆ order()
template<unsigned int dim, unsigned int maxPolOrder>
◆ dimension
template<unsigned int dim, unsigned int maxPolOrder>
◆ maxPolynomialOrder
template<unsigned int dim, unsigned int maxPolOrder>
The documentation for this class was generated from the following file: