36 #ifndef NEKTAR_LIBUTILITIES_BASICUTILS_MESHENTITIES_HPP 
   37 #define NEKTAR_LIBUTILITIES_BASICUTILS_MESHENTITIES_HPP 
   42     namespace LibUtilities
 
  134             std::vector<MeshVertex> 
pts;
 
NekInt64 ptoffset
the id of point data map (currently always 0 since we are using just one set). 
std::vector< NekInt64 > index
id of this Point set 
NekInt64 entityid
Id of this curved information. 
NekInt64 npoints
The entity id corresponding to the global edge/curve. 
NekInt64 ptype
point offset of data entry for this curve 
NekInt64 ptid
The number of points in this curved entity. 
std::vector< MeshVertex > pts
mapping to access pts value.