|
Nektar++
|
Go to the source code of this file.
Functions | |
| py::list | Curve_GetPoints (CurveSharedPtr curve) |
| void | Curve_SetPoints (CurveSharedPtr curve, py::list &pts) |
| void | export_Curve () |
| py::list Curve_GetPoints | ( | CurveSharedPtr | curve | ) |
Definition at line 41 of file Curve.cpp.
Referenced by export_Curve().
| void Curve_SetPoints | ( | CurveSharedPtr | curve, |
| py::list & | pts | ||
| ) |
Definition at line 51 of file Curve.cpp.
Referenced by export_Curve().
| void export_Curve | ( | ) |
Definition at line 61 of file Curve.cpp.
References Curve_GetPoints(), Curve_SetPoints(), Nektar::SpatialDomains::Curve::m_curveID, and Nektar::SpatialDomains::Curve::m_ptype.
Referenced by BOOST_PYTHON_MODULE().
1.8.13