Nektar++
|
#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... | |
Definition at line 102 of file MeshEntities.hpp.
NekInt64 Nektar::SpatialDomains::MeshCurvedInfo::entityid |
Id of this curved information.
Definition at line 105 of file MeshEntities.hpp.
Referenced by Nektar::SpatialDomains::MeshGraphIOXmlCompressed::v_WriteCurves().
NekInt64 Nektar::SpatialDomains::MeshCurvedInfo::id |
Definition at line 104 of file MeshEntities.hpp.
Referenced by Nektar::SpatialDomains::MeshGraphIOXmlCompressed::v_WriteCurves().
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::MeshGraphIOXmlCompressed::v_WriteCurves().
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::MeshGraphIOXmlCompressed::v_WriteCurves().
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::MeshGraphIOXmlCompressed::v_WriteCurves().
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::MeshGraphIOXmlCompressed::v_WriteCurves().