An open API service indexing awesome lists of open source software.

https://github.com/bdebye/dgfem

Discontinuous Galerkin Time Domain code in FORTRAN.
https://github.com/bdebye/dgfem

computational-electromagnetics dgtd finite-element-method

Last synced: about 1 month ago
JSON representation

Discontinuous Galerkin Time Domain code in FORTRAN.

Awesome Lists containing this project

README

          

# 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``.