A set of lagrange points compatible with the numbering of VTK and Gmsh.
More...
#include <dune/vtk/utility/lagrangepoints.hh>
|
| LagrangePointSet (std::size_t order) |
|
void | build (GeometryType gt) |
| Fill the lagrange points for the given geometry type. More...
|
|
template<class Topology > |
bool | build () |
| Fill the lagrange points for the given topology type Topology More...
|
|
|
template<class Topology > |
static bool | supports (std::size_t order) |
|
template<class K, unsigned int dim>
class Dune::Vtk::LagrangePointSet< K, dim >
A set of lagrange points compatible with the numbering of VTK and Gmsh.
- Template Parameters
-
K | Field-type for the coordinates |
dim | Dimension of the coordinates |
◆ LagrangePointSet()
template<class K , unsigned int dim>
◆ build() [1/2]
template<class K , unsigned int dim>
template<class Topology >
Fill the lagrange points for the given topology type Topology
◆ build() [2/2]
template<class K , unsigned int dim>
Fill the lagrange points for the given geometry type.
◆ supports()
template<class K , unsigned int dim>
template<class Topology >
Returns whether the point set support the given topology type Topology
and can generate point for the given order.
◆ dimension
template<class K , unsigned int dim>
The documentation for this class was generated from the following file: