Skip to main content

composite:minmax_per_element_operator

Version: 0.0.0

Description

Computes minmax Elemental data per element

Inputs

InputNameExpected type(s)Description
Pin 0
Required
fields_containerfields_container
Pin 7
Required
meshabstract_meshed_region
Pin 21
Required
material_supportabstract_field_support

Outputs

OutputNameExpected type(s)Description
Pin 0field_minfields_containerA CFieldsContainer of CFields with the failure values under the label is_failure_value=1 and failure modes under the label is_failure_value=0 from a specific failure criterion operator. The container with the layer indices (1-based) is optional. Use 'layer index - 1' to retriev the layer results from the initial field (e.g. strains or stresses).
Pin 1field_maxfields_containerA CFieldsContainer of CFields with the failure values under the label is_failure_value=1 and failure modes under the label is_failure_value=0 from a specific failure criterion operator. The container with the layer indices (1-based) is optional. Use 'layer index - 1' to access the layer results from the initial field (e.g. strains or stresses).

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

Plugin: composite

Scripting name: minmax_per_element_operator

Full name: composite.minmax_per_element_operator

Internal name: composite::minmax_per_element_operator

License: None

Changelog

  • Version 0.0.0: Initial release.