Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
Derived types and interfaces | |
type | pastix_solver |
interface | initialize |
interface | solve |
interface | factorize |
interface | delete |
Functions/Subroutines | |
subroutine | init_pastix (self, n, nnzeros, row_ptr, col_ind, val) |
subroutine | factorize_pastix (self) |
subroutine | solve_pastix_without_rhs (self, sol) |
subroutine | solve_pastix_with_rhs (self, rhs, sol) |
subroutine | free_pastix (self) |
|
private |
Definition at line 121 of file sll_m_pastix.F90.
|
private |
Definition at line 210 of file sll_m_pastix.F90.
|
private |
Definition at line 60 of file sll_m_pastix.F90.
|
private |
Definition at line 186 of file sll_m_pastix.F90.
|
private |
Definition at line 163 of file sll_m_pastix.F90.