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 45 of file Curve.hpp.
int Nektar::SpatialDomains::Curve::m_curveID |
std::vector<PointGeomSharedPtr> Nektar::SpatialDomains::Curve::m_points |
LibUtilities::PointsType Nektar::SpatialDomains::Curve::m_ptype |