NDSolve::otype
NDSolveValue::otype
ParametricNDSolve::otype
ParametricNDSolveValue::otype
A warning is generated in this example because None is not a valid value of the "OrthogonalizationType" option:
NDSolve[{x'[t] == x[t], x[0] == 1}, x, {t, 0, 1}, Method -> {"IDA", "ImplicitSolver" -> {"GMRES", "OrthogonalizationType" -> None}}]NDSolve[{x'[t] == x[t], x[0] == 1}, x, {t, 0, 1}, Method -> {"IDA", "ImplicitSolver" -> {"GMRES", "OrthogonalizationType" -> "ClassicalGramSchmidt"}}]