| Adaptive Mesh Refinement for a Fluid Finite Element Code: 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. |
| Elmer: Fortran 90 code for multiphysical problems. |
| 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 (MGGHAT): 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 Structures: 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. |