jburkardt

FEM2D_POISSON_SPARSE_BAFFLE\ A Poisson Problem in a Region with Baffles {#fem2d_poisson_sparse_baffle-a-poisson-problem-in-a-region-with-baffles align=”center”} ==========================================


FEM2D_POISSON_SPARSE_BAFFLE is a C++ library which defines the geometry and other data for the “baffle” problem, a rectangular region with 13 hexagonal baffles. The problem is suitable for solution by fem2d_poisson_sparse.

The region is a rectangle with lower left corner (0.0,1.0) and upper right corner (12.0,7.0). The mesh was created using MESH2D, with a maximum element size of 0.5. The mesh comprises 512 nodes and 874 elements.

Licensing: {#licensing align=”center”}

The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.

Languages: {#languages align=”center”}

FEM2D_POISSON_SPARSE_BAFFLE is available in a C++ version and a FORTRAN90 version and a MATLAB version.

FEM2D_POISSON_SPARSE, a C++ program which solves the steady (time independent) Poisson equation on an arbitrary 2D triangulated region using MATLAB’s sparse solver.

FEM2D_POISSON_SPARSE_ELL, a C++ 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.

FEM2D_POISSON_SPARSE_LAKE, a C++ 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.

Source Code: {#source-code align=”center”}

Examples and Tests: {#examples-and-tests align=”center”}

You can go up one level to the C++ source code page.


Last revised on 25 January 2013.