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 > | |
std::shared_ptr< T > | Geometry_Init_Curved (int id, py::list &facets, CurveSharedPtr curve) |
template<class T , class S > | |
void | export_Geom_2d (const char *name) |
template<class T , class S > | |
void | export_Geom_3d (const char *name) |
SegGeomSharedPtr | SegGeom_Init (int id, int coordim, py::list &points, py::object &curve) |
py::tuple | PointGeom_GetCoordinates (const PointGeom &self) |
void | export_GeomElements () |
void export_Geom_2d | ( | const char * | name | ) |
Definition at line 75 of file GeomElements.cpp.
References CellMLToNektar.pycml::name.
void export_Geom_3d | ( | const char * | name | ) |
Definition at line 87 of file GeomElements.cpp.
References CellMLToNektar.pycml::name.
void export_GeomElements | ( | ) |
Definition at line 122 of file GeomElements.cpp.
References PointGeom_GetCoordinates(), and 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().
std::shared_ptr< T > Geometry_Init_Curved | ( | int | id, |
py::list & | facets, | ||
CurveSharedPtr | curve | ||
) |
Definition at line 62 of file GeomElements.cpp.
References CellMLToNektar.pycml::extract().
py::tuple PointGeom_GetCoordinates | ( | const PointGeom & | self | ) |
Definition at line 117 of file GeomElements.cpp.
References Nektar::NekPoint< data_type >::x(), Nektar::NekPoint< data_type >::y(), and Nektar::NekPoint< data_type >::z().
Referenced by export_GeomElements().
SegGeomSharedPtr SegGeom_Init | ( | int | id, |
int | coordim, | ||
py::list & | points, | ||
py::object & | curve | ||
) |
Definition at line 96 of file GeomElements.cpp.
Referenced by export_GeomElements().