GEOS
|
Convenience wrapper around the raw vtk information. More...
#include <CollocatedNodes.hpp>
Public Member Functions | |
CollocatedNodes (string const &faceBlockName, vtkSmartPointer< vtkDataSet > faceMesh) | |
Build a convenience wrapper around the raw vtk collocated nodes information. More... | |
stdVector< vtkIdType > const & | operator[] (std::size_t i) const |
For node i of the face block, returns all the duplicated global node indices in the main 3d mesh. More... | |
std::size_t | size () const |
Number of duplicated nodes buckets. Multiple nodes that are considered to be duplicated one of each other make one bucket. More... | |
Convenience wrapper around the raw vtk information.
Definition at line 31 of file CollocatedNodes.hpp.
geos::vtk::CollocatedNodes::CollocatedNodes | ( | string const & | faceBlockName, |
vtkSmartPointer< vtkDataSet > | faceMesh | ||
) |
Build a convenience wrapper around the raw vtk collocated nodes information.
faceBlockName | The face block name. |
faceMesh | The face mesh for which the collocated nodes structure will be fed. |
|
inline |
For node i
of the face block, returns all the duplicated global node indices in the main 3d mesh.
i | the node in the face block (numbering is local to the face block). |
Definition at line 47 of file CollocatedNodes.hpp.
|
inline |
Number of duplicated nodes buckets. Multiple nodes that are considered to be duplicated one of each other make one bucket.
Definition at line 57 of file CollocatedNodes.hpp.