Go to the source code of this file.
◆ export_ExpList2D()
void export_ExpList2D |
( |
| ) |
|
Definition at line 43 of file Python/ExpList2D.cpp.
References NEKPY_SHPTR_FIX.
Referenced by BOOST_PYTHON_MODULE().
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<
55 py::class_<ExpList3D, py::bases<ExpList>,
56 std::shared_ptr<ExpList3D> >(
57 "ExpList3D", py::init<
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