Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Private Attributes | List of all members
sll_t_maxwell_2d_fdtd Type Reference

Object with data to solve Maxwell equation Maxwell in TE mode: (Ex,Ey,Bz) More...

Collaboration diagram for sll_t_maxwell_2d_fdtd:

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...
 

Detailed Description

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.

Member Data Documentation

◆ c

real(kind=f64) c
private

speed of light

Definition at line 82 of file sll_m_maxwell_2d_fdtd.F90.

◆ delta_eta1

real(kind=f64) delta_eta1
private

step size

Definition at line 85 of file sll_m_maxwell_2d_fdtd.F90.

◆ delta_eta2

real(kind=f64) delta_eta2
private

step size

Definition at line 88 of file sll_m_maxwell_2d_fdtd.F90.

◆ dx

real(kind=f64) dx
private

step size along dimension 1

Definition at line 93 of file sll_m_maxwell_2d_fdtd.F90.

◆ dy

real(kind=f64) dy
private

step size along dimension 2

Definition at line 94 of file sll_m_maxwell_2d_fdtd.F90.

◆ e_0

real(kind=f64) e_0
private

electric conductivity

Definition at line 80 of file sll_m_maxwell_2d_fdtd.F90.

◆ eta1_max

real(kind=f64) eta1_max
private

right side

Definition at line 84 of file sll_m_maxwell_2d_fdtd.F90.

◆ eta1_min

real(kind=f64) eta1_min
private

left side

Definition at line 83 of file sll_m_maxwell_2d_fdtd.F90.

◆ eta2_max

real(kind=f64) eta2_max
private

top side

Definition at line 87 of file sll_m_maxwell_2d_fdtd.F90.

◆ eta2_min

real(kind=f64) eta2_min
private

bottom side

Definition at line 86 of file sll_m_maxwell_2d_fdtd.F90.

◆ i1

integer(kind=i32) i1
private

first indice of the block dimension 1

Definition at line 89 of file sll_m_maxwell_2d_fdtd.F90.

◆ i2

integer(kind=i32) i2
private

first indice of the block dimesnion 2

Definition at line 91 of file sll_m_maxwell_2d_fdtd.F90.

◆ j1

integer(kind=i32) j1
private

last indice of the block dimension 1

Definition at line 90 of file sll_m_maxwell_2d_fdtd.F90.

◆ j2

integer(kind=i32) j2
private

last indice of the block dimension 2

Definition at line 92 of file sll_m_maxwell_2d_fdtd.F90.

◆ mu_0

real(kind=f64) mu_0
private

magnetic permeability

Definition at line 81 of file sll_m_maxwell_2d_fdtd.F90.

◆ nc_eta1

integer(kind=i32) nc_eta1
private

x cells number

Definition at line 77 of file sll_m_maxwell_2d_fdtd.F90.

◆ nc_eta2

integer(kind=i32) nc_eta2
private

y cells number

Definition at line 78 of file sll_m_maxwell_2d_fdtd.F90.

◆ polarization

integer(kind=i32) polarization
private

TE or TM.

Definition at line 79 of file sll_m_maxwell_2d_fdtd.F90.

    Report Typos and Errors