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