Class to store the attributes of a quad point, such as the cell Id it belongs, the quadPointId within the cell it belongs to, and the quadrature rule (defined by quadratureRuleId) it is part of. More...
#include <QuadratureAttributes.h>
Public Member Functions | |
QuadraturePointAttributes () | |
QuadraturePointAttributes (const size_type inputCellId, const QuadratureRuleAttributes *inputQuadratureRuleAttributesPtr, const size_type inputQuadPointId) | |
Public Attributes | |
size_type | cellId |
const QuadratureRuleAttributes * | quadratureRuleAttributesPtr |
size_type | quadPointId |
Class to store the attributes of a quad point, such as the cell Id it belongs, the quadPointId within the cell it belongs to, and the quadrature rule (defined by quadratureRuleId) it is part of.
|
inline |
|
inline |
size_type dftefe::quadrature::QuadraturePointAttributes::cellId |
size_type dftefe::quadrature::QuadraturePointAttributes::quadPointId |
const QuadratureRuleAttributes* dftefe::quadrature::QuadraturePointAttributes::quadratureRuleAttributesPtr |