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

Private Member Functions

subroutine sll_s_scalar_field_2d_init (this, field_name, transf, data_position, eta1_interpolator, eta2_interpolator, initializer)
 

Detailed Description

Definition at line 72 of file sll_m_scalar_field_2d_old.F90.

Member Function/Subroutine Documentation

◆ sll_s_scalar_field_2d_init()

subroutine sll_s_scalar_field_2d_init ( class(sll_t_scalar_field_2d), intent(inout)  this,
character(len=*), intent(in)  field_name,
class(sll_c_coordinate_transformation_2d_base), pointer  transf,
integer(kind=i32), intent(in)  data_position,
class(sll_c_interpolator_1d), pointer  eta1_interpolator,
class(sll_c_interpolator_1d), pointer  eta2_interpolator,
class(sll_c_scalar_field_2d_initializer_base), optional, pointer  initializer 
)
private

Definition at line 79 of file sll_m_scalar_field_2d_old.F90.

    Report Typos and Errors