TODO: add general overview, how to use, etc.
TODO: python environment? (+ instructions to setup, install)
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