Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
#include "sll_memory.h"
#include "sll_working_precision.h"
Go to the source code of this file.
Modules | |
module | sll_m_interpolation_hex_hermite |
Functions/Subroutines | |
subroutine, public | sll_s_der_finite_difference (f_tn, p, step, mesh, deriv) |
subroutine, public | sll_s_hermite_interpolation (num, x, y, f_tn, center_value, edge_value, output_tn1, mesh, deriv, aire, num_method) |
subroutine | base_zienkiewicz_9_degree_of_freedom (base, step, l1, l2, l3) |
subroutine | base_zienkiewicz_10_degree_of_freedom (base, step, l1, l2, l3) |
subroutine | get_sub_triangle_hex (mesh, x1, x3, y1, y2, y3, x, y, num_sub_triangle) |
subroutine | product_with_sigma_hct_r (li, lj, lk, xi) |
subroutine | base_from_local_base_xi_htc_r (base, xi, num_sub_triangle, step) |
subroutine | base_hsieh_clough_tocher_reduced (base, x1, x3, y1, y2, y3, x, y, l1, l2, l3, mesh) |
subroutine | product_with_sigma_hct_c (li, lj, lk, xi) |
subroutine | base_from_local_base_xi_htc_c (base, xi, num_sub_triangle, mesh) |
subroutine | base_hsieh_clough_tocher_complete (base, x1, x3, y1, y2, y3, x, y, l1, l2, l3, mesh) |
subroutine | get_normal_der (deriv, i1, i2, mesh, freedom) |
logical function | test_in (h1, h2, num_cells) |
subroutine | product_with_sigma_ganev_dimitrov (li, lj, lk, xi) |
subroutine | base_ganev_dimitrov (base, l1, l2, l3, mesh) |
subroutine | reconstruction_center_values (mesh, f_tn, center_index, center_value) |
subroutine, public | sll_s_print_method (num_method) |