Nektar++
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
Nektar::SpatialDomains::Curve Struct Reference

#include <Curve.hpp>

Collaboration diagram for Nektar::SpatialDomains::Curve:
Collaboration graph
[legend]

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 46 of file Curve.hpp.

Constructor & Destructor Documentation

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

Definition at line 48 of file Curve.hpp.

49  : m_curveID(curveID),
50  m_ptype (type)
51  {
52  }
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

int Nektar::SpatialDomains::Curve::m_curveID

ID of the edge or face that is curved.

Definition at line 55 of file Curve.hpp.

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

Points along the curve.

Definition at line 59 of file Curve.hpp.

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

Points distribution of this curve.

Definition at line 57 of file Curve.hpp.