  |
Parallel Hierarchical Adaptive MultiLevel Project (PHAML) - http://math.nist.gov/phaml/
Fortran 90 code using adaptive refinement, multigrid and parallel computing to solve 2-D linear elliptic PDEs. Successor to MGGHAT. |
  |
CLAWPACK - http://www.amath.washington.edu/~claw/
Computes numerical solutions to hyperbolic partial differential equations using a wave propagation approach. |
  |
Boundary Element Method - http://www.boundary-element-method.com/
Fortran 77 codes to solve the Laplace and Helmoltz equations. |
  |
MUDPACK: Multigrid Software for Elliptic PDEs - http://www.cisl.ucar.edu/css/software/mudpack/
Collection of vectorized, portable Fortran 77/90 subprograms which efficiently solve linear elliptic PDEs using multigrid iteration. OpenMP directives are used in the latest version to enable shared memory parallelism. |
  |
PARAMESH - http://sourceforge.net/projects/paramesh
Package of Fortran 90 subroutines designed to provide an application developer with an easy route to extend an existing serial code which uses a logically cartesian structured mesh into a parallel code with adaptive mesh refinement (AMR). |