nodal_to_elemental_nodal_fc class
Last update: 18.06.2026Namespace: Ans.DataProcessing.operators.averaging
Summary
Transforms Nodal fields_container to Elemental Nodal fields_container.
available inputs: fields_container (FieldsContainer), mesh (MeshedRegion) (optional), mesh_scoping (Scoping) (optional)
available outputs: fields_container (FieldsContainer)
Example
op = nodal_to_elemental_nodal_fc()
op = nodal_to_elemental_nodal_fc(fields_container=my_fields_container,mesh=my_mesh,mesh_scoping=my_mesh_scoping)
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
Type: LinkableInput
mesh_scoping
Type: LinkableInput
Outputs
fields_container
Type: LinkableOutput
Constructors
Constructor
nodal_to_elemental_nodal_fc()
Constructor
nodal_to_elemental_nodal_fc(fields_container, mesh, mesh_scoping, config)
Parameters:
fields_container(object)mesh(object)mesh_scoping(object)config(OperatorConfig)
Constructor
nodal_to_elemental_nodal_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