|
Nektar++
|
#include <Curve.hpp>
Public Member Functions | |
| Curve (int curveID, LibUtilities::PointsType type) | |
Public Attributes | |
| int | m_curveID |
| ID of the edge or face that is curved. More... | |
| LibUtilities::PointsType | m_ptype |
| Points distribution of this curve. More... | |
| std::vector< PointGeomSharedPtr > | m_points |
| Points along the curve. More... | |
|
inline |
Definition at line 47 of file Curve.hpp.
| int Nektar::SpatialDomains::Curve::m_curveID |
ID of the edge or face that is curved.
Definition at line 53 of file Curve.hpp.
Referenced by export_Curve().
| std::vector<PointGeomSharedPtr> Nektar::SpatialDomains::Curve::m_points |
| LibUtilities::PointsType Nektar::SpatialDomains::Curve::m_ptype |
Points distribution of this curve.
Definition at line 55 of file Curve.hpp.
Referenced by export_Curve().