gauss_to_node_fc class
Last update: 18.06.2026Namespace: Ans.DataProcessing.operators.averaging
Summary
Extrapolates results available at Gauss or quadrature points to nodal points for a field container. The available elements are: Linear quadrangle, parabolic quadrangle, linear hexagonal, quadratic hexagonal, linear tetrahedral, and quadratic tetrahedral.
available inputs: fields_container (FieldsContainer), mesh (MeshedRegion, MeshesContainer) (optional), scoping (Scoping) (optional)
available outputs: fields_container (FieldsContainer)
Example
op = gauss_to_node_fc()
op = gauss_to_node_fc(fields_container=my_fields_container,mesh=my_mesh,scoping=my_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
The mesh region in this pin is used for extrapolating results available at Gauss or quadrature points to nodal points.
Type: LinkableInput
scoping
Extrapolating results on the selected scoping. If it is a scoping container, the label must correspond to the one of the fields containers.
Type: LinkableInput
Outputs
fields_container
Type: LinkableOutput
Constructors
Constructor
gauss_to_node_fc()
Constructor
gauss_to_node_fc(fields_container, mesh, scoping, config)
Parameters:
fields_container(object)mesh(object)scoping(object)config(OperatorConfig)
Constructor
gauss_to_node_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