Package empro :: Module empro :: Module simulation :: Class MatrixSolver
[frames] | no frames]

Class MatrixSolver

core.Updatable --+
                 |
                MatrixSolver

Interface to define the settings to solve a linear system in FEM.

Class Hierarchy for MatrixSolver
Class Hierarchy for MatrixSolver

Instance Methods
 
clearUserDefined(...)
No documentation available.
 
isUserDefined(...)
No documentation available.

Inherited from core.Updatable: __enter__, __exit__, clone, hash, isValid, reasonWhyInvalid

Properties
intNone maximumNumberOfIterations
Maximum number of iterations for the iterative solver.
intNone solverType
linear system solver type: 0=direct, 1=iterative
floatNone tolerance
Tolerance (maximal residual error) for the iterative matrix solver.