Skip to main content

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

InputNameExpected type(s)Description
Pin 0
Required
fields_containerfields_container
Pin 1
Required
reduced_coordinatesfield, fields_containercoordinates in the reference elements to find (found with the operator "find_reduced_coordinates")
Pin 2
Required
element_idsscopings_containerIds of the elements where each set of reduced coordinates is found (found with the operator "find_reduced_coordinates")
Pin 7meshabstract_meshed_region, meshes_containerif 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 200use_quadratic_elementsboolIf 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

OutputNameExpected type(s)Description
Pin 0fields_containerfields_container

Configurations

NameExpected type(s)Default valueDescription
mutexboolfalseIf 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.