FEM2D_SAMPLE is a FORTRAN77 program which can evaluate a finite element function of a 2D argument.
The current version of the program can only handle finite element meshes which are made of piecewise linear triangles of order 3 or 6.
fem2d_sample fem_prefix sample_prefixwhere fem_prefix is the common prefix for the FEM files:
The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.
DISCRETE_PDF_SAMPLE a MATLAB program which demonstrates how to construct a Probability Density Function (PDF) from a table of sample data, and then to use that PDF to create new samples.
FEM is a data directory which contains a description and examples of files that describe a finite element model.
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 displays a basis function associated with a quadratic triangle ("T6") mesh.
FEM_IO is a FORTRAN90 library which reads or writes node, element and data files defining a finite element model.
FEM_TO_TEC is a MATLAB program which converts FEM models into TEC graphics files.
FEM1D_SAMPLE, a FORTRAN77 program which samples a scalar or vector finite element function of one variable, defined by FEM files, returning interpolated values at the sample points.
FEM2D_HEAT is a FORTRAN90 program which solves the 2D time dependent heat equation on the unit square.
FEM2D_POISSON is a FORTRAN90 program which solves the 2D Poisson equation on a square, using the finite element method.
FEM2D_PROJECT is a FORTRAN77 program which projects a function F(X,Y) into a given finite element space of piecewise linear triangular elements.
FEM2D_SAMPLE is available in a C++ version and a FORTRAN77 version and a FORTRAN90 version and a MATLAB version.
FEMPACK is a FORTRAN77 library which contains utilities for finite element calculations.
FREE_FEM_HEAT is a FORTRAN90 program which uses the finite element method and the backward Euler method to solve the time-dependent heat equation on an arbitrary triangulated region in 2D. (The user supplies some information in some problem-dependent subroutines.)
FREE_FEM_POISSON is a FORTRAN90 program which solves Poisson's equation on a triangulated region, using the finite element method.
FREE_FEM_STOKES is a FORTRAN90 program which solves the Stokes equations on a triangulated region, using the finite element method.
MESH_BANDWIDTH is a FORTRAN90 program which returns the geometric bandwidth associated with a mesh of elements of any order and in a space of arbitrary dimension.
TABLE is a data format which is used for the input and output files used by the program.
TABLE_IO is a FORTRAN77 library which reads and writes TABLE files.
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.
SQ is FEM data for the function f(x,y)=x^2+y^2, on a 5x5 grid of nodes, organized into linear triangles. The sample data seeks the values of this function on a 4x4 evenly spaced grid.
You can go up one level to the FORTRAN77 source codes.