Nektar++
|
#include <LibUtilities/Python/NekPyConfig.hpp>
Go to the source code of this file.
Functions | |
void | export_Geometry () |
void | export_Curve () |
void | export_MeshGraph () |
MeshGraph exports. More... | |
void | export_MeshGraphIO () |
void | export_GeomElements () |
void | export_Zones () |
void | export_Interfaces () |
void | export_Movement () |
BOOST_PYTHON_MODULE (_SpatialDomains) | |
BOOST_PYTHON_MODULE | ( | _SpatialDomains | ) |
Definition at line 46 of file SpatialDomains.cpp.
References export_Curve(), export_GeomElements(), export_Geometry(), export_Interfaces(), export_MeshGraph(), export_MeshGraphIO(), export_Movement(), and export_Zones().
void export_Curve | ( | ) |
Definition at line 61 of file Curve.cpp.
References Curve_GetPoints(), and Curve_SetPoints().
Referenced by BOOST_PYTHON_MODULE().
void export_GeomElements | ( | ) |
Definition at line 122 of file GeomElements.cpp.
References PointGeom_GetCoordinates(), and SegGeom_Init().
Referenced by BOOST_PYTHON_MODULE().
void export_Geometry | ( | ) |
Definition at line 61 of file Python/Geometry.cpp.
References Geometry_ContainsPoint(), Geometry_GenGeomFactors(), and Geometry_IsValid().
Referenced by BOOST_PYTHON_MODULE().
void export_Interfaces | ( | ) |
Definition at line 54 of file Interfaces.cpp.
References Interface_Init(), and InterfacePair_Init().
Referenced by BOOST_PYTHON_MODULE().
void export_MeshGraph | ( | ) |
MeshGraph exports.
Definition at line 64 of file Python/MeshGraph.cpp.
References Composite_Init().
Referenced by BOOST_PYTHON_MODULE().
void export_MeshGraphIO | ( | ) |
Definition at line 57 of file Python/MeshGraphIO.cpp.
References MeshGraphIO_Create(), MeshGraphIO_Read(), and Nektar::LibUtilities::NullFieldMetaDataMap.
Referenced by BOOST_PYTHON_MODULE().
void export_Movement | ( | ) |
Definition at line 61 of file Python/Movement.cpp.
References GetInterfaces_wrapper(), and Movement_Init().
Referenced by BOOST_PYTHON_MODULE().
void export_Zones | ( | ) |
Definition at line 67 of file Python/Zones.cpp.
References Nektar::SpatialDomains::MovementTypeStr, NEKPY_WRAP_ENUM_STRING, ZoneFixed_Init(), ZoneRotate_Init(), and ZoneTranslate_Init().
Referenced by BOOST_PYTHON_MODULE().