27#ifndef vtkDGAttributeInformation_h
28#define vtkDGAttributeInformation_h
33VTK_ABI_NAMESPACE_BEGIN
78 std::string
GetBasisName()
const override {
return this->BasisName; }
93 int BasisValueSize{ 1 };
94 int NumberOfBasisFunctions{ 1 };
95 int DegreeOfFreedomSize{ 1 };
96 bool SharedDegreesOfFreedom{
true };
A function defined over the physical domain of a vtkCellGrid.
Base class for a discontinuous Galerkin cells of all shapes.
a simple class to control print indentation
Hold a reference to a vtkObjectBase instance.