Skip to main content

DPF Mechanical 2026 R1

integrate_over_elements class

Last update: 18.06.2026

Namespace: Ans.DataProcessing.operators.geo

Summary

Integration of an input field over mesh.

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

available outputs: field (Field)

Example

op = integrate_over_elements()

op = integrate_over_elements(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

Integrate the input field over a specific scoping.

Type: LinkableInput

mesh

Mesh to integrate on. If not provided, the one from input field is employed.

Type: LinkableInput

Outputs

field

Type: LinkableOutput

Constructors

Constructor

integrate_over_elements()

Constructor

integrate_over_elements(field, scoping, mesh, config)

Parameters:

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

Constructor

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