-
Updated
Aug 7, 2020 - Python
#
fdfd
Here are 10 public repositories matching this topic...
Pure Python implementation of the finite difference frequency domain (FDFD) method for electromagnetics
optics
eigenvectors
finite-difference
electromagnetics
frequency-domain
eigenvalues
fdfd
modal-calculations
python-fdfd
-
Updated
Nov 5, 2018 - Jupyter Notebook
Pure Julia implementation of the finite difference frequency domain (FDFD) method for electromagnetics
julia
optics
electromagnetics
frequency-domain
jerry
fdfd
waveguide
finite-difference-method
eigenmode
nanophotonics
fdfd-jl
-
Updated
Jul 17, 2020 - Jupyter Notebook
FDFD Solver for Julia
-
Updated
Nov 27, 2018 - Julia
An implementation of a stress-tensor based FDFD method for computing Casimir forces
-
Updated
Sep 3, 2020 - Rust
-
Updated
Feb 18, 2019 - HTML
-
Updated
Jun 24, 2018
FDFD solver for Helmholtz equation in 2D written in julia
-
Updated
Jul 23, 2020 - Julia
MATLAB-based solver package of Maxwell's equations by the FDFD method.
-
Updated
Aug 27, 2016 - MATLAB
Improve this page
Add a description, image, and links to the fdfd topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the fdfd topic, visit your repo's landing page and select "manage topics."
Describe the bug
If
eps_ris shape(N,)then the fields solved are shape(N,1)Either:
eps_rarraysOr:
eps_rshape and reshape the fields to match.