Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
#include "sll_working_precision.h"
#include "sll_memory.h"
Go to the source code of this file.
Data Types | |
type | paralution_solver |
interface | paralution_init |
interface | paralution_stop |
interface | paralution_fortran_solve_csr |
interface | initialize |
interface | solve |
interface | factorize |
interface | delete |
Modules | |
module | sll_m_paralution |
Functions/Subroutines | |
subroutine | init_paralution (self, n, nnz) |
subroutine | factorize_paralution (self) |
subroutine | solve_paralution_with_rhs (self, rhs, sol) |
subroutine | free_paralution (self) |
type sll_m_paralution::paralution_solver |
Definition at line 8 of file sll_m_paralution.F90.