Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Data Types | Modules | Functions/Subroutines
sll_m_advection_2d_integer_oblic.F90 File Reference
#include "sll_assert.h"
#include "sll_memory.h"
#include "sll_working_precision.h"
Include dependency graph for sll_m_advection_2d_integer_oblic.F90:

Go to the source code of this file.

Data Types

type  sll_t_integer_oblic_2d_advector
 

Modules

module  sll_m_advection_2d_integer_oblic
 use integer oblic interpolation
 

Functions/Subroutines

type(sll_t_integer_oblic_2d_advector) function, pointer, public sll_f_new_integer_oblic_2d_advector (adv_x1, adv_aligned, interp, charac, Npts1, Npts2, eta1_min, eta1_max, eta2_min, eta2_max, eta1_coords, eta2_coords)
 
subroutine initialize_integer_oblic_2d_advector (adv, adv_x1, adv_aligned, interp, charac, Npts1, Npts2, eta1_min, eta1_max, eta2_min, eta2_max, eta1_coords, eta2_coords)
 
subroutine, public sll_s_integer_oblic_advect_2d (adv, phi, shift, dt, input, output)
 
    Report Typos and Errors