Skip to content

Commit c224404

Browse files
committed
Various updates
1 parent 1fe7802 commit c224404

File tree

6 files changed

+130
-137
lines changed

6 files changed

+130
-137
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
*.PNG
55
*.svg
66
toolkit.py
7+
moose-toolkit.py
8+
engy_5310
79
*solution*
810
*.swp
911
p*moose*

notebooks/00-syllabus.ipynb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,10 @@
157157
"| 7 | Th |14Oct21| [05b](https://nbviewer.jupyter.org/github/dpploy/engy-5310/blob/main/notebooks/05b-rayleigh-ritz-fem-lagrange-dirichlet.ipynb) | - | Rayleigh-Ritz Method w/ FEM Basis Functions; Dirichlet BC (Notes) |\n",
158158
"| 7 | Fr |15Oct21| - | - | [UML Linux Club mtg](https://github.com/UML-Linux-Club) |\n",
159159
"| **8** | **Tu** |**19Oct21**| [05c](https://nbviewer.jupyter.org/github/dpploy/engy-5310/blob/main/notebooks/05c-rayleigh-ritz-fem-lagrange-neumann.ipynb)/[05d](https://nbviewer.jupyter.org/github/dpploy/engy-5310/blob/main/notebooks/05d-rayleigh-ritz-fem-lagrange-robin.ipynb) | [Homework-04](https://nbviewer.jupyter.org/github/dpploy/engy-5310/blob/main/notebooks/homework-4.ipynb) due 02Nov21 BB submission | FEM Lagrange basis functions; Dirichlet BC/Verification (Notes/NB) |\n",
160-
"| 8 | Th |21Oct21| [05a](https://nbviewer.jupyter.org/github/dpploy/engy-5310/blob/main/notebooks/05c-rayleigh-ritz-fem-verification.ipynb) | - | Student Project Updates/FEM Solution Verification |\n",
160+
"| 8 | Th |21Oct21| [05a](https://nbviewer.jupyter.org/github/dpploy/engy-5310/blob/main/notebooks/05a-rayleigh-ritz-fem-verification.ipynb) | - | Student Project Updates/FEM Solution Verification |\n",
161161
"| 8 | Fr |22Oct21| - | - | [UML Linux Club mtg](https://github.com/UML-Linux-Club) |\n",
162-
"| **9** | **Tu** |**26Oct21**| [05c](https://nbviewer.jupyter.org/github/dpploy/engy-5310/blob/main/notebooks/05c-rayleigh-ritz-fem-lagrange-neumann.ipynb)/[05d](https://nbviewer.jupyter.org/github/dpploy/engy-5310/blob/main/notebooks/05d-rayleigh-ritz-fem-lagrange-robin.ipynb) | - | FEM Lagrange basis functions; Neumann/Robin BC (Notes/NB) |"
162+
"| **9** | **Tu** |**26Oct21**| [05a](https://nbviewer.jupyter.org/github/dpploy/engy-5310/blob/main/notebooks/05a-rayleigh-ritz-fem-verification.ipynb)/[05c](https://nbviewer.jupyter.org/github/dpploy/engy-5310/blob/main/notebooks/05c-rayleigh-ritz-fem-lagrange-neumann.ipynb) | - | FEM Verification; Neumann BC (Notes/NB) |\n",
163+
"| 9 | Thu |28Oct21| [05d](https://nbviewer.jupyter.org/github/dpploy/engy-5310/blob/main/notebooks/05d-rayleigh-ritz-fem-lagrange-robin.ipynb) | - | FEM Verification; Neumann BC (Notes/NB) |"
163164
]
164165
},
165166
{

notebooks/01-introduction.ipynb

Lines changed: 16 additions & 9 deletions
Large diffs are not rendered by default.

notebooks/05a-rayleigh-ritz-fem-verification.ipynb

Lines changed: 58 additions & 67 deletions
Large diffs are not rendered by default.

notebooks/05a-rayleigh-ritz-fourier-dirichlet.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@
461461
],
462462
"metadata": {
463463
"kernelspec": {
464-
"display_name": "Python 3",
464+
"display_name": "Python 3 (ipykernel)",
465465
"language": "python",
466466
"name": "python3"
467467
},
@@ -475,7 +475,7 @@
475475
"name": "python",
476476
"nbconvert_exporter": "python",
477477
"pygments_lexer": "ipython3",
478-
"version": "3.9.7"
478+
"version": "3.8.11"
479479
},
480480
"latex_envs": {
481481
"LaTeX_envs_menu_present": true,

notebooks/05c-rayleigh-ritz-fem-lagrange-neumann.ipynb

Lines changed: 49 additions & 57 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)