You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: projects/parallelSDC/README.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,8 +25,8 @@ The main idea here is to work with a diagonalization of the Q matrix.
25
25
While this works well for non-equidistant and non-symmetri nodes like Gauss-Radau, this can only be applied for linear problem, where space and time is separated via Kronecker products.
26
26
In order to apply this also for nonlinear problems, we apply an outer Newton iteration to the nonlinear collocation problem and use the diagonalized SDC approach for the linear problem.
27
27
Yet, the naive implementation still does not decouple space and time, so that we need to fix the Jacobian at e.g. node 0.
28
-
This example compares the iteration counts and errors for this idea (incl. a modified Newton where the Jacobian is not fixed but the appraoch is applied nonetheless).
29
-
Two new sweepers are used here: ``linearized_implicit_parallel``and ``linearized_implicit_fixed_parallel``.
28
+
This example compares the iteration counts and errors for this idea (incl. a modified Newton where the Jacobian is not fixed but the approach is applied nonetheless).
29
+
Three new sweepers are used here: ``linearized_implicit_parallel``, ``linearized_implicit_fixed_parallel`` and ``linearized_implicit_fixed_parallel_prec``.
0 commit comments