fipy.solvers.pyamgx.linearLUSolver¶
- class fipy.solvers.pyamgx.linearLUSolver.LinearLUSolver(tolerance=1e-10, iterations=1000, precon=None)¶
Bases:
_ScipySolver
The LinearLUSolver solves a linear system of equations using LU-factorization. The LinearLUSolver is a wrapper class for the the Scipy scipy.sparse.linalg.splu module.
Create a Solver object.
- Parameters:
- __repr__()¶
Return repr(self).
Last updated on Feb 14, 2025.
Created using Sphinx 7.1.2.