Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Data Types | Modules | Macros | Functions/Subroutines
sll_m_pastix.F90 File Reference
#include "pastix_fortran.h"
#include "sll_working_precision.h"
#include "sll_memory.h"
Include dependency graph for sll_m_pastix.F90:

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)
 

Macro Definition Documentation

◆ MPI_MASTER

#define MPI_MASTER   0
    Report Typos and Errors