Skip to content

Commit 4d59a85

Browse files
committed
transfer ft done
1 parent 3553db1 commit 4d59a85

File tree

7 files changed

+129
-284
lines changed

7 files changed

+129
-284
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,3 @@ script:
4141
after_success:
4242
- travis-sphinx deploy
4343

44-
# TODO: generate documentation

examples/fenics_advection_diffusion_1d/TransferClass.py

Lines changed: 0 additions & 71 deletions
This file was deleted.

examples/fenics_grayscott/TransferClass.py

Lines changed: 0 additions & 71 deletions
This file was deleted.

examples/fenics_heat1d_weak/TransferClass.py

Lines changed: 0 additions & 70 deletions
This file was deleted.

examples/fenics_vortex_2d/TransferClass.py

Lines changed: 0 additions & 70 deletions
This file was deleted.

projects/node_failure/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ The Gray-Scott test case
5151
Another test case is the 1D Gray-Scott reaction diffusion model, see ``grayscott_example``.
5252
With spatial coarsening enabled, this application plays well with PFASST and the goal of this part is to see how fault injections and recovery impact the convergence.
5353
We again inject faults randomly, but in a pre-defined way with a rate of 3%.
54-
The ``postproc_grayscott`` script visualizes the results.
54+
The ``postproc_grayscott`` script visualizes the results. Also, the script ``animate_convergence`` can be used to create an animated convergence plot (and can be easily adapted for other examples, too).
5555

5656
.. include:: doc_node_failure_grayscott.rst

0 commit comments

Comments
 (0)