|
Nektar++
|
#include <SpatialDomains/PointGeom.h>#include <SpatialDomains/SegGeom.h>#include <SpatialDomains/TriGeom.h>#include <SpatialDomains/QuadGeom.h>#include <SpatialDomains/TetGeom.h>#include <SpatialDomains/PrismGeom.h>#include <SpatialDomains/PyrGeom.h>#include <SpatialDomains/HexGeom.h>#include <LibUtilities/Python/NekPyConfig.hpp>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 62 of file GeomElements.cpp.
References CellMLToNektar.pycml::name, and NEKPY_SHPTR_FIX.
| void export_GeomElements | ( | ) |
Definition at line 94 of file GeomElements.cpp.
References Nektar::SpatialDomains::SegGeom::GetCurve(), NEKPY_SHPTR_FIX, and SegGeom_Init().
Referenced by BOOST_PYTHON_MODULE().
| std::shared_ptr<T> Geometry_Init | ( | int | id, |
| py::list & | facets | ||
| ) |
| SegGeomSharedPtr SegGeom_Init | ( | int | id, |
| int | coordim, | ||
| py::list & | points, | ||
| py::object & | curve | ||
| ) |
1.8.13