Skip to main content

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

InputNameExpected type(s)Description
Pin 1
Required
coordinatesfield, fields_container, abstract_meshed_region, meshes_container
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, reduced coordinates are computed on the quadratic element if the element is quadratic (more precise but less performant). Default is false.

Outputs

OutputNameExpected type(s)Description
Pin 0reduced_coordinatesfields_containercoordinates in the reference elements
Pin 1element_idsscopings_containerIds of the elements where each set of reduced coordinates is found

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: find_reduced_coordinates

Full name: mapping.find_reduced_coordinates

Internal name: find_reduced_coordinates

License: None

Changelog

  • Version 0.0.0: Initial release.