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

Description

computes the characteristic with explicit euler scheme

Derived types and interfaces

type  sll_t_charac_2d_explicit_euler
 

Functions/Subroutines

type(sll_t_charac_2d_explicit_euler) function, pointer, public sll_f_new_explicit_euler_2d_charac (Npts1, Npts2, bc_type_1, bc_type_2, eta1_min, eta1_max, eta2_min, eta2_max, process_outside_point1, process_outside_point2)
 
subroutine initialize_explicit_euler_2d_charac (charac, Npts1, Npts2, bc_type_1, bc_type_2, eta1_min, eta1_max, eta2_min, eta2_max, process_outside_point1, process_outside_point2)
 
subroutine compute_explicit_euler_2d_charac (charac, A1, A2, dt, input1, input2, output1, output2)
 

Function/Subroutine Documentation

◆ compute_explicit_euler_2d_charac()

subroutine sll_m_characteristics_2d_explicit_euler::compute_explicit_euler_2d_charac ( class(sll_t_charac_2d_explicit_euler charac,
real(kind=f64), dimension(:, :), intent(in)  A1,
real(kind=f64), dimension(:, :), intent(in)  A2,
real(kind=f64), intent(in)  dt,
real(kind=f64), dimension(:), intent(in)  input1,
real(kind=f64), dimension(:), intent(in)  input2,
real(kind=f64), dimension(:, :), intent(out)  output1,
real(kind=f64), dimension(:, :), intent(out)  output2 
)
private

Definition at line 218 of file sll_m_characteristics_2d_explicit_euler.F90.

◆ initialize_explicit_euler_2d_charac()

subroutine sll_m_characteristics_2d_explicit_euler::initialize_explicit_euler_2d_charac ( class(sll_t_charac_2d_explicit_euler charac,
integer(kind=i32), intent(in)  Npts1,
integer(kind=i32), intent(in)  Npts2,
integer(kind=i32), intent(in), optional  bc_type_1,
integer(kind=i32), intent(in), optional  bc_type_2,
real(kind=f64), intent(in), optional  eta1_min,
real(kind=f64), intent(in), optional  eta1_max,
real(kind=f64), intent(in), optional  eta2_min,
real(kind=f64), intent(in), optional  eta2_max,
procedure(sll_i_signature_process_outside_point), optional  process_outside_point1,
procedure(sll_i_signature_process_outside_point), optional  process_outside_point2 
)
private

Definition at line 108 of file sll_m_characteristics_2d_explicit_euler.F90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ sll_f_new_explicit_euler_2d_charac()

type(sll_t_charac_2d_explicit_euler) function, pointer, public sll_m_characteristics_2d_explicit_euler::sll_f_new_explicit_euler_2d_charac ( integer(kind=i32), intent(in)  Npts1,
integer(kind=i32), intent(in)  Npts2,
integer(kind=i32), intent(in), optional  bc_type_1,
integer(kind=i32), intent(in), optional  bc_type_2,
real(kind=f64), intent(in), optional  eta1_min,
real(kind=f64), intent(in), optional  eta1_max,
real(kind=f64), intent(in), optional  eta2_min,
real(kind=f64), intent(in), optional  eta2_max,
procedure(sll_i_signature_process_outside_point), optional  process_outside_point1,
procedure(sll_i_signature_process_outside_point), optional  process_outside_point2 
)

Definition at line 64 of file sll_m_characteristics_2d_explicit_euler.F90.

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