LinearEqSolutionType

Description

The LinearEqSolutionType enumeration contains method for calculating the next approximation to solve a linearized equation system. This system is to be calculated when a nonlinear equation system is solved using Newton method.

It is used by the following property:

Available Values

  Value Brief description
0 InvMatrix. Inverse matrix.
1 GaussMethod. Gaussian elimination method.

See also:

Stat Assembly Enumerations