Since version 2026, Flux 3D and Flux PEEC are no longer available.
Please use SimLab to create a new 3D project or to import an existing Flux 3D project.
Please use SimLab to create a new PEEC project (not possible to import an existing Flux PEEC project).
/!\ Documentation updates are in progress – some mentions of 3D may still appear.
ParametersNewtonRaphson
Parameters for the Newton-Raphson algorithm
Constructors
- ParametersNewtonRaphson(precision ,maximumIterationNumber ,stopSolve ,relaxationFactorComputationMethod )
Fields Summary
- Field
- Description
- maximumIterationNumber
- Maximum number of iterations for Newton-Raphson
- precision
- Accuracy threshold for Newton-Raphson
- relaxationFactorComputationMethod
- stopSolve
- Enumeration
Methods Summary
no methods
Fields Details
- maximumIterationNumber
- maximumIterationNumber : Maximum number of iterations for Newton-Raphson - [1..1] Integer
- precision
- precision : Accuracy threshold for Newton-Raphson - [1..1] Double
- relaxationFactorComputationMethod
- relaxationFactorComputationMethod : relaxation_nr - [1..1] ParametersNewtonRaphsonRelaxationFactorComputationMethod
- stopSolve
-
stopSolve - [1..1] Enumeration
Potential values :
- continueTransientSolving
- stopTransientSolving
Method Details
no methods