Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Notebook dev #20

Merged
merged 2 commits into from
Sep 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions tutorials/1_Poisson.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@
{
"data": {
"text/plain": [
"(<dolfin.cpp.la.PETScVector at 0x187e8d940>,\n",
"(<dolfin.cpp.la.PETScVector at 0x17fb008b0>,\n",
" {'termination_reason': 'Norm of the gradient less than tolerance',\n",
" 'final_cost': 0.011979044690015858,\n",
" 'final_grad_norm': 9.09264192227059e-11})"
Expand Down Expand Up @@ -443,7 +443,7 @@
{
"data": {
"text/plain": [
"<matplotlib.collections.TriMesh at 0x188f71330>"
"<matplotlib.collections.TriMesh at 0x18595afe0>"
]
},
"execution_count": 13,
Expand Down Expand Up @@ -489,7 +489,7 @@
{
"data": {
"text/plain": [
"<matplotlib.collections.TriMesh at 0x1886f9300>"
"<matplotlib.collections.TriMesh at 0x185280640>"
]
},
"execution_count": 14,
Expand Down
17 changes: 9 additions & 8 deletions tutorials/1a_Poisson_MPI.ipynb

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions tutorials/2_Poisson_CVaR.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"\n",
"$$\n",
"\\text{Find } u \\in \\mathcal{U} \\text{ s.t. } \n",
"r(u,m,v,z) :=\n",
"\\int_{\\Omega} e^m \\nabla u \\cdot \\nabla v dx - \\int_{\\Omega} z v dx = 0 \\qquad \\forall v \\in \\mathcal{V}\n",
"$$\n",
"\n",
Expand Down
11 changes: 8 additions & 3 deletions tutorials/3_Poisson_ChanceConstrained.ipynb

Large diffs are not rendered by default.

Loading