Skip to content

Commit 03c4f78

Browse files
authored
Update fundamentals.md (#199)
on line 110, updated a typesetting error in equation (3)
1 parent 6333e9e commit 03c4f78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapter1/fundamentals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ The variational problem is a _continuous problem_: it defines the solution $u$ i
107107
The finite element method for the Poisson equation finds an approximate solution of the variational problem by replacing the infinite-dimensional function spaces $V$ and $\hat{V}$ by _discrete_ (finite dimensional) trial and test spaces $V_h\subset V$ and $\hat{V}_h \subset \hat{V}$. The discrete
108108
variational problem reads: Find $u_h\in V_h$ such that
109109
\begin{align}
110-
\int_\Omega \nabla u_h \cdot \nabla v~\mathrm{d} x &= \int_\Omega fv~\mathrm{d} x && \forall v \in \hat{V}\_h.
110+
\int_\Omega \nabla u_h \cdot \nabla v~\mathrm{d} x &= \int_\Omega fv~\mathrm{d} x && \forall v \in \hat{V}_h.
111111
\end{align}
112112
This variational problem, together with suitable definitions of $V_h$ and $\hat{V}_h$ uniquely define our approximate numerical solution of the Poisson equation.
113113
Note that the boundary condition is encoded as part of the test and trial spaces. This might seem complicated at first glance,

0 commit comments

Comments
 (0)