Nektar++
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
Nektar::LibUtilities::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 105 of file MeshEntities.hpp.

Member Data Documentation

NekInt64 Nektar::LibUtilities::MeshCurvedInfo::entityid

Id of this curved information.

Definition at line 108 of file MeshEntities.hpp.

Referenced by Nektar::LibUtilities::MeshPartition::OutputPartition(), and Nektar::Utilities::OutputNekpp::WriteXmlCurves().

NekInt64 Nektar::LibUtilities::MeshCurvedInfo::id
NekInt64 Nektar::LibUtilities::MeshCurvedInfo::npoints

The entity id corresponding to the global edge/curve.

Definition at line 109 of file MeshEntities.hpp.

Referenced by Nektar::LibUtilities::MeshPartition::OutputPartition(), and Nektar::Utilities::OutputNekpp::WriteXmlCurves().

NekInt64 Nektar::LibUtilities::MeshCurvedInfo::ptid

The number of points in this curved entity.

Definition at line 110 of file MeshEntities.hpp.

Referenced by Nektar::LibUtilities::MeshPartition::OutputPartition(), and Nektar::Utilities::OutputNekpp::WriteXmlCurves().

NekInt64 Nektar::LibUtilities::MeshCurvedInfo::ptoffset

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

Definition at line 111 of file MeshEntities.hpp.

Referenced by Nektar::LibUtilities::MeshPartition::OutputPartition(), and Nektar::Utilities::OutputNekpp::WriteXmlCurves().

NekInt64 Nektar::LibUtilities::MeshCurvedInfo::ptype

point offset of data entry for this curve

Definition at line 117 of file MeshEntities.hpp.

Referenced by Nektar::LibUtilities::MeshPartition::OutputPartition(), and Nektar::Utilities::OutputNekpp::WriteXmlCurves().