dune-vtk 2.8
|
A set of lagrange points compatible with the numbering of VTK and Gmsh. More...
#include <dune/vtk/utility/lagrangepoints.hh>
Public Member Functions | |
LagrangePointSet (std::size_t order) | |
void | build (GeometryType gt) |
Fill the lagrange points for the given geometry type. More... | |
template<GeometryType::Id geometryId> | |
bool | build () |
Fill the lagrange points for the given topology type Topology More... | |
Static Public Member Functions | |
template<GeometryType::Id geometryId> | |
static bool | supports (std::size_t order) |
Static Public Attributes | |
static const unsigned int | dimension = dim |
A set of lagrange points compatible with the numbering of VTK and Gmsh.
K | Field-type for the coordinates |
dim | Dimension of the coordinates |
|
inline |
|
inline |
Fill the lagrange points for the given topology type Topology
|
inline |
Fill the lagrange points for the given geometry type.
|
inlinestatic |
Returns whether the point set support the given topology type Topology
and can generate point for the given order.
|
static |