.. _lab18: Lab 18: Thursday May 29, 2014 ============================= * We will go through the notebook `$UWHPSC/homeworks/project/BVP.ipynb`, also visible at ``_. This outlines a recursive `domain decomposition `_ approach to solving a boundary value problem. Part 1 of the project is to convert this into Fortran with OpenMP. * Working in pairs, copy this notebook to `BVP2.ipynb` and modify it to solve a `Helmholtz equation `_ (in one dimension) of the form: :math:`u''(x) + k^2 u(x) = -f(x)` on the interval :math:`0`_. * **There is quiz for Lab 18**