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
init_gaussian_2d Type Reference
Inheritance diagram for init_gaussian_2d:
Collaboration diagram for init_gaussian_2d:

Public Member Functions

procedure, pass(init_obj) initialize => initialize_gaussian_2d
 
procedure, pass(init_obj) f_of_x1x2 => f_x1x2_gaussian_2d
 

Public Attributes

class(sll_coordinate_transformation_2d_base), pointer transf
 
real(kind=f64) xc
 
real(kind=f64) yc
 
real(kind=f64) sigma_x
 
real(kind=f64) sigma_y
 

Detailed Description

Definition at line 11 of file sll_m_gaussian_2d_initializer.F90.

Member Function/Subroutine Documentation

◆ f_of_x1x2()

procedure, pass(init_obj) f_of_x1x2

Definition at line 17 of file sll_m_gaussian_2d_initializer.F90.

◆ initialize()

procedure, pass(init_obj) initialize

Definition at line 16 of file sll_m_gaussian_2d_initializer.F90.

Member Data Documentation

◆ sigma_x

real(kind=f64) sigma_x

Definition at line 14 of file sll_m_gaussian_2d_initializer.F90.

◆ sigma_y

real(kind=f64) sigma_y

Definition at line 14 of file sll_m_gaussian_2d_initializer.F90.

◆ transf

class(sll_coordinate_transformation_2d_base), pointer transf

Definition at line 12 of file sll_m_gaussian_2d_initializer.F90.

◆ xc

real(kind=f64) xc

Definition at line 13 of file sll_m_gaussian_2d_initializer.F90.

◆ yc

real(kind=f64) yc

Definition at line 13 of file sll_m_gaussian_2d_initializer.F90.

    Report Typos and Errors