Class xlifepp::RefHexahedron#
-
class RefHexahedron : public xlifepp::RefElement#
-
Parent class: RefElement Child class: LagrangeHexahedron.
Subclassed by xlifepp::LagrangeHexahedron, xlifepp::NedelecEdgeHexahedron
Public Functions
-
inline RefHexahedron(const Interpolation *int_p)#
-
constructor by interpolation
-
inline virtual ~RefHexahedron()#
-
virtual destructor
-
inline virtual const splitvec_t &getO1splitting() const#
-
returns reference to splitting scheme computed by splitO1
-
virtual void interpolationData() = 0#
-
returns interpolation data
-
virtual void sideNumbering() = 0#
-
returns side numbering
-
inline RefHexahedron(const Interpolation *int_p)#