Workspace 6.21.5
|
Finds the minimum and maximum values for a specific node or element state in an array of MeshModels. Assumes all meshes contain the state (operation will fail if they don't).
Inputs: | |||
---|---|---|---|
Mesh models | CSIRO::DataExecution::ObjectArray | ||
List type | CSIRO::Mesh::MeshModel::ListType | The type of state to look at - Node state or Element state. | |
State name | QString | The name of a state on the input mesh models; e.g velocity. | |
Vector mapping | CSIRO::Mesh::VectorMapping | Controls how vector state values are converted into scalar (floating-point) values. | |
Outputs: | |||
Minimum | double | ||
Maximum | double |