FEM2D_POISSON_SPARSE_ELL is a FORTRAN90 library 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_SPARSE as part of a solution procedure.
The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.
FEM2D_POISSON_SPARSE_ELL is available in a FORTRAN90 version.
FEM2D_POISSON_SPARSE, a FORTRAN90 program which solves Poisson's equation on a triangulated region, using the finite element method.
FEM2D_POISSON_SPARSE_BAFFLE, a FORTRAN90 library which defines the geometry of a rectangle channel containing 13 hexagonal baffles, as well as boundary conditions for a given Poisson problem, and is called by fem2d_poisson_sparse as part of a solution procedure.
FEM2D_POISSON_SPARSE_LAKE, a FORTRAN90 library 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_SPARSE as part of a solution procedure.
You can go up one level to the FORTRAN90 source codes.