fem_neumann, an Octave 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 information on this web page is distributed under the MIT license.
fem_neumann is available in a MATLAB version and an Octave version.
fem1d, an Octave code which applies the finite element method to a 1D linear two point boundary value problem.
fem1d_adaptive, an Octave 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, an Octave code which applies the finite element method, with piecewise linear elements, to a two point boundary value problem in one spatial dimension.
fem1d_nonlinear, an Octave code which applies the finite element method to a 1D nonlinear two point boundary value problem.
fem1d_pack, an Octave code which contains utilities for 1D finite element calculations.
fem1d_pmethod, an Octave code which applies the p-method version of the finite element method to a 1D linear two point boundary value problem.
Eugene Cliff