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

6D cartesian mesh More...

Collaboration diagram for sll_t_cartesian_mesh_6d:

Public Member Functions

procedure init => sll_s_cartesian_mesh_6d_init
 
procedure display => display_cartesian_mesh_6d
 
procedure delete => sll_s_cartesian_mesh_6d_free
 

Public Attributes

integer(kind=i32), dimension(6) num_cells
 number of cells in each direction More...
 
real(kind=f64), dimension(6) eta_min
 minimum value of eta along each direction More...
 
real(kind=f64), dimension(6) eta_max
 maximum value of eta along each direction More...
 
real(kind=f64), dimension(6) delta_eta
 cell spacing along each direction More...
 
real(kind=f64) volume
 volume of the domain More...
 
real(kind=f64) volume_eta123
 volume of the domain spanned by first three components More...
 
real(kind=f64) volume_eta456
 volume of the domain spanned by last three components More...
 

Detailed Description

6D cartesian mesh

Definition at line 161 of file sll_m_cartesian_meshes.F90.

Member Function/Subroutine Documentation

◆ delete()

procedure delete

Definition at line 173 of file sll_m_cartesian_meshes.F90.

◆ display()

procedure display

Definition at line 172 of file sll_m_cartesian_meshes.F90.

◆ init()

procedure init

Definition at line 171 of file sll_m_cartesian_meshes.F90.

Member Data Documentation

◆ delta_eta

real(kind=f64), dimension(6) delta_eta

cell spacing along each direction

Definition at line 165 of file sll_m_cartesian_meshes.F90.

◆ eta_max

real(kind=f64), dimension(6) eta_max

maximum value of eta along each direction

Definition at line 164 of file sll_m_cartesian_meshes.F90.

◆ eta_min

real(kind=f64), dimension(6) eta_min

minimum value of eta along each direction

Definition at line 163 of file sll_m_cartesian_meshes.F90.

◆ num_cells

integer(kind=i32), dimension(6) num_cells

number of cells in each direction

Definition at line 162 of file sll_m_cartesian_meshes.F90.

◆ volume

real(kind=f64) volume

volume of the domain

Definition at line 166 of file sll_m_cartesian_meshes.F90.

◆ volume_eta123

real(kind=f64) volume_eta123

volume of the domain spanned by first three components

Definition at line 167 of file sll_m_cartesian_meshes.F90.

◆ volume_eta456

real(kind=f64) volume_eta456

volume of the domain spanned by last three components

Definition at line 168 of file sll_m_cartesian_meshes.F90.

    Report Typos and Errors