Nektar++
|
Go to the source code of this file.
Functions | |
void | export_Geometry (py::module &m) |
void | export_Curve (py::module &m) |
void | export_MeshGraph (py::module &m) |
MeshGraph exports. More... | |
void | export_MeshGraphIO (py::module &m) |
void | export_GeomElements (py::module &m) |
void | export_Zones (py::module &m) |
void | export_Interfaces (py::module &m) |
void | export_Movement (py::module &m) |
PYBIND11_MODULE (_SpatialDomains, m) | |
void export_Curve | ( | py::module & | m | ) |
Definition at line 61 of file Curve.cpp.
References Curve_GetPoints(), and Curve_SetPoints().
Referenced by PYBIND11_MODULE().
void export_GeomElements | ( | py::module & | m | ) |
Definition at line 120 of file GeomElements.cpp.
References PointGeom_GetCoordinates(), and SegGeom_Init().
Referenced by PYBIND11_MODULE().
void export_Geometry | ( | py::module & | m | ) |
Definition at line 64 of file Python/Geometry.cpp.
References Geometry_ContainsPoint(), Geometry_GenGeomFactors(), and Geometry_IsValid().
Referenced by PYBIND11_MODULE().
void export_Interfaces | ( | py::module & | m | ) |
Definition at line 54 of file Interfaces.cpp.
References CellMLToNektar.pycml::copy(), Interface_Init(), and InterfacePair_Init().
Referenced by PYBIND11_MODULE().
void export_MeshGraph | ( | py::module & | m | ) |
MeshGraph exports.
Definition at line 63 of file Python/MeshGraph.cpp.
References Composite_Init().
Referenced by PYBIND11_MODULE().
void export_MeshGraphIO | ( | py::module & | m | ) |
Definition at line 58 of file Python/MeshGraphIO.cpp.
References MeshGraphIO_Create(), MeshGraphIO_Read(), and Nektar::LibUtilities::NullFieldMetaDataMap.
Referenced by PYBIND11_MODULE().
void export_Movement | ( | py::module & | m | ) |
Definition at line 61 of file Python/Movement.cpp.
References CellMLToNektar.pycml::copy(), GetInterfaces_wrapper(), and Movement_Init().
Referenced by PYBIND11_MODULE().
void export_Zones | ( | py::module & | m | ) |
Definition at line 69 of file Python/Zones.cpp.
References CellMLToNektar.pycml::copy(), Nektar::SpatialDomains::MovementTypeStr, NEKPY_WRAP_ENUM_STRING, ZoneFixed_Init(), ZoneRotate_Init(), and ZoneTranslate_Init().
Referenced by PYBIND11_MODULE().
PYBIND11_MODULE | ( | _SpatialDomains | , |
m | |||
) |
Definition at line 47 of file SpatialDomains.cpp.
References export_Curve(), export_GeomElements(), export_Geometry(), export_Interfaces(), export_MeshGraph(), export_MeshGraphIO(), export_Movement(), and export_Zones().