Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Functions/Subroutines
sll_m_mesh_calculus_2d Module Reference

Functions/Subroutines

real(kind=f64) function, public sll_f_cell_volume (T, ic, jc, integration_degree)
 
real(kind=f64) function, public sll_f_edge_length_eta1_plus (T, ic, jc, integration_degree)
 
real(kind=f64) function, public sll_f_edge_length_eta1_minus (T, ic, jc, integration_degree)
 
real(kind=f64) function, public sll_f_edge_length_eta2_plus (T, ic, jc, integration_degree)
 
real(kind=f64) function, public sll_f_edge_length_eta2_minus (T, ic, jc, integration_degree)
 
real(kind=f64) function, dimension(2), public sll_f_normal_integral_eta1_plus (T, ic, jc, integration_degree)
 
dimension(2) normal_integral_eta1_minus (T, ic, jc, integration_degree)
 
real(kind=f64) function, dimension(2) normal_integral_eta2_plus (T, ic, jc, integration_degree)
 
dimension(2) normal_integral_eta2_minus (T, ic, jc, integration_degree)
 

Function/Subroutine Documentation

◆ normal_integral_eta1_minus()

dimension(2) sll_m_mesh_calculus_2d::normal_integral_eta1_minus ( class(sll_c_coordinate_transformation_2d_base), pointer  T,
intent(in)  ic,
intent(in)  jc,
intent(in)  integration_degree 
)
private

Definition at line 437 of file sll_m_mesh_calculus_2d.F90.

Here is the call graph for this function:

◆ normal_integral_eta2_minus()

dimension(2) sll_m_mesh_calculus_2d::normal_integral_eta2_minus ( class(sll_c_coordinate_transformation_2d_base), pointer  T,
intent(in)  ic,
intent(in)  jc,
intent(in)  integration_degree 
)
private

Definition at line 595 of file sll_m_mesh_calculus_2d.F90.

Here is the call graph for this function:

◆ normal_integral_eta2_plus()

real(kind=f64) function, dimension(2) sll_m_mesh_calculus_2d::normal_integral_eta2_plus ( class(sll_c_coordinate_transformation_2d_base), pointer  T,
integer(kind=i32), intent(in)  ic,
integer(kind=i32), intent(in)  jc,
integer(kind=i32), intent(in)  integration_degree 
)
private

Definition at line 516 of file sll_m_mesh_calculus_2d.F90.

Here is the call graph for this function:

◆ sll_f_cell_volume()

real(kind=f64) function, public sll_m_mesh_calculus_2d::sll_f_cell_volume ( class(sll_c_coordinate_transformation_2d_base), pointer  T,
integer(kind=i32), intent(in)  ic,
integer(kind=i32), intent(in)  jc,
integer(kind=i32), intent(in)  integration_degree 
)

Definition at line 39 of file sll_m_mesh_calculus_2d.F90.

Here is the call graph for this function:

◆ sll_f_edge_length_eta1_minus()

real(kind=f64) function, public sll_m_mesh_calculus_2d::sll_f_edge_length_eta1_minus ( class(sll_c_coordinate_transformation_2d_base), pointer  T,
integer(kind=i32), intent(in)  ic,
integer(kind=i32), intent(in)  jc,
integer(kind=i32), intent(in)  integration_degree 
)

Definition at line 167 of file sll_m_mesh_calculus_2d.F90.

Here is the caller graph for this function:

◆ sll_f_edge_length_eta1_plus()

real(kind=f64) function, public sll_m_mesh_calculus_2d::sll_f_edge_length_eta1_plus ( class(sll_c_coordinate_transformation_2d_base), pointer  T,
integer(kind=i32), intent(in)  ic,
integer(kind=i32), intent(in)  jc,
integer(kind=i32), intent(in)  integration_degree 
)

Definition at line 105 of file sll_m_mesh_calculus_2d.F90.

Here is the caller graph for this function:

◆ sll_f_edge_length_eta2_minus()

real(kind=f64) function, public sll_m_mesh_calculus_2d::sll_f_edge_length_eta2_minus ( class(sll_c_coordinate_transformation_2d_base), pointer  T,
integer(kind=i32), intent(in)  ic,
integer(kind=i32), intent(in)  jc,
integer(kind=i32), intent(in)  integration_degree 
)

Definition at line 291 of file sll_m_mesh_calculus_2d.F90.

Here is the caller graph for this function:

◆ sll_f_edge_length_eta2_plus()

real(kind=f64) function, public sll_m_mesh_calculus_2d::sll_f_edge_length_eta2_plus ( class(sll_c_coordinate_transformation_2d_base), pointer  T,
integer(kind=i32), intent(in)  ic,
integer(kind=i32), intent(in)  jc,
integer(kind=i32), intent(in)  integration_degree 
)

Definition at line 233 of file sll_m_mesh_calculus_2d.F90.

Here is the caller graph for this function:

◆ sll_f_normal_integral_eta1_plus()

real(kind=f64) function, dimension(2), public sll_m_mesh_calculus_2d::sll_f_normal_integral_eta1_plus ( class(sll_c_coordinate_transformation_2d_base), pointer  T,
integer(kind=i32), intent(in)  ic,
integer(kind=i32), intent(in)  jc,
integer(kind=i32), intent(in)  integration_degree 
)

Definition at line 358 of file sll_m_mesh_calculus_2d.F90.

Here is the call graph for this function:
    Report Typos and Errors