|
| subroutine, public | sll_s_maxwell_2d_pstd_init (self, xmin, xmax, nc_x, ymin, ymax, nc_y, polarization) |
| | Solve maxwell solver 2d cartesian periodic with PSTD scheme. More...
|
| |
| subroutine, public | sll_s_solve_maxwell_2d_pstd (self, fx, fy, fz, dt) |
| | self routine exists only for testing purpose. Use ampere and faraday in your appication. More...
|
| |
| subroutine, public | sll_s_solve_faraday_2d_pstd (self, fx, fy, fz, dt) |
| | Solve Faraday equation. More...
|
| |
| subroutine, public | sll_s_solve_ampere_2d_pstd (self, fx, fy, fz, dt, sx, sy) |
| |
| subroutine | faraday_tm_2d_pstd (self, hx, hy, ez, dt) |
| | Solve faraday equation (hx,hy,ez) More...
|
| |
| subroutine | faraday_te_2d_pstd (self, ex, ey, hz, dt) |
| | Solve faraday equation (ex,ey,hz) More...
|
| |
| subroutine | ampere_tm_2d_pstd (self, hx, hy, ez, dt, jz) |
| | Solve ampere maxwell equation (hx,hy,ez) More...
|
| |
| subroutine | ampere_te_2d_pstd (self, ex, ey, hz, dt, jx, jy) |
| | Solve ampere maxwell equation (ex,ey,hz) More...
|
| |
| subroutine, public | sll_s_free_maxwell_2d_pstd (self) |
| | delete maxwell solver object More...
|
| |