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 120 of file MeshEntities.hpp.
NekInt64 Nektar::LibUtilities::MeshCurvedPts::id |
Definition at line 122 of file MeshEntities.hpp.
Referenced by Nektar::LibUtilities::MeshPartition::OutputPartition(), Nektar::SpatialDomains::MeshGraph::ReadCurves(), Nektar::LibUtilities::MeshPartition::ReadGeometry(), and Nektar::Utilities::OutputNekpp::WriteXmlCurves().
std::vector<NekInt64> Nektar::LibUtilities::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 130 of file MeshEntities.hpp.
Referenced by Nektar::LibUtilities::MeshPartition::OutputPartition(), Nektar::SpatialDomains::MeshGraph::ReadCurves(), Nektar::LibUtilities::MeshPartition::ReadGeometry(), and Nektar::Utilities::OutputNekpp::WriteXmlCurves().
std::vector<MeshVertex> Nektar::LibUtilities::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 134 of file MeshEntities.hpp.
Referenced by Nektar::LibUtilities::MeshPartition::OutputPartition(), Nektar::SpatialDomains::MeshGraph::ReadCurves(), Nektar::LibUtilities::MeshPartition::ReadGeometry(), and Nektar::Utilities::OutputNekpp::WriteXmlCurves().