Nektar++
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Nektar::SpatialDomains::Curve Struct Reference

#include <Curve.hpp>

Public Member Functions

 Curve (int curveID, LibUtilities::PointsType type)
 

Public Attributes

std::vector< PointGeom * > m_points
 Points along the curve.
 
int m_curveID
 ID of the edge or face that is curved.
 
LibUtilities::PointsType m_ptype
 Points distribution of this curve.
 

Detailed Description

Definition at line 45 of file Curve.hpp.

Constructor & Destructor Documentation

◆ Curve()

Nektar::SpatialDomains::Curve::Curve ( int  curveID,
LibUtilities::PointsType  type 
)
inline

Definition at line 47 of file Curve.hpp.

48 : m_curveID(curveID), m_ptype(type)
49 {
50 }
LibUtilities::PointsType m_ptype
Points distribution of this curve.
Definition Curve.hpp:57
int m_curveID
ID of the edge or face that is curved.
Definition Curve.hpp:55

Member Data Documentation

◆ m_curveID

int Nektar::SpatialDomains::Curve::m_curveID

ID of the edge or face that is curved.

Definition at line 55 of file Curve.hpp.

Referenced by export_Curve().

◆ m_points

std::vector<PointGeom *> Nektar::SpatialDomains::Curve::m_points

Points along the curve.

Definition at line 53 of file Curve.hpp.

◆ m_ptype

LibUtilities::PointsType Nektar::SpatialDomains::Curve::m_ptype

Points distribution of this curve.

Definition at line 57 of file Curve.hpp.

Referenced by export_Curve().