Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 528 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 528 Bytes

Project!

TODO: add general overview, how to use, etc.

TODO: python environment? (+ instructions to setup, install)

Developing

File Structure

root |-- README.md |-- (environment? e.g. Pipfile) |-- FDTD | |-- fd_lib.py - fundamental FD functions | |-- fd_solution.py - leftover 2D code for initial verification | |-- fdtd_solver.py - Generic FDTD solver functions | |-- fd_3d.py - 3D stencils (don't tell Filip) | |-- MoM |-- example.mat - placeholder for MoM code