Skip to content

Update robin_neumann_dirichlet.ipynb #253

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

Open
wants to merge 1 commit into
base: release
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion chapter3/robin_neumann_dirichlet.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"On the Dirichlet part ($\\Gamma_D^i$), the boundary integral vanishes since $v=0$. On the remaining part of the boundary, we split the boundary into contributions from the Neumann parts ($\\Gamma_N^i$) and Robin parts ($\\Gamma_R^i$). Inserting the boundary conditions, we obtain\n",
"\n",
"$$\n",
"-\\int_{\\Omega}\\kappa\\frac{\\partial u }{\\partial n }v~\\mathrm{d} s=\\sum_i \\int_{\\Gamma_N^i} g_i~\\mathrm{d} s + \\sum_i\\int_{\\Gamma_R^i}r_i(u-s_i)~\\mathrm{d}s.\n",
"-\\int_{\\partial\\Omega}\\kappa\\frac{\\partial u }{\\partial n }v~\\mathrm{d} s=\\sum_i \\int_{\\Gamma_N^i} g_i~\\mathrm{d} s + \\sum_i\\int_{\\Gamma_R^i}r_i(u-s_i)~\\mathrm{d}s.\n",
"$$\n",
"\n",
"Thus we have the following variational problem\n",
Expand Down