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

Go to the source code of this file.

Data Types

type  sll_t_trapezoid_conservative_1d_charac
 

Modules

module  sll_m_characteristics_1d_trapezoid_conservative
 conservative version of trapezoid
 

Functions/Subroutines

type(sll_t_trapezoid_conservative_1d_charac) function, pointer, public sll_f_new_trapezoid_conservative_1d_charac (Npts, A_interp, bc_type, eta_min, eta_max, process_outside_point, maxiter, tol)
 
subroutine initialize_trapezoid_conservative_1d_charac (charac, Npts, A_interp, bc_type, eta_min, eta_max, process_outside_point, maxiter, tol)
 
subroutine compute_trapezoid_conservative_1d_charac (charac, A, dt, input, output)
 
    Report Typos and Errors