english deutsch
Adaptive Mesh Refinement for a Fluid Finite Elemen
Simple Fortran 77 code for solving the one-dimensional Euler equations on an unstructured grid.
ADINA for Universities
Accompanies book "Finite Element Procedures" by K. J. Bathe.
Diablo95
Parallel finite element simulations in Fortran 95.
DLEARN
Linear static and dynamic finite element code.
FELIPE: Finite Element Learning Package
Inexpensive finite element software package (including Fortran 77 source code) for students of mathematics or engineering, as well as engineers.
Finite Element Analysis Program (FEAP)
General purpose finite element analysis program which is designed for research and educational use. Source code of the full program is available for compilation using Windows (Compaq or Intel compiler), Linux or UNIX operating systems, and Mac OS X based Apple systems.
GeoFEM
Written primarily in Fortran 90 and MPI. Parallel finite element codes for linear/nonlinear solid mechanics and thermal fluid simulations, parallel iterative linear solver library, partitioning subsystem, parallel visualization subsystem and utilities for parallel I/O and coupling of multiple codes.
MODEL
Finite element code by Professor Ed Akin.
Modulef
Modular finite element library.
MultiGrid Galerkin Hierarchical Adaptive Triangles
Solve second order two dimensional elliptic partial differential equations, using adaptive refinement of second, third, or fourth order elements, and multigrid solution techniques.
Non-linear Finite Element Analysis of Solids and S
Codes from book by M. A. Crisfield.
Parallel Algebraic Multigrid (PMG)
Numerically approximates the solutions of linear and nonlinear elliptic partial differential equations in three-dimensional (logically) brick-like domains in an efficient and robust way. PMG employs a non-uniform Cartesian mesh of the user's choice, box-methods or finite element methods for discretization, algebraic (or geometric) construction of lower-dimensional subspace problems, damped-inexact Global Newton methods for nonlinearities, and a jacobian multilevel iteration based on the algebraic (or geometric) subspace hierarchy. There is a sequential Fortran 77 version and a parallel C++ version. By Michael Holst.
PDE2D
Program by Granville Sewell to solve quite general nonlinear, time-dependent, steady-state and eigenvalue systems of partial differential equations, in 1D intervals, general 2D regions and 3D "boxes". Available for both Unix and Windows platforms.
Programming the Finite Element Method (3rd ed.)
Fortran 90 code from the book by I.M. Smith and D.V. Griffiths.