Post-/Pre-processing

PVCreateConstantAttributePerRegion

PVCreateConstantAttributePerRegion is a Paraview plugin that allows to create an attribute with constant values per components for each chosen indexes of a reference/region attribute. If other region indexes exist, values are set to nan for float type, -1 for int type or 0 for uint type.

Input mesh is either vtkMultiBlockDataSet or vtkDataSet and the region attribute must have one component. The relation index/values is given by a dictionary. Its keys are the indexes and its items are the list of values for each component.

Warning

The input mesh should contain an attribute corresponding to the regions.

To use it:

  • Load the module in Paraview: Tools>Manage Plugins…>Load new>PVCreateConstantAttributePerRegion.

  • Select the mesh in which you want to create the attributes.

  • Select the filter Create Constant Attribute Per Region in filter|0- Geos Pre-processing.

  • Choose the region attribute, the relation index/values, the new attribute name, the type of the value, the number of components and their names.

  • Apply.

PVFillPartialArrays

Fill partial arrays of input mesh.

Input and output are vtkMultiBlockDataSet.

To use it:

  • Load the module in Paraview: Tools>Manage Plugins…>Load new>PVFillPartialArrays.

  • Select the input mesh.

  • Select the partial arrays to fill.

  • Set the filling value (defaults to nan).

  • Apply.

PVSplitMesh

Split each cell of input mesh to smaller cells.

Output mesh is of same type as input mesh. If input mesh is a composite mesh, the plugin split cells of each part independently.

To use it:

  • Load the module in Paraview: Tools>Manage Plugins…>Load new>PVSplitMesh.

  • Select the input mesh.

  • Apply the filter.