Sample
sample data on points, unstructured and uniform grids to a uniform grid
Parameters
name |
description |
type |
|---|---|---|
mode |
interpolation mode (First, Mean, Nearest, Linear) |
Int |
create_celltree |
create celltree |
Int |
value_outside |
value to be used if target is outside source domain (NaN, Zero, userDefined) |
Int |
user_defined_value |
user defined value if target outside source domain |
Float |
mulit_hits |
handling if multiple interpolatied values found for one target point (Any, Average) |
Int |
Supported System Parameters
name |
description |
type |
|---|---|---|
number of OpenMP threads (0: system default) |
Int |
|
show timing information |
Int |
|
number of tasks to keep in flight per MPI rank (-1: #cores/2) |
Int |
|
input object caching (CacheNone, CacheDeleteEarly, CacheDeleteLate, CacheByName) |
Int |
|
prioritize currently visible timestep |
Int |
|
validate data objects before sending to port (Disable, Quick, Thorough) |
Int |
The meaning of these parameters is described in more detail in the System Parameters documentation.