1 2 3 4 5 6 7
# Adding a solver - Implement `LinearSolver` for your solver type. - Document side semantics and residual norms in the module header. - Wire the solver into `SolverType` and `KspContext`. - Provide a doctest example.