Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
Object with data to solve Maxwell equation Maxwell in TE mode: (Ex,Ey,Bz) 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... | |
integer(kind=i32) | i1 |
first indice of the block dimension 1 More... | |
integer(kind=i32) | j1 |
last indice of the block dimension 1 More... | |
integer(kind=i32) | i2 |
first indice of the block dimesnion 2 More... | |
integer(kind=i32) | j2 |
last indice of the block dimension 2 More... | |
real(kind=f64) | dx |
step size along dimension 1 More... | |
real(kind=f64) | dy |
step size along dimension 2 More... | |
Object with data to solve Maxwell equation Maxwell in TE mode: (Ex,Ey,Bz)
Definition at line 75 of file sll_m_maxwell_2d_fdtd.F90.
|
private |
speed of light
Definition at line 82 of file sll_m_maxwell_2d_fdtd.F90.
|
private |
step size
Definition at line 85 of file sll_m_maxwell_2d_fdtd.F90.
|
private |
step size
Definition at line 88 of file sll_m_maxwell_2d_fdtd.F90.
|
private |
step size along dimension 1
Definition at line 93 of file sll_m_maxwell_2d_fdtd.F90.
|
private |
step size along dimension 2
Definition at line 94 of file sll_m_maxwell_2d_fdtd.F90.
|
private |
electric conductivity
Definition at line 80 of file sll_m_maxwell_2d_fdtd.F90.
|
private |
right side
Definition at line 84 of file sll_m_maxwell_2d_fdtd.F90.
|
private |
left side
Definition at line 83 of file sll_m_maxwell_2d_fdtd.F90.
|
private |
top side
Definition at line 87 of file sll_m_maxwell_2d_fdtd.F90.
|
private |
bottom side
Definition at line 86 of file sll_m_maxwell_2d_fdtd.F90.
|
private |
first indice of the block dimension 1
Definition at line 89 of file sll_m_maxwell_2d_fdtd.F90.
|
private |
first indice of the block dimesnion 2
Definition at line 91 of file sll_m_maxwell_2d_fdtd.F90.
|
private |
last indice of the block dimension 1
Definition at line 90 of file sll_m_maxwell_2d_fdtd.F90.
|
private |
last indice of the block dimension 2
Definition at line 92 of file sll_m_maxwell_2d_fdtd.F90.
|
private |
magnetic permeability
Definition at line 81 of file sll_m_maxwell_2d_fdtd.F90.
|
private |
x cells number
Definition at line 77 of file sll_m_maxwell_2d_fdtd.F90.
|
private |
y cells number
Definition at line 78 of file sll_m_maxwell_2d_fdtd.F90.
|
private |
TE or TM.
Definition at line 79 of file sll_m_maxwell_2d_fdtd.F90.