Skip to content

Commit

Permalink
final touches for first version
Browse files Browse the repository at this point in the history
  • Loading branch information
ragusa committed Aug 14, 2024
1 parent e8e09cf commit 37b7469
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Step0.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Step-0

**For equations to display correctly online, you may have to click the `Raw` button**.
**For equations to display correctly online, you may have to click the `Raw` button.**

**However, you need to exit `Raw` mode to display the Jupyter Notebook correctly.**

In [[the Step-0 Jupyter Notebook]](./Learning_FEM_1D_step0.ipynb), I provide a basic introduction.

Expand Down
2 changes: 2 additions & 0 deletions Step1.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

**For equations to display correctly online, you may have to click the `Raw` button**.

**However, you need to exit `Raw` mode to display the Jupyter Notebook correctly.**


In [the Step-1 Jupyter Notebook](./Learning_FEM_1D_step1.ipynb), we do two upgrades to Step-0:
- the integrals for the reference-element matrices are computed using a numerical quadrature.
Expand Down
1 change: 1 addition & 0 deletions Step2.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

**For equations to display correctly online, you may have to click the `Raw` button**.

**However, you need to exit `Raw` mode to display the Jupyter Notebook correctly.**

In [the Step-2 Jupyter Notebook](./Learning_FEM_1D_step2.ipynb), we develop a class for the MESH
- we handle material property layout
Expand Down
2 changes: 2 additions & 0 deletions Step3.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

**For equations to display correctly online, you may have to click the `Raw` button**.

**However, you need to exit `Raw` mode to display the Jupyter Notebook correctly.**

In [the Step-3 Jupyter Notebook](./Learning_FEM_1D_step3.ipynb), we continue using **classes**.
- we discuss additional boundary conditions (namely, Neumann BC and Robin BC in addition to the Dirichlet BC we have been using so far)
- we code an FEM class
Expand Down

0 comments on commit 37b7469

Please sign in to comment.