Skip to content

Commit

Permalink
adding note to use Raw
Browse files Browse the repository at this point in the history
  • Loading branch information
ragusa committed Aug 14, 2024
1 parent 3014766 commit e8e09cf
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Step0.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Step-0

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

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

Expand Down
3 changes: 3 additions & 0 deletions Step1.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Step-1

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


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.
- material properties will now be piece-wise constant.
Expand Down
3 changes: 3 additions & 0 deletions Step2.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Step-2

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


In [the Step-2 Jupyter Notebook](./Learning_FEM_1D_step2.ipynb), we develop a class for the MESH
- we handle material property layout
- mesh generation, including the use non-uniform meshes
Expand Down
2 changes: 2 additions & 0 deletions Step3.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Step-2

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

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 e8e09cf

Please sign in to comment.