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

Private Member Functions

procedure write_to_file => sll_s_write_scalar_field_2d
 
procedure initialize => sll_s_scalar_field_2d_init
 

Private Attributes

class(sll_c_coordinate_transformation_2d_base), pointer transf
 
class(sll_c_interpolator_1d), pointer eta1_interpolator
 
class(sll_c_interpolator_1d), pointer eta2_interpolator
 
real(kind=f64), dimension(:, :), pointer data
 
integer(kind=i32) data_position
 
character(len=64) name
 
integer(kind=i32) plot_counter
 

Detailed Description

Definition at line 50 of file sll_m_scalar_field_2d_old.F90.

Member Function/Subroutine Documentation

◆ initialize()

procedure initialize
private

Definition at line 60 of file sll_m_scalar_field_2d_old.F90.

◆ write_to_file()

procedure write_to_file
private

Definition at line 59 of file sll_m_scalar_field_2d_old.F90.

Member Data Documentation

◆ data

real(kind=f64), dimension(:, :), pointer data
private

Definition at line 54 of file sll_m_scalar_field_2d_old.F90.

◆ data_position

integer(kind=i32) data_position
private

Definition at line 55 of file sll_m_scalar_field_2d_old.F90.

◆ eta1_interpolator

class(sll_c_interpolator_1d), pointer eta1_interpolator
private

Definition at line 52 of file sll_m_scalar_field_2d_old.F90.

◆ eta2_interpolator

class(sll_c_interpolator_1d), pointer eta2_interpolator
private

Definition at line 53 of file sll_m_scalar_field_2d_old.F90.

◆ name

character(len=64) name
private

Definition at line 56 of file sll_m_scalar_field_2d_old.F90.

◆ plot_counter

integer(kind=i32) plot_counter
private

Definition at line 57 of file sll_m_scalar_field_2d_old.F90.

◆ transf

class(sll_c_coordinate_transformation_2d_base), pointer transf
private

Definition at line 51 of file sll_m_scalar_field_2d_old.F90.

    Report Typos and Errors