Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 300 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 300 Bytes

A Discontinuous Galerkin Time Domain code in FORTRAN

The project is divided into six parts:

util.f90 for accessories, signal.f90 for signal processing. The gmsh.90 load and parse the mesh. The linear algebra routines are in linalg.f90. Major DGTD algorithms are in dgfem.f90.