jburkardt

FEM1D_LAGRANGE\ 1D Finite Element Code Using Lagrange Basis Polynomials {#fem1d_lagrange-1d-finite-element-code-using-lagrange-basis-polynomials align=”center”} =======================================================


FEM1D_LAGRANGE is a C++ 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.

Licensing: {#licensing align=”center”}

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

Languages: {#languages align=”center”}

FEM1D_LAGRANGE is available in a C version and a C++ version and a FORTRAN77 version and a FORTRAN90 version and a MATLAB version.

FEM1D, a C++ program which applies the finite element method (FEM) to a 1D linear two point boundary value problem (BVP).

LAGRANGE_INTERP_1D, a C++ library which defines and evaluates the Lagrange polynomial p(x) which interpolates a set of data, so that p(x(i)) = y(i).

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

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

List of Routines: {#list-of-routines align=”center”}

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


Last revised on 19 November 2014.