Skip to content

Commit 9b647f8

Browse files
committed
add definition to g_0^h
1 parent 976791c commit 9b647f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/poisson_dev_fe.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ low_level_manual_gradient_dv_array = lazy_map(Broadcasting(Operation(⋅)),inv_J
578578
# >```math
579579
# >a(u_h,v_h)=l(v_h)\quad \forall v_h \in V_h^0
580580
# >```
581-
# >where $V_h^0=\{v_h \in V_h:v_h=0 \; on \; \Gamma_D\}$.
581+
# >where $V_h^0=\{v_h \in V_h:v_h=0 \; on \; \Gamma_D\}$ and $g^h_0$ is the interpolation of $g_0$ on the Dirichlet boundary.
582582
#
583583
# If we take an arbitrary function $\hat{u}_h \in V_h^{\Gamma_D}$, and compute $w_h \in V_h^0$ as the solution of the following discrete variational problem:
584584
# ```math

0 commit comments

Comments
 (0)