You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
About
Discontinuous Galerkin Time Domain code in FORTRAN.