Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
JSchoeberl committed Apr 10, 2024
1 parent bfe03bd commit 607e09f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 11 deletions.
2 changes: 2 additions & 0 deletions _sources/multigrid/multilevel-extension.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
"---\n",
"\n",
"We use this coarse-level interpolants to extend Dirichlet data onto the domain. On every level we have a trivial extension \n",
"\n",
"$$\n",
"E_l^0 : H^1(\\partial \\Omega) \\rightarrow H^1(\\Omega)\n",
"$$\n",
Expand Down Expand Up @@ -171,6 +172,7 @@
"metadata": {},
"source": [
"The method is now to decompose the function into different levels, and use the trivial extension on every level to obtain a better extension:\n",
"\n",
"$$\n",
"E_l = E_{l-1} \\Pi_{l-1} u + E_l^0 (u - \\Pi_{l-1} u)\n",
"$$"
Expand Down
22 changes: 12 additions & 10 deletions multigrid/multilevel-extension.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit 607e09f

Please sign in to comment.