Skip to content

Commit 5c241ff

Browse files
committed
#2643 docstring for idaklu add banded options
1 parent 6ecc09f commit 5c241ff

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pybamm/solvers/idaklu_solver.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,12 @@ class IDAKLUSolver(pybamm.BaseSolver):
5252
# print statistics of the solver after every solve
5353
"print_stats": False,
5454
55-
# jacobian form, can be "none", "dense", "sparse", "matrix-free"
55+
# jacobian form, can be "none", "dense",
56+
# "banded", "sparse", "matrix-free"
5657
"jacobian": "sparse",
5758
5859
# name of sundials linear solver to use options are: "SUNLinSol_KLU",
59-
# "SUNLinSol_Dense", "SUNLinSol_SPBCGS",
60+
# "SUNLinSol_Dense", "SUNLinSol_Band", "SUNLinSol_SPBCGS",
6061
# "SUNLinSol_SPFGMR", "SUNLinSol_SPGMR", "SUNLinSol_SPTFQMR",
6162
"linear_solver": "SUNLinSol_KLU",
6263

0 commit comments

Comments
 (0)