We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02e7cc5 commit f347534Copy full SHA for f347534
exercises/poisson_2d_I.ipynb
@@ -133,7 +133,7 @@
133
"from utils import H1BoundaryProjector2D\n",
134
"from psydac.linalg.basic import IdentityOperator\n",
135
"\n",
136
- "P_0 = H1BoundaryProjector2D_2(V, V_h.vector_space)\n",
+ "P_0 = H1BoundaryProjector2D(V, V_h.vector_space)\n",
137
138
"I_0 = IdentityOperator(V_h.vector_space)\n",
139
"P_Gamma = I_0 - P_0"
0 commit comments