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

Go to the source code of this file.

Modules

module  sll_m_euler_2d_hex
 

Functions/Subroutines

subroutine, public sll_s_compute_characteristic_euler_2d_hex (x1, x2, uxn, uyn, i, y1, y2, dt)
 
subroutine compute_characteristic_leapfrog_2d_hex (x1, x2, uxn, uyn, dxux, dyux, dxuy, dyuy, i, y1, y2, dt)
 
subroutine, public sll_s_compute_characteristic_adams2_2d_hex (x1, x2, uxn, uyn, uxn_1, uyn_1, dxuxn, dyuxn, dxuyn, dyuyn, i, y1, y2, dt)
 
subroutine compute_characteristic_adams3_2d_hex (x1, x2, uxn, uyn, uxn_1, uyn_1, uxn_2, uyn_2, dxuxn, dyuxn, dxuyn, dyuyn, i, y1, y2, dt)
 
subroutine compute_characteristic_adams4_2d_hex (x1, x2, uxn, uyn, uxn_1, uyn_1, uxn_2, uyn_2, uxn_3, uyn_3, dxuxn, dyuxn, dxuyn, dyuyn, i, y1, y2, dt)
 
    Report Typos and Errors