MITCHELL_DEALII, example programs which set up and solve Mitchell's 2D Elliptic Partial Differential Equations (PDE's) using the DEAL.II package.
Mitchell proposed these problems as a test suite for adaptive PDE solvers. An adaptive solver is one that constructs a proposed solution, estimates the error in this proposed solution, and then modifies its approach, perhaps by refining the mesh or using higher order elements, to reduce the error.
The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.
DEALII, examples which illustrate the use of DEAL.II, a finite element method (FEM) Differential Equations Analysis Library (DEAL), for the definition and solution of partial differential equations (PDE's), by Wolfgang Bangerth and others.
MITCHELL_FENICS, examples which illustrate the implementation of the Mitchell 2D elliptic partial differential equation (PDE) test problems using FENICS.
MITCHELL_FREEFEM++, examples which illustrate the implementation of the Mitchell 2D elliptic partial differential equation (PDE) test problems using FREEFEM++.
The DEAL.II implementations of these problems was done by Lukas Bystricky, of the Department of Scientific Computing, Florida State University.
A web site at NIST describes these and many other problems: http://math.nist.gov/amr-benchmark/index.html
Mitchell's problems include:
You can go up one level to the Examples directory.