Nektar++
|
#include <MeshEntities.hpp>
Public Attributes | |
NekInt64 | id |
std::vector< NekInt64 > | index |
id of this Point set More... | |
std::vector< MeshVertex > | pts |
mapping to access pts value. More... | |
Definition at line 118 of file MeshEntities.hpp.
NekInt64 Nektar::SpatialDomains::MeshCurvedPts::id |
Definition at line 120 of file MeshEntities.hpp.
Referenced by Nektar::SpatialDomains::MeshGraphIOXmlCompressed::v_ReadCurves(), and Nektar::SpatialDomains::MeshGraphIOXmlCompressed::v_WriteCurves().
std::vector<NekInt64> Nektar::SpatialDomains::MeshCurvedPts::index |
id of this Point set
Mapping to access the pts value. Given a 'ptoffset' value the npoints subsquent values provide the indexing on how to obtain the MeshVertex structure definiting the actually x,y,z values of each point in the curved entity. i.e. a list of edge values are found from / pts[index[ptoffset +i] ] 0 <= i < npoints;
Definition at line 128 of file MeshEntities.hpp.
Referenced by Nektar::SpatialDomains::MeshGraphIOXmlCompressed::v_ReadCurves(), Nektar::SpatialDomains::MeshGraphIOXmlCompressed::v_WriteCurves(), and Nektar::SpatialDomains::MeshGraphIOHDF5::WriteCurveMap().
std::vector<MeshVertex> Nektar::SpatialDomains::MeshCurvedPts::pts |
mapping to access pts value.
A list of MeshVertex entities containing the x,y,z values of unique points used in the curved entitites.
Definition at line 132 of file MeshEntities.hpp.
Referenced by Nektar::SpatialDomains::MeshGraphIOXmlCompressed::v_ReadCurves(), Nektar::SpatialDomains::MeshGraphIOXmlCompressed::v_WriteCurves(), Nektar::SpatialDomains::MeshGraphIOHDF5::WriteCurveMap(), and Nektar::SpatialDomains::MeshGraphIOHDF5::WriteCurvePoints().