fipy.solvers.trilinos.trilinosNonlinearSolver

Classes

TrilinosNonlinearSolver(equation[, ...])

Create a Solver object.

class fipy.solvers.trilinos.trilinosNonlinearSolver.TrilinosNonlinearSolver(equation, jacobian=None, tolerance=1e-10, iterations=1000, printingOptions=None, solverOptions=None, linearSolverOptions=None, lineSearchOptions=None, directionOptions=None, newtonOptions=None)

Bases: TrilinosSolver

Create a Solver object.

Parameters:
  • tolerance (float) – Required error tolerance.

  • iterations (int) – Maximum number of iterative steps to perform.

  • precon – Preconditioner to use. Not all solver suites support preconditioners.

__repr__()

Return repr(self).

Last updated on Jun 26, 2024. Created using Sphinx 7.1.2.