mapping:find reduced coordinates
Version: 0.0.0
Description
Finds the elements corresponding to the given coordinates in input and computes their reduced coordinates in those elements.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 1 Required | coordinates | field, fields_container, abstract_meshed_region, meshes_container | |
| 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, reduced coordinates are computed on the quadratic element if the element is quadratic (more precise but less performant). Default is false. |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | reduced_coordinates | fields_container | coordinates in the reference elements |
| Pin 1 | element_ids | scopings_container | Ids of the elements where each set of reduced coordinates is found |
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: find_reduced_coordinates
Full name: mapping.find_reduced_coordinates
Internal name: find_reduced_coordinates
License: None
Changelog
- Version 0.0.0: Initial release.