GHOST  1.1.2
General, Hybrid, and Optimized Sparse Toolkit
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
kacz_hybrid_split.h File Reference
#include "sparsemat.h"
#include "util.h"
#include "locality.h"
#include "bincrs.h"
#include "omp.h"
#include <math.h>
Include dependency graph for kacz_hybrid_split.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

ghost_error find_zone_extrema (ghost_sparsemat *mat, int **extrema, ghost_lidx a, ghost_lidx b)
 
ghost_error mat_bandwidth (ghost_sparsemat *mat, int *lower_bw, int *upper_bw, int a, int b)
 
ghost_error checker (ghost_sparsemat *mat)
 
ghost_error split_transition (ghost_sparsemat *mat)
 
ghost_error split_analytical (ghost_sparsemat *mat)
 

Function Documentation

ghost_error checker ( ghost_sparsemat mat)
ghost_error find_zone_extrema ( ghost_sparsemat mat,
int **  extrema,
ghost_lidx  a,
ghost_lidx  b 
)

Here is the call graph for this function:

ghost_error mat_bandwidth ( ghost_sparsemat mat,
int *  lower_bw,
int *  upper_bw,
int  a,
int  b 
)
ghost_error split_analytical ( ghost_sparsemat mat)

Here is the call graph for this function:

ghost_error split_transition ( ghost_sparsemat mat)