extend_to_mid_nodes_fc class
Last update: 18.06.2026Namespace: Ans.DataProcessing.operators.averaging
Summary
Extends Elemental Nodal or Nodal fields defined on corner nodes to Elemental Nodal fields defined also on the mid nodes.
available inputs: fields_container (FieldsContainer), mesh (MeshedRegion) (optional)
available outputs: fields_container (FieldsContainer)
Example
op = extend_to_mid_nodes_fc()
op = extend_to_mid_nodes_fc(fields_container=my_fields_container,mesh=my_mesh)
Class Information
| Property | Value |
|---|---|
| Namespace | Ans.DataProcessing.operators.averaging |
| Assembly | Ans_Dpf_FEMutils_dll_cs |
| Base Class | Ans.DataProcessing.internal_objects.BaseOperator |
Inputs
fields_container
Type: LinkableInput
mesh
The mesh region in this pin is used to perform the averaging. It is used if there is no fields support.
Type: LinkableInput
Outputs
fields_container
Type: LinkableOutput
Constructors
Constructor
extend_to_mid_nodes_fc()
Constructor
extend_to_mid_nodes_fc(fields_container, mesh, config)
Parameters:
fields_container(object)mesh(object)config(OperatorConfig)
Constructor
extend_to_mid_nodes_fc(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