![]() |
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
Initialize maxwell solver 2d with FDTD scheme. More...
Private Member Functions | |
| subroutine | initialize_maxwell_2d_fdtd (self, i1, j1, i2, j2, dx, dy, polarization) |
| Initilialize the maxwell solver. More... | |
| subroutine | initialize_maxwell_2d_fdtd_alt (self, x1, x2, nc_x, y1, y2, nc_y, polarization) |
| Initilialize the maxwell solver. More... | |
Initialize maxwell solver 2d with FDTD scheme.
Definition at line 56 of file sll_m_maxwell_2d_fdtd.F90.
|
private |
Initilialize the maxwell solver.
| self | maxwell solver object |
| i1 | first incidice along x |
| j1 | last indice along x |
| i2 | first indice along y |
| j2 | last indice along y |
| dx | size step along x |
| dy | size step along y |
| polarization | TE or TM |
Definition at line 127 of file sll_m_maxwell_2d_fdtd.F90.
|
private |
Initilialize the maxwell solver.
| self | maxwell solver object |
| x1 | first incidice along x |
| y1 | last indice along x |
| x2 | first indice along y |
| y2 | last indice along y |
| nc_x | size step along y |
| nc_y | size step along y |
| polarization | TE or TM |
Definition at line 100 of file sll_m_maxwell_2d_fdtd.F90.
1.9.1