fem2d_poisson_rectangle_linear_test, a C code which calls fem2d_poisson_rectangle_linear(), which solves the 2D Poisson equation using the finite element method (FEM) with piecewise linear triangular elements.
The information on this web page is distributed under the MIT license.
fem2d_poisson_rectangle_linear, a C code which solves the 2D Poisson equation on a rectangle, using the finite element method (FEM), and piecewise linear triangular elements.