laplace module

laplace.laplace() dolfin.Function[source]

Solve the Lapace equation

\[\Delta u = 0\]

with the following Dirichlet boundary conditions

\[\begin{split}u(0, y, z) = 0 \\ u(1, y, z) = 1\end{split}\]
Returns

Solution to the Laplace equation

Return type

dolfin.Function