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

#include <MeshEntities.hpp>

Public Attributes

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

Detailed Description

Definition at line 102 of file MeshEntities.hpp.

Member Data Documentation

◆ entityid

NekInt64 Nektar::SpatialDomains::MeshCurvedInfo::entityid

Id of this curved information.

Definition at line 105 of file MeshEntities.hpp.

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

◆ id

NekInt64 Nektar::SpatialDomains::MeshCurvedInfo::id

◆ npoints

NekInt64 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::MeshGraphXmlCompressed::v_WriteCurves().

◆ ptid

NekInt64 Nektar::SpatialDomains::MeshCurvedInfo::ptid

The number of points in this curved entity.

Definition at line 107 of file MeshEntities.hpp.

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

◆ ptoffset

NekInt64 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::MeshGraphXmlCompressed::v_WriteCurves().

◆ ptype

NekInt64 Nektar::SpatialDomains::MeshCurvedInfo::ptype

point offset of data entry for this curve

Definition at line 115 of file MeshEntities.hpp.

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