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: pySDC/projects/Hamiltonian/README.rst
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,4 +27,14 @@ Coarsening can be done using only the sun for computing the acceleration.
27
27
Note how PFASST works very well for the outer solar system problem, but not so well for the full solar system problem.
28
28
Here, over 15 iterations are required in the mean, while SDC and MLSDC require only about 5 per step.
29
29
30
-
.. include:: doc_solar_system.rst
30
+
.. include:: doc_solar_system.rst
31
+
32
+
Fermi-Pasta-Ulam-Tsingou problem
33
+
--------------------------------
34
+
35
+
This is the famous FPUT problem, one of the first numerical simulation done in physics.
36
+
The basis for this setup can be found `here <http://www.scholarpedia.org/article/Fermi-Pasta-Ulam_nonlinear_lattice_oscillations>`_ and we implement this in the ``FermiPastaUlamTsingou`` problem class.
37
+
Due to time limitations in the CI environment, we only run the first few steps and not until Tend=10000.
38
+
Note that we run MLSDC here, since PFASST does not seem to converge easily.
0 commit comments