#include "sll_memory.h"
#include "sll_working_precision.h"
#include "sll_maxwell_solvers_macros.h"
Go to the source code of this file.
|
subroutine | initialize_maxwell_2d_fdtd_alt (self, x1, x2, nc_x, y1, y2, nc_y, polarization) |
| Initilialize the maxwell solver. More...
|
|
subroutine | initialize_maxwell_2d_fdtd (self, i1, j1, i2, j2, dx, dy, polarization) |
| Initilialize the maxwell solver. More...
|
|
subroutine | solve_maxwell_2d_fdtd (self, fx, fy, fz, dt) |
| self routine exists only for testing purpose. Use ampere and faraday in your appication. More...
|
|
subroutine | faraday_2d_fdtd (self, fx, fy, fz, dt) |
| Solve Faraday equation. More...
|
|
subroutine | ampere_2d_fdtd (self, fx, fy, fz, dt, jx, jy) |
| Solve ampere-maxwell equation with FDTD scheme. More...
|
|
subroutine | bc_periodic_2d_fdtd (self, fx, fy, fz, dt) |
| Set boundary conditions. More...
|
|