Skip to main content

DPF Mechanical 2026 R1

gauss_to_node class

Last update: 18.06.2026

Namespace: Ans.DataProcessing.operators.geo

Summary

Extrapolating results available at Gauss or quadrature points to nodal points for one field. The available elements are: Linear quadrangle, parabolic quadrangle, linear hexagonal, quadratic hexagonal, linear tetrahedral, and quadratic tetrahedral

available inputs: field (Field), scoping (Scoping) (optional), mesh (MeshedRegion) (optional)

available outputs: field (Field)

Example

op = gauss_to_node()

op = gauss_to_node(field=my_field,scoping=my_scoping,mesh=my_mesh)

Class Information

Property Value
Namespace Ans.DataProcessing.operators.geo
Assembly Ans_Dpf_FEMutils_dll_cs
Base Class Ans.DataProcessing.internal_objects.BaseOperator

Inputs

field

Type: LinkableInput

scoping

Scoping to integrate on, if not provided, the one from input field is provided.

Type: LinkableInput

mesh

Mesh to integrate on.

Type: LinkableInput

Outputs

field

Type: LinkableOutput

Constructors

Constructor

gauss_to_node()

Constructor

gauss_to_node(field, scoping, mesh, config)

Parameters:

  • field (object)
  • scoping (object)
  • mesh (object)
  • config (OperatorConfig)

Constructor

gauss_to_node(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

Connect with Ansys