FEM2D_PACK is a MATLAB library which contains utilities for implementing the finite element method.
The emphasis is on simplicity and clarity. Only the 2D case is handled, with a choice of low order triangular and quadrilateral elements.
A few routines are included for computing a "sphere grid", that is, a finite element mesh on the surface of a sphere.
FEKETE is a MATLAB library which defines a Fekete rule for quadrature or interpolation over a triangle.
FEM is a data directory which contains a description of the data files that can be used to describe a finite element model.
FEM_50 is a MATLAB program which implements the finite element method in just 50 lines of code.
FEM_50_HEAT is a MATLAB program which is a modified version of FEM_50 suitable for solving the heat equation.
FEM_BASIS_T3_DISPLAY is a MATLAB program which displays a basis function associated with a linear triangle ("T3") mesh.
FEM_BASIS_T6_DISPLAY is a MATLAB program which reads a quadratic triangle mesh and displays any associated basis function.
FEM_IO is a MATLAB library which reads or writes the node, element and data files that define a finite element model.
FEM_TO_TEC is a MATLAB program which converts an FEM model into a TEC graphics file.
FEM1D, is a MATLAB program which applies the finite element method, with piecewise linear basis functions, to a linear two point boundary value problem;
FEM1D_ADAPTIVE is a MATLAB program which applies the finite element method to a linear two point boundary value problem in a 1D region, using adaptive refinement to improve the solution.
FEM1D_NONLINEAR is a MATLAB program which applies the finite element method to a nonlinear two point boundary value problem in a 1D region.
FEM1D_PMETHOD is a MATLAB program which applies the p-method version of the finite element method to a linear two point boundary value problem in a 1D region.
FEM2D_HEAT is a MATLAB program which solves the time dependent heat equation in the unit square.
FEM2D_PACK is available in a C++ version and a FORTRAN77 version and a FORTRAN90 version and a MATLAB version.
FEM2D_POISSON is a MATLAB program which solves Poisson's equation on a square, using the finite element method.
FEM2D_POISSON_LINEAR is a MATLAB program which solves the 2D Poisson equation on a rectangle, using the finite element method, and piecewise linear triangular elements.
FEM2D_SAMPLE is a MATLAB library which evaluates a finite element function defined on an order 3 or order 6 triangulation.
FREE_FEM_HEAT is a MATLAB program which solves the time dependent heat equation in an arbitrary triangulated 2D region.
FREE_FEM_NAVIER_STOKES is a MATLAB program which solves the steady incompressible Navier Stokes equations on an arbitrary triangulated region, using the finite element method.
FREE_FEM_POISSON is a MATLAB program which solves Poisson's equation on a triangulated region, using the finite element method.
FREE_FEM_STOKES is a MATLAB program which solves the Stokes equations on a triangulated region, using the finite element method.
HOT_PIPE is a MATLAB program which can be run with FEM_50_HEAT.
HOT_POINT is a MATLAB program which can be run with FEM_50_HEAT.
POLYGONAL SURFACE is a data directory which contains a description of the data files that can be used to describe a polygonal surface. FEM2D_PACK includes routines for creating a polygonal surface grid of a sphere.
TRIANGULATION_ORDER3 is a data directory which contains a description and examples of how an order 3 (linear) triangulation is defined by a node and element file.
TRIANGULATION_ORDER6 is a data directory which contains a description and examples of how an order 6 (quadratic) triangulation is defined by a node and element file.
TRIANGULATION_ORDER6_CONTOUR is a MATLAB program which makes contours of a scalar quantity defined on the nodes of an order 6 triangulation.
TWOD, a MATLAB library which contains functions useful for 2D finite element calculations.
A GZIP'ed TAR file of the contents of this directory is available.
You can go up one level to the MATLAB source codes.