fipy.solvers.trilinos.linearLUSolver¶
Classes
|
The LinearLUSolver is an interface to the Amesos KLU solver in Trilinos. |
- class fipy.solvers.trilinos.linearLUSolver.LinearLUSolver(tolerance=1e-10, iterations=10, precon=None, maxIterations=10)¶
Bases:
TrilinosSolver
The LinearLUSolver is an interface to the Amesos KLU solver in Trilinos.
- Parameters:
- __repr__()¶
Return repr(self).
Last updated on Nov 20, 2024.
Created using Sphinx 7.1.2.