bvp_fd


bvp_fd, a MATLAB code which demonstrates the use of the finite element method (FEM) to solve a boundary value problem (BVP).

Licensing:

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

Languages:

bvp_fd is available in a MATLAB version.

Related Data and Programs:

bvp_fd_test

bvp_shooting_test, a MATLAB code which demonstrates the use of the shooting method to solve a boundary value problem.

bvp4c_test, a MATLAB code which calls bvp4c(), which can solve boundary value problems (BVP's) in one spatial dimension.

fd1d_bvp, a MATLAB code which applies the finite difference method (FDM) to a two point boundary value problem (BVP) in one spatial dimension.

fem1d, a MATLAB code which applies the finite element method (FEM) to a 1D linear two point boundary value problem (BVP).

fem1d_bvp_linear, a MATLAB code which applies the finite element method (FEM), with piecewise linear 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.

fem1d_bvp_quadratic, a MATLAB 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.

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

pdepe_test, a MATLAB code which illustrate how MATLAB's pdepe() function can be used to solve initial boundary value problems (IBVP's) in one spatial dimension.

Source Code:


Last modified on 16 February 2021.