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.
- Host: GitHub
- URL: https://github.com/bdebye/dgfem
- Owner: bdebye
- License: gpl-3.0
- Created: 2018-08-16T06:13:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-16T06:29:44.000Z (over 7 years ago)
- Last Synced: 2025-06-25T23:35:28.897Z (5 months ago)
- Topics: computational-electromagnetics, dgtd, finite-element-method
- Language: Fortran
- Size: 205 KB
- Stars: 5
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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``.