|
Nektar++
|
#include <LibUtilities/Python/NekPyConfig.hpp>#include <SpatialDomains/HexGeom.h>#include <SpatialDomains/PointGeom.h>#include <SpatialDomains/PrismGeom.h>#include <SpatialDomains/PyrGeom.h>#include <SpatialDomains/QuadGeom.h>#include <SpatialDomains/SegGeom.h>#include <SpatialDomains/TetGeom.h>#include <SpatialDomains/TriGeom.h>Go to the source code of this file.
Functions | |
| template<class T , class S > | |
| std::shared_ptr< T > | Geometry_Init (int id, py::list &facets) |
| template<class T , class S , class PARENT > | |
| void | export_Geom (const char *name) |
| SegGeomSharedPtr | SegGeom_Init (int id, int coordim, py::list &points, py::object &curve) |
| void | export_GeomElements () |
| void export_Geom | ( | const char * | name | ) |
Definition at line 61 of file GeomElements.cpp.
References CellMLToNektar.pycml::name.
| void export_GeomElements | ( | ) |
Definition at line 91 of file GeomElements.cpp.
References SegGeom_Init().
Referenced by BOOST_PYTHON_MODULE().
| std::shared_ptr< T > Geometry_Init | ( | int | id, |
| py::list & | facets | ||
| ) |
Definition at line 49 of file GeomElements.cpp.
References CellMLToNektar.pycml::extract().
| SegGeomSharedPtr SegGeom_Init | ( | int | id, |
| int | coordim, | ||
| py::list & | points, | ||
| py::object & | curve | ||
| ) |
Definition at line 70 of file GeomElements.cpp.
Referenced by export_GeomElements().