fem1d_lagrange_test


fem1d_lagrange_test, a Fortran90 code which calls fem1d_lagrange(), 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.

Licensing:

The information on this web page is distributed under the MIT license.

Related codes:

fem1d_lagrange, a Fortran90 code 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.

Source Code:


Last revised on 06 July 2020.