Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
#include "pastix_fortran.h"
#include "sll_working_precision.h"
#include "sll_memory.h"
Go to the source code of this file.
Data Types | |
type | pastix_solver |
interface | initialize |
interface | solve |
interface | factorize |
interface | delete |
Modules | |
module | sll_m_pastix |
Macros | |
#define | MPI_MASTER 0 |
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) |
#define MPI_MASTER 0 |