... | ... | @@ -2,7 +2,7 @@ Debugging may require inspecting the system (Jacobian) matrix from time to time. |
|
|
|
|
|
The following example shows a possible way to achieve this for a staggered-grid free-flow problem:
|
|
|
|
|
|
We add the output within the `solveLinearSystemImpl_` overload for `Dune::MultiTypeBlockMatrix` Jacobians in `newtonsolver.hh`:
|
|
|
We add the output within the `solveLinearSystem_` overload for `Dune::MultiTypeBlockMatrix` Jacobians in `newtonsolver.hh`:
|
|
|
|
|
|
```c++
|
|
|
// ...
|
... | ... | |