3#ifndef vtkDGLagrangePoints_h
4#define vtkDGLagrangePoints_h
28 bool GetParameters(std::vector<std::vector<double>>& params)
const override;
A function defined over the physical domain of a vtkCellGrid.
Shape
All possible shapes for DG cells.
@ None
A placeholder for an indeterminate or invalid shape.
static vtkDGLagrangePoints * New()
vtkSmartPointer< vtkCellAttributeCalculator > PrepareForGrid(vtkCellMetadata *cell, vtkCellAttribute *attribute) override
vtkDGLagrangePoints()=default
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkStringToken FunctionSpace
HGRAD, Bezier, …
std::vector< int > Order
The nominal (not total) polynomial order along each parametric axis.
~vtkDGLagrangePoints() override=default
bool GetParameters(std::vector< std::vector< double > > ¶ms) const override
Return the parametric coordinate of each degree of freedom.
a simple class to control print indentation
vtkLagrangePoints()=default
Hold a reference to a vtkObjectBase instance.
Represent a string by its integer hash.