FilterCells

filter out some cells

Ports

grid_in unstructured grid with or without data (grid_in) FilterCells grid_out filtered grid with or without data (grid_out)

Parameters

name

description

type

filter_expression

elements for which this expression is true are filtered out, for supported symbols see selection lists

String

filter_type

on what to filter (Ghost, Elements, Vertices)

Int

supported_variables

variables available for use in filter expression (cellDiameter, datavalue, dimensionality, edgeLength, elem, numFaces, numVertices, surface, type, volume, x_center, x_max, x_min, y_center, y_max, y_min, z_center, z_max, z_min)

Int

supported_constants

constants available for use in filter expression (BAR, HEXA, HEXAHEDRON, LINE, NONE, PLG, PLH, POINT, POLYGON, POLYHEDRON, POLYLINE, PRISM, PT, PYR, PYRAMID, QUAD, TETRA, TETRAHEDRON, TRI, TRIANGLE)

Int

The filter_expression is parsed with ExprTK, and so the operations and functions described in SECTION 08 - BUILT-IN OPERATIONS & FUNCTIONS of this document can be used. The available variables and constants are listed in the parameters supported_variables and supported_constants respectively.