Skip to main content

DPF Mechanical 2026 R1

norm class

Last update: 18.06.2026

Namespace: Ans.DataProcessing.operators.math

Summary

Computes the element-wise Lp norm of the field elementary data. Default Lp=L2

available inputs: field (Field, FieldsContainer), scalar_int (Int32) (optional)

available outputs: field (Field)

Example

op = norm()

op = norm(field=my_field,scalar_int=my_scalar_int)

Class Information

Property Value
Namespace Ans.DataProcessing.operators.math
Assembly Ans_Dpf_Native_dll_cs
Base Class Ans.DataProcessing.internal_objects.BaseOperator

Inputs

field

field or fields container with only one field is expected

Type: LinkableInput

scalar_int

Lp normalisation type, p = 1, 2, ...n - Default Lp=L2

Type: LinkableInput

Outputs

field

Scalar field containing the Lp norm values for each element

Type: LinkableOutput

Constructors

Constructor

norm()

Constructor

norm(field, scalar_int, config)

Parameters:

  • field (object)
  • scalar_int (object)
  • config (OperatorConfig)

Constructor

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