fem1d_bvp_quadratic_test, a C code which calls fem1d_bvp_quadratic(), which applies the finite element method, with piecewise quadratic elements, to a two point boundary value problem in one spatial dimension, and compares the computed and exact solutions with the L2 and seminorm errors.
The information on this web page is distributed under the MIT license.
FEM1D_BVP_QUADRATIC is available in a C version and a C++ version and a Fortran90 version and a MATLAB version and a Python version..
fem1d_bvp_quadratic, a C code which applies the finite element method (FEM), with piecewise quadratic elements, to a two point boundary value problem (BVP) in one spatial dimension, and compares the computed and exact solutions with the L2 and seminorm errors.
One of the tests makes convergence plots in the H1, L2 and Max norms.