mapping:on reduced coordinates
Version: 0.0.0
Description
Evaluates a result on specified reduced coordinates of given elements (interpolates results inside elements with shape functions).
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | fields_container | fields_container | |
| Pin 1 Required | reduced_coordinates | field, fields_container | coordinates in the reference elements to find (found with the operator "find_reduced_coordinates") |
| Pin 2 Required | element_ids | scopings_container | Ids of the elements where each set of reduced coordinates is found (found with the operator "find_reduced_coordinates") |
| Pin 7 | mesh | abstract_meshed_region, meshes_container | if the first field in input has no mesh in support, then the mesh in this pin is expected (default is false), if a meshes container with several meshes is set, it should be on the same label spaces as the coordinates fields container |
| Pin 200 | use_quadratic_elements | bool | If this pin is set to true, the interpolation is computed on the quadratic element if the element is quadratic (more precise but less performant). Default is false. To use only when results have mid side nodes values. |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | fields_container | fields_container |
Configurations
| Name | Expected type(s) | Default value | Description |
|---|---|---|---|
| mutex | bool | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
Scripting
Category: mapping
Plugin: core
Scripting name: on_reduced_coordinates
Full name: mapping.on_reduced_coordinates
Internal name: interpolation_operator
License: None
Changelog
- Version 0.0.0: Initial release.