Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
#include "sll_assert.h"
#include "sll_memory.h"
#include "sll_working_precision.h"
Go to the source code of this file.
Modules | |
module | sll_m_mesh_calculus_2d |
Functions/Subroutines | |
real(kind=f64) function, public | sll_f_cell_volume (T, ic, jc, integration_degree) |
real(kind=f64) function, public | sll_f_edge_length_eta1_plus (T, ic, jc, integration_degree) |
real(kind=f64) function, public | sll_f_edge_length_eta1_minus (T, ic, jc, integration_degree) |
real(kind=f64) function, public | sll_f_edge_length_eta2_plus (T, ic, jc, integration_degree) |
real(kind=f64) function, public | sll_f_edge_length_eta2_minus (T, ic, jc, integration_degree) |
real(kind=f64) function, dimension(2), public | sll_f_normal_integral_eta1_plus (T, ic, jc, integration_degree) |
dimension(2) | normal_integral_eta1_minus (T, ic, jc, integration_degree) |
real(kind=f64) function, dimension(2) | normal_integral_eta2_plus (T, ic, jc, integration_degree) |
dimension(2) | normal_integral_eta2_minus (T, ic, jc, integration_degree) |