Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
Solve maxwell solver 2d with FDTD scheme. More...
Private Member Functions | |
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... | |
Solve maxwell solver 2d with FDTD scheme.
Definition at line 61 of file sll_m_maxwell_2d_fdtd.F90.
|
private |
self routine exists only for testing purpose. Use ampere and faraday in your appication.
self | maxwell object | |
fx | Ex or Bx | |
fy | Ey or By | |
fz | Bz or Ez | |
[in] | dt | time step |
Definition at line 154 of file sll_m_maxwell_2d_fdtd.F90.