-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Rhodri Davies <rhodri.davies@anu.edu.au>
- Loading branch information
Showing
4 changed files
with
71 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,19 @@ | ||
# Tutorials | ||
|
||
This is a list of tutorials, gradually introducing the G-ADOPT library. | ||
Here, we work through a series of tutorials that systematically introduce you to | ||
Firedrake and the G-ADOPT library. | ||
|
||
One the first tab, we include 5 tutorials from Firedrake. | ||
|
||
1. The positive-definite Helmholtz equation. | ||
2. Strong (Dirichlet) boundary conditions. | ||
3. Linear elasticity. | ||
4. A time-dependent problem using Burgers equation. | ||
5. PDE constrained optimisation. | ||
|
||
On the second tab, we include 2 tutorials that are specific to G-ADOPT. | ||
|
||
1. Idealised 2-D mantle convection in a square box. | ||
2. 2-D annulus case. | ||
|
||
We will add to these tutorials over time. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,4 @@ mkdocs~=1.5.3 | |
mkdocs-material~=9.5.8 | ||
mkdocs-glightbox~=0.3.7 | ||
mkdocstrings[python]~=0.24.0 | ||
mkdocs-jupyter~=0.24.7 |