Rocky Mountain Mathematics Consortium
Summer 2008: Parallel Numerical Methods for
Partial Differential Equations
Rocky Mountain Mathematics Consortium
Summer 2008: Parallel Numerical Methods for
Partial Differential Equations
A Mini DG Code For Distributed PDE Solution with DG
MIni DG Code:

We have custom built a very lightweight C based code treatment for the time-domain Maxwell’s discontinuous Galerkin solvers in 2D and 3D. It can run on GPU+MPI or CPU+MPI.
MIDG does the following:
1.distributed loading of a mesh file
2.calls ParMETIS to partition the mesh, on the fly, with load balancing and communication quasi-minimization
3.uses a parallel sort to set up inter-element connectivity
4.time steps using a low storage Runge-Kutta scheme
To use MIDG see the readme file.


