fem1d_adaptive_test


fem1d_adaptive_test, a C++ code which calls fem1d_adaptive() which applies the finite element method (FEM) to a linear two point boundary value problem in one spatial dimension, using adaptive refinement to estimate the error, refine the mesh, and produce an improved solution.

Licensing:

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

Related Data and Programs:

fem1d_adaptive, a C++ code which applies the finite element method (FEM) to a 1D linear two point boundary value problem (BVP) using adaptive refinement to improve the solution.

Source Code:


Last revised on 02 March 2020.