Nektar++
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

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< PointGeomSharedPtrm_points
 Points along the curve. More...
 

Detailed Description

Definition at line 43 of file Curve.hpp.

Constructor & Destructor Documentation

◆ Curve()

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

Definition at line 45 of file Curve.hpp.

46 : m_curveID(curveID), m_ptype(type)
47 {
48 }
LibUtilities::PointsType m_ptype
Points distribution of this curve.
Definition: Curve.hpp:53
int m_curveID
ID of the edge or face that is curved.
Definition: Curve.hpp:51

Member Data Documentation

◆ m_curveID

int Nektar::SpatialDomains::Curve::m_curveID

ID of the edge or face that is curved.

Definition at line 51 of file Curve.hpp.

◆ m_points

std::vector<PointGeomSharedPtr> Nektar::SpatialDomains::Curve::m_points

Points along the curve.

Definition at line 55 of file Curve.hpp.

◆ m_ptype

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

Points distribution of this curve.

Definition at line 53 of file Curve.hpp.