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_CSL.F90 File Reference
#include "sll_assert.h"
#include "sll_memory.h"
#include "sll_working_precision.h"
Include dependency graph for sll_m_advection_2d_CSL.F90:

Go to the source code of this file.

Data Types

type  sll_t_csl_2d_advector
 

Modules

module  sll_m_advection_2d_csl
 

Functions/Subroutines

type(sll_t_csl_2d_advector) function, pointer, public sll_f_new_csl_2d_advector (charac, Npts1, Npts2, eta1_min, eta1_max, eta2_min, eta2_max, eta1_coords, eta2_coords)
 
subroutine initialize_csl_2d_advector (adv, charac, Npts1, Npts2, eta1_min, eta1_max, eta2_min, eta2_max, eta1_coords, eta2_coords)
 
subroutine csl_advect_2d (adv, A1, A2, dt, input, output)
 
subroutine aux (N0, N1, f, aretesh, aretesv, sommets, ordre, dom)
 
subroutine compute_aux2_new (N_x1, N_x2, r_x1, s_x1, r_x2, s_x2, input, output)
 
subroutine compute_ww (ww, r, s)
 
subroutine aux2 (N0, N1, f, areteshb, areteshh, aretesvg, aretesvd, sommetsbg, sommetsbd, sommetshg, sommetshd, ordre, carac, dom)
 
    Report Typos and Errors