45 py::class_<ExpList1D, py::bases<ExpList>,
46 std::shared_ptr<ExpList1D> >(
47 "ExpList1D", py::init<
50 py::class_<ExpList2D, py::bases<ExpList>,
51 std::shared_ptr<ExpList2D> >(
52 "ExpList2D", py::init<
53 const LibUtilities::SessionReaderSharedPtr &,
55 py::class_<ExpList3D, py::bases<ExpList>,
56 std::shared_ptr<ExpList3D> >(
57 "ExpList3D", py::init<
58 const LibUtilities::SessionReaderSharedPtr &,
std::shared_ptr< MeshGraph > MeshGraphSharedPtr
#define NEKPY_SHPTR_FIX(SOURCE, TARGET)
Base class for all multi-elemental spectral/hp expansions.
This class is the abstraction of a one-dimensional multi-elemental expansions which is merely a colle...
Abstraction of a two-dimensional multi-elemental expansion which is merely a collection of local expa...
Abstraction of a three-dimensional multi-elemental expansion which is merely a collection of local ex...
std::shared_ptr< SessionReader > SessionReaderSharedPtr