Nektar++
Public Attributes | List of all members
Nektar::SpatialDomains::MeshCurvedInfo Struct Reference

#include <MeshEntities.hpp>

Public Attributes

int64_t id
 
int64_t entityid
 Id of this curved information. More...
 
int64_t npoints
 The entity id corresponding to the global edge/curve. More...
 
int64_t ptid
 The number of points in this curved entity. More...
 
int64_t ptoffset
 the id of point data map (currently always 0 since we are using just one set). More...
 
int64_t ptype
 point offset of data entry for this curve More...
 

Detailed Description

Definition at line 102 of file MeshEntities.hpp.

Member Data Documentation

◆ entityid

int64_t Nektar::SpatialDomains::MeshCurvedInfo::entityid

Id of this curved information.

Definition at line 105 of file MeshEntities.hpp.

Referenced by Nektar::SpatialDomains::MeshGraphIOXmlCompressed::v_WriteCurves().

◆ id

int64_t Nektar::SpatialDomains::MeshCurvedInfo::id

◆ npoints

int64_t Nektar::SpatialDomains::MeshCurvedInfo::npoints

The entity id corresponding to the global edge/curve.

Definition at line 106 of file MeshEntities.hpp.

Referenced by Nektar::SpatialDomains::MeshGraphIOXmlCompressed::v_WriteCurves().

◆ ptid

int64_t Nektar::SpatialDomains::MeshCurvedInfo::ptid

The number of points in this curved entity.

Definition at line 107 of file MeshEntities.hpp.

Referenced by Nektar::SpatialDomains::MeshGraphIOXmlCompressed::v_WriteCurves().

◆ ptoffset

int64_t Nektar::SpatialDomains::MeshCurvedInfo::ptoffset

the id of point data map (currently always 0 since we are using just one set).

Definition at line 109 of file MeshEntities.hpp.

Referenced by Nektar::SpatialDomains::MeshGraphIOXmlCompressed::v_WriteCurves().

◆ ptype

int64_t Nektar::SpatialDomains::MeshCurvedInfo::ptype

point offset of data entry for this curve

Definition at line 115 of file MeshEntities.hpp.

Referenced by Nektar::SpatialDomains::MeshGraphIOXmlCompressed::v_WriteCurves().