Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
Solve Faraday equation. More...
Private Member Functions | |
subroutine | ampere_2d_fdtd (self, fx, fy, fz, dt, jx, jy) |
Solve ampere-maxwell equation with FDTD scheme. More... | |
Solve Faraday equation.
Definition at line 69 of file sll_m_maxwell_2d_fdtd.F90.
|
private |
Solve ampere-maxwell equation with FDTD scheme.
self | Maxwell object | |
[in,out] | fx | Ex or Bx |
[in,out] | fy | Ey or By |
[in,out] | fz | Bz or Ez |
[in] | jx | Jx current |
[in] | jy | Jy current |
[in] | dt | time step |
Definition at line 241 of file sll_m_maxwell_2d_fdtd.F90.