Skip to content

Commit

Permalink
Update idaklu_solver.py (#4651)
Browse files Browse the repository at this point in the history
Co-authored-by: Eric G. Kratz <[email protected]>
  • Loading branch information
MarcBerliner and kratman authored Dec 9, 2024
1 parent f60b3ff commit 367ca75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pybamm/solvers/idaklu_solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ class IDAKLUSolver(pybamm.BaseSolver):
Parameters
----------
rtol : float, optional
The relative tolerance for the solver (default is 1e-6).
The relative tolerance for the solver (default is 1e-4).
atol : float, optional
The absolute tolerance for the solver (default is 1e-4).
The absolute tolerance for the solver (default is 1e-6).
root_method : str or pybamm algebraic solver class, optional
The method to use to find initial conditions (for DAE solvers).
If a solver class, must be an algebraic solver class.
Expand Down

0 comments on commit 367ca75

Please sign in to comment.