nodal_to_elemental_nodal class
Last update: 18.06.2026Namespace: Ans.DataProcessing.operators.averaging
Summary
Transforms a Nodal field to an ElementalNodal field, The result is computed on a given element's scoping.
available inputs: field (Field, FieldsContainer), mesh_scoping (Scoping) (optional), collapse_shell_layers (bool) (optional)
available outputs: field (Field)
Example
op = nodal_to_elemental_nodal()
op = nodal_to_elemental_nodal(field=my_field,mesh_scoping=my_mesh_scoping,collapse_shell_layers=my_collapse_shell_layers)
Class Information
| Property | Value |
|---|---|
| Namespace | Ans.DataProcessing.operators.averaging |
| Assembly | Ans_Dpf_FEMutils_dll_cs |
| Base Class | Ans.DataProcessing.internal_objects.BaseOperator |
Inputs
field
field or fields container with only one field is expected
Type: LinkableInput
mesh_scoping
Type: LinkableInput
collapse_shell_layers
If true, the data across different shell layers is averaged as well (default is false).
Type: LinkableInput
Outputs
field
Type: LinkableOutput
Constructors
Constructor
nodal_to_elemental_nodal()
Constructor
nodal_to_elemental_nodal(field, mesh_scoping, collapse_shell_layers, config)
Parameters:
field(object)mesh_scoping(object)collapse_shell_layers(object)config(OperatorConfig)
Constructor
nodal_to_elemental_nodal(config)
Parameters:
config(OperatorConfig)
Methods
Properties
inputs
Type: InputSpec
# Get or set the property
value = obj.inputs
obj.inputs = new_value
outputs
Type: OutputSpec
# Get or set the property
value = obj.outputs
obj.outputs = new_value
defaultConfig
Type: Config
# Get the property (read-only)
value = obj.defaultConfig