diff --git a/projects/2024/cliffdamage/README.md b/projects/2024/cliffdamage/README.md index 967303a..539bf6e 100644 --- a/projects/2024/cliffdamage/README.md +++ b/projects/2024/cliffdamage/README.md @@ -26,7 +26,5 @@ Now go to the `stokes/` directory and try all the steps documented in `stokes/RE As a second step, collect and browse the following documents. I will provide these on paper in McCarthy, but they are also available electronically: - * `stokes/doc/stokes.pdf`: This can be built using LaTeX. It documents how the Firedrake Stokes solver works. + * `stokes/doc.pdf`: This documents how the Firedrake Stokes solver works. It can be built in `doc/` using LaTeX. * `projects/2024/cliffdamage/PralongFunkLuthi2003.pdf`: This paper contains some key ideas relating the stresses which are modeled in a Stokes solver to the evolution of damage. We will start with a focus on formula (8), but you should read from the beginning. - -My suggested goal of this project is to **FIXME** \ No newline at end of file diff --git a/projects/2024/wavedrag/README.md b/projects/2024/wavedrag/README.md index 00d0e3b..73c6c07 100644 --- a/projects/2024/wavedrag/README.md +++ b/projects/2024/wavedrag/README.md @@ -24,9 +24,7 @@ As the first step, if you have not done it already, please clone my whole [McCar Now go to the `stokes/` directory and try all the steps documented in `stokes/README.md`. You will learn how to use my Firedrake-based Python Stokes solver, with pre- and post-processing using Gmsh and Paraview. Some of these "first step" steps may involve some learning, in which case the project has already been worthwhile! -FIXME As a second step, collect and browse the following documents. I will provide these on paper in McCarthy, but they are also available electronically: +As a second step, collect and browse the following documents. I will provide these on paper in McCarthy, but they are also available electronically: - * `stokes/doc/stokes.pdf`: This can be built using LaTeX. It documents how the Firedrake Stokes solver works. + * `stokes/doc.pdf`: This documents how the Firedrake Stokes solver works. It can be built in `doc/` using LaTeX. * `projects/2024/wavedrag/Schoof2003`: This paper contains FIXME - -My suggested goal of this project is to **FIXME** \ No newline at end of file