fem1d_lagrange_test, a MATLAB program which calls fem1d_lagrange() to set up the matrices and vectors associated with the finite element method (FEM) solution of a boundary value problem (BVP) -u''+u=f(x), using Lagrange basis polynomials.
The computer code and data files made available on this web page are distributed under the GNU LGPL license.
fem1d_lagrange, a MATLAB library which sets up the matrices and vectors associated with the finite element method (FEM) solution of a boundary value problem (BVP) -u''+u=f(x), using Lagrange basis polynomials.