#include <NodeData.h>
|
| virtual void | writeCoordinatesVTK (std::ostream &os, int ownIndex)=0 |
| | Writes coordinates to a stream in VTK text format.
|
| |
| virtual StringVec | getVarNames () const =0 |
| | Returns a vector with the mesh variable names.
|
| |
| virtual std::string | getName () const =0 |
| | Returns the name of this node mesh.
|
| |
| virtual std::string | getFullSiloName () const =0 |
| | Returns full Silo mesh name, e.g. "/block0000/Nodes".
|
| |
| virtual const IntVec & | getNodeIDs () const =0 |
| | Returns the node ID array.
|
| |
| virtual const IntVec & | getNodeDistribution () const =0 |
| | Returns the node distribution array.
|
| |
| virtual const IntVec & | getGlobalNodeIndices () const =0 |
| | Returns the global node index array.
|
| |
| virtual const CoordArray & | getCoords () const =0 |
| | Returns the coordinates of the mesh nodes.
|
| |
| virtual int | getNumDims () const =0 |
| | Returns the dimensionality of this mesh (2 or 3).
|
| |
| virtual int | getNumNodes () const =0 |
| | Returns the number of mesh nodes.
|
| |
| virtual int | getGlobalNumNodes () const =0 |
| | Returns the total number of mesh nodes for a distributed mesh.
|
| |
◆ ~NodeData()
| virtual weipa::NodeData::~NodeData |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ getCoords()
| virtual const CoordArray & weipa::NodeData::getCoords |
( |
| ) |
const |
|
pure virtual |
◆ getFullSiloName()
| virtual std::string weipa::NodeData::getFullSiloName |
( |
| ) |
const |
|
pure virtual |
◆ getGlobalNodeIndices()
| virtual const IntVec & weipa::NodeData::getGlobalNodeIndices |
( |
| ) |
const |
|
pure virtual |
◆ getGlobalNumNodes()
| virtual int weipa::NodeData::getGlobalNumNodes |
( |
| ) |
const |
|
pure virtual |
◆ getName()
| virtual std::string weipa::NodeData::getName |
( |
| ) |
const |
|
pure virtual |
◆ getNodeDistribution()
| virtual const IntVec & weipa::NodeData::getNodeDistribution |
( |
| ) |
const |
|
pure virtual |
◆ getNodeIDs()
| virtual const IntVec & weipa::NodeData::getNodeIDs |
( |
| ) |
const |
|
pure virtual |
◆ getNumDims()
| virtual int weipa::NodeData::getNumDims |
( |
| ) |
const |
|
pure virtual |
◆ getNumNodes()
| virtual int weipa::NodeData::getNumNodes |
( |
| ) |
const |
|
pure virtual |
◆ getVarNames()
| virtual StringVec weipa::NodeData::getVarNames |
( |
| ) |
const |
|
pure virtual |
◆ writeCoordinatesVTK()
| virtual void weipa::NodeData::writeCoordinatesVTK |
( |
std::ostream & |
os, |
|
|
int |
ownIndex |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file: