Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
Parent object of all Maxwell solvers. More...
Private Attributes | |
integer(kind=i32) | nc_eta1 |
x cells number More... | |
integer(kind=i32) | nc_eta2 |
y cells number More... | |
integer(kind=i32) | polarization |
TE or TM. More... | |
real(kind=f64) | e_0 |
electric conductivity More... | |
real(kind=f64) | mu_0 |
magnetic permeability More... | |
real(kind=f64) | c |
speed of light More... | |
real(kind=f64) | eta1_min |
left side More... | |
real(kind=f64) | eta1_max |
right side More... | |
real(kind=f64) | delta_eta1 |
step size More... | |
real(kind=f64) | eta2_min |
bottom side More... | |
real(kind=f64) | eta2_max |
top side More... | |
real(kind=f64) | delta_eta2 |
step size More... | |
Parent object of all Maxwell solvers.
Definition at line 37 of file sll_m_maxwell_solvers_base.F90.
|
private |
speed of light
Definition at line 44 of file sll_m_maxwell_solvers_base.F90.
|
private |
step size
Definition at line 47 of file sll_m_maxwell_solvers_base.F90.
|
private |
step size
Definition at line 50 of file sll_m_maxwell_solvers_base.F90.
|
private |
electric conductivity
Definition at line 42 of file sll_m_maxwell_solvers_base.F90.
|
private |
right side
Definition at line 46 of file sll_m_maxwell_solvers_base.F90.
|
private |
left side
Definition at line 45 of file sll_m_maxwell_solvers_base.F90.
|
private |
top side
Definition at line 49 of file sll_m_maxwell_solvers_base.F90.
|
private |
bottom side
Definition at line 48 of file sll_m_maxwell_solvers_base.F90.
|
private |
magnetic permeability
Definition at line 43 of file sll_m_maxwell_solvers_base.F90.
|
private |
x cells number
Definition at line 39 of file sll_m_maxwell_solvers_base.F90.
|
private |
y cells number
Definition at line 40 of file sll_m_maxwell_solvers_base.F90.
|
private |
TE or TM.
Definition at line 41 of file sll_m_maxwell_solvers_base.F90.