Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
#include "sll_working_precision.h"
#include "sll_assert.h"
Go to the source code of this file.
Data Types | |
type | init_gaussian_2d |
Modules | |
module | sll_m_gaussian_2d_initializer |
Initializes a Gaussian of the form exp -((x-xc)**2/(2*sigma_x)**2 + (y-yc)**2/(2*sigma_y)**2) | |
Functions/Subroutines | |
subroutine | initialize_gaussian_2d (init_obj, transf, data_position, xc, yc, sigma_x, sigma_y) |
subroutine | f_x1x2_gaussian_2d (init_obj, data_out) |