fem_neumann, a MATLAB code which sets up a time-dependent reaction-diffusion equation in 1D, with Neumann boundary conditions, discretized using the finite element method, by Eugene Cliff.
The computer code and data files described and made available on this web page are distributed under the MIT license
fem_neumann is available in a MATLAB version.
fem1d, a MATLAB code which applies the finite element method to a 1D linear two point boundary value problem.
fem1d_adaptive, a MATLAB code which applies the finite element method to a 1D linear two point boundary value problem using adaptive refinement to improve the solution.
fem1d_bvp_linear, a MATLAB code which applies the finite element method, with piecewise linear elements, to a two point boundary value problem in one spatial dimension.
fem1d_nonlinear, a MATLAB code which applies the finite element method to a 1D nonlinear two point boundary value problem.
fem1d_pack, a MATLAB code which contains utilities for 1D finite element calculations.
fem1d_pmethod, a MATLAB code which applies the p-method version of the finite element method to a 1D linear two point boundary value problem.
Eugene Cliff