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 | Variables
sll_m_rk_implicit.F90 File Reference
#include "sll_assert.h"
#include "sll_errors.h"
Include dependency graph for sll_m_rk_implicit.F90:

Go to the source code of this file.

Data Types

type  sll_c_rk_implicit
 
type  sll_t_rk1d_bwd_euler
 
type  sll_t_rk1d_trapezoid
 

Modules

module  sll_m_rk_implicit
 

Functions/Subroutines

subroutine s_rk_implicit__set_params (self, rel_tol, abs_tol, maxiter)
 
subroutine s_rk_implicit__get_params (self, rel_tol, abs_tol, maxiter)
 
subroutine rk1d_bwd_euler__init (self, ode, t0, y0)
 
subroutine rk1d_bwd_euler__step (self, t, y, h, ynew)
 
subroutine rk1d_bwd_euler__clean (self)
 
subroutine rk1d_trapezoid__init (self, ode, t0, y0)
 
subroutine rk1d_trapezoid__step (self, t, y, h, ynew)
 
subroutine rk1d_trapezoid__clean (self)
 

Variables

integer, parameter wp = f64
 Working precision. More...
 
    Report Typos and Errors