#include <dune/vtk/datacollectors/unstructureddatacollector.hh>
◆ GridView
◆ anonymous enum
The dimension of the grid.
◆ anonymous enum
The dimension of the world.
◆ UnstructuredDataCollectorInterface()
template<class GridView , class Derived , class Partition = Partitions::InteriorBorder>
◆ asDerived() [1/2]
◆ asDerived() [2/2]
◆ cellData()
Return a flat vector of function values evaluated at the cells in the order of traversal.
- See also
- pointData. Note: Cells might be described explicitly by connectivity, offsets, and types, e.g. in an UnstructuredGrid, or might be described implicitly by the grid type, e.g. in StructuredGrid.
◆ cellDataImpl()
◆ cells()
template<class GridView , class Derived , class Partition = Partitions::InteriorBorder>
Return cell types, offsets, and connectivity.
- See also
- Cells
◆ ghostLevel()
Return the number of ghost elements.
◆ ghostLevelImpl()
◆ numCells()
Return the number of cells in (this partition of the) grid.
◆ numPoints()
Return the number of points in (this partition of the) grid.
◆ pointData()
Return a flat vector of function values evaluated at the points.
In case of a vector valued function, flat the vector entries: [fct(p0)_0, fct(p0)_1, fct(p0)_2, fct(p1)_0, ...] where the vector dimension must be 3 (possible extended by 0s) In case of tensor valued function, flat the tensor row-wise: [fct(p0)_00, fct(p0)_01, fct(p0)_02, fct(p0)_10, fct(p0)_11, fct(p0)_12, fct(p0)_20...] where the tensor dimension must be 3x3 (possible extended by 0s)
◆ pointIds()
template<class GridView , class Derived , class Partition = Partitions::InteriorBorder>
◆ pointIdsImpl()
template<class GridView , class Derived , class Partition = Partitions::InteriorBorder>
◆ points()
Return a flat vector of point coordinates.
All coordinates are extended to 3 components and concatenated. [p0_x, p0_y, p0_z, p1_x, p1_y, p1_z, ...] If the GridView::dimensionworld < 3, the remaining components are set to 0
◆ update()
Update the DataCollector on the current GridView.
◆ updateImpl()
◆ gridView_
template<class GridView , class Derived , class Partition = Partitions::InteriorBorder>
◆ partition
template<class GridView , class Derived , class Partition = Partitions::InteriorBorder>
The partitionset to collect data from.
The documentation for this class was generated from the following file: