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_maxwell_solver Type Reference

Parent object of all Maxwell solvers. More...

Collaboration diagram for sll_maxwell_solver:

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

Detailed Description

Parent object of all Maxwell solvers.

Definition at line 37 of file sll_m_maxwell_solvers_base.F90.

Member Data Documentation

◆ c

real(kind=f64) c
private

speed of light

Definition at line 44 of file sll_m_maxwell_solvers_base.F90.

◆ delta_eta1

real(kind=f64) delta_eta1
private

step size

Definition at line 47 of file sll_m_maxwell_solvers_base.F90.

◆ delta_eta2

real(kind=f64) delta_eta2
private

step size

Definition at line 50 of file sll_m_maxwell_solvers_base.F90.

◆ e_0

real(kind=f64) e_0
private

electric conductivity

Definition at line 42 of file sll_m_maxwell_solvers_base.F90.

◆ eta1_max

real(kind=f64) eta1_max
private

right side

Definition at line 46 of file sll_m_maxwell_solvers_base.F90.

◆ eta1_min

real(kind=f64) eta1_min
private

left side

Definition at line 45 of file sll_m_maxwell_solvers_base.F90.

◆ eta2_max

real(kind=f64) eta2_max
private

top side

Definition at line 49 of file sll_m_maxwell_solvers_base.F90.

◆ eta2_min

real(kind=f64) eta2_min
private

bottom side

Definition at line 48 of file sll_m_maxwell_solvers_base.F90.

◆ mu_0

real(kind=f64) mu_0
private

magnetic permeability

Definition at line 43 of file sll_m_maxwell_solvers_base.F90.

◆ nc_eta1

integer(kind=i32) nc_eta1
private

x cells number

Definition at line 39 of file sll_m_maxwell_solvers_base.F90.

◆ nc_eta2

integer(kind=i32) nc_eta2
private

y cells number

Definition at line 40 of file sll_m_maxwell_solvers_base.F90.

◆ polarization

integer(kind=i32) polarization
private

TE or TM.

Definition at line 41 of file sll_m_maxwell_solvers_base.F90.

    Report Typos and Errors