NDSolve::bw
NDSolveValue::bw
ParametricNDSolve::bw
ParametricNDSolveValue::bw
None is not a valid value of the "LinearSolveMethod" option:
NDSolve[{x'[t] == x[t], x[0] == 1}, x, {t, 0, 1}, Method -> {"IDA", "ImplicitSolver" -> {"Newton", "LinearSolveMethod" -> {"Band", "BandWidth" -> None}}}]NDSolve[{x'[t] == x[t], x[0] == 1}, x, {t, 0, 1}, Method -> {"IDA", "ImplicitSolver" -> {"Newton", "LinearSolveMethod" -> {"Band", "BandWidth" -> 2}}}]