Skip to main content

mapping:on coordinates

Version: 0.0.0

Description

Evaluates a result on specified coordinates (interpolates results inside elements with shape functions).

Inputs

InputNameExpected type(s)Description
Pin 0
Required
fields_containerfields_container
Pin 1
Required
coordinatesfield, fields_container, abstract_meshed_region, meshes_container
Pin 2create_supportboolif this pin is set to true, then, a support associated to the fields consisting of points is created
Pin 3mapping_on_scopingboolif this pin is set to true, then the mapping between the coordinates and the fields is created only on the first field scoping
Pin 5tolerancedoubleTolerance used in the iterative algorithm to locate coordinates inside the mesh. Default value: 5e-5.
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 element search for each coordinate is computed on the quadratic element if the element is quadratic (more precise but less performant). Default is false.

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_coordinates

Full name: mapping.on_coordinates

Internal name: mapping

License: None

Changelog

  • Version 0.0.0: Initial release.