50 std::shared_ptr<SegExp>>(m,
"SegExp", py::multiple_inheritance())
54 std::shared_ptr<TriExp>>(m,
"TriExp", py::multiple_inheritance())
59 std::shared_ptr<QuadExp>>(m,
"QuadExp",
60 py::multiple_inheritance())
65 std::shared_ptr<TetExp>>(m,
"TetExp", py::multiple_inheritance())
71 std::shared_ptr<PrismExp>>(m,
"PrismExp",
72 py::multiple_inheritance())
78 std::shared_ptr<PyrExp>>(m,
"PyrExp", py::multiple_inheritance())
84 std::shared_ptr<HexExp>>(m,
"HexExp", py::multiple_inheritance())
void export_LocalElements(py::module &m)
Describes the specification for a Basis.
Class representing a hexehedral element in reference space.
Class representing a prismatic element in reference space.
Class representing a segment element in reference space All interface of this class sits in StdExpans...
std::shared_ptr< QuadGeom > QuadGeomSharedPtr
std::shared_ptr< PrismGeom > PrismGeomSharedPtr
std::shared_ptr< HexGeom > HexGeomSharedPtr
std::shared_ptr< SegGeom > SegGeomSharedPtr
std::shared_ptr< PyrGeom > PyrGeomSharedPtr
std::shared_ptr< TetGeom > TetGeomSharedPtr
std::shared_ptr< TriGeom > TriGeomSharedPtr