|
Nektar++
|
#include <LibUtilities/Python/NekPyConfig.hpp>#include <SpatialDomains/Curve.hpp>#include <SpatialDomains/MeshGraph.h>Go to the source code of this file.
Functions | |
| unique_ptr_objpool< Curve > | Curve_Init (int curveID, LibUtilities::PointsType type) |
| py::list | Curve_GetPoints (Curve *curve) |
| void | Curve_SetPoints (Curve *curve, py::list &pts) |
| void | export_Curve (py::module &m) |
| py::list Curve_GetPoints | ( | Curve * | curve | ) |
Definition at line 47 of file Curve.cpp.
References Nektar::SpatialDomains::Curve::m_points.
Referenced by export_Curve().
| unique_ptr_objpool< Curve > Curve_Init | ( | int | curveID, |
| LibUtilities::PointsType | type | ||
| ) |
Definition at line 42 of file Curve.cpp.
References Nektar::ObjPoolManager< DataType >::AllocateUniquePtr().
Referenced by export_Curve().
| void Curve_SetPoints | ( | Curve * | curve, |
| py::list & | pts | ||
| ) |
Definition at line 57 of file Curve.cpp.
References Nektar::SpatialDomains::Curve::m_points.
Referenced by export_Curve().
| void export_Curve | ( | py::module & | m | ) |
Definition at line 67 of file Curve.cpp.
References Curve_GetPoints(), Curve_Init(), Curve_SetPoints(), Nektar::SpatialDomains::Curve::m_curveID, and Nektar::SpatialDomains::Curve::m_ptype.
Referenced by PYBIND11_MODULE().