fem2d_poisson_cg_lake, a Fortran90 code which defines the geometry of a lake-shaped region, as well as boundary conditions for a given Poisson problem, and is called by fem2d_poisson_cg() as part of a solution procedure.
This code is distributed under the MIT license.
fem2d_poisson_cg_lake is available in a C++ version and a Fortran90 version and a MATLAB version.
fem2d_poisson_cg, a Fortran90 code which solves Poisson's equation on a triangulated region, using the finite element method, sparse storage, and a conjugate gradient solver.
fem2d_poisson_cg_baffle, a Fortran90 code which defines the geometry of a channel with 13 hexagonal baffles, as well as boundary conditions for a given Poisson problem, and is called by fem2d_poisson_cg as part of a solution procedure.
fem2d_poisson_cg_ell, a Fortran90 code which defines the geometry of an L-shaped region, as well as boundary conditions for a given Poisson problem, and is called by fem2d_poisson_cg as part of a solution procedure.