amg_mkb/lad_petsc/ns_supg/ApproximateInverseOpt.hpp File Reference

#include <petscksp.h>
#include "MatrixUtil.hpp"
#include <time.h>
#include <math.h>
#include "../../../include/uth_system.h"
#include <map>
#include "lin_alg_intf.h"
Include dependency graph for ApproximateInverseOpt.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

Mat getApproximateInverseOpt (Mat Avv, int band, bool symmetric)
int getSpaiBandSize (int size, int band)
void getRowsPattern (Mat Avv, int column, int *columns, int *band, int size, bool symmetric)
void solve_lapack (double *matrix, int size, double *rhs)
void getSystem3 (int *columns, int band, double *system)
void getApproximateInversePreallocation (int **diagonal_nonzero, int **off_diagonal_nonzero, Mat Avv, int band, bool symmetric, bool parallel)

Variables

double * row_dot_products
Mat dot_product_matrix

Function Documentation

Mat getApproximateInverseOpt ( Mat  Avv,
int  band,
bool  symmetric 
)

Here is the call graph for this function:

Here is the caller graph for this function:

void getApproximateInversePreallocation ( int **  diagonal_nonzero,
int **  off_diagonal_nonzero,
Mat  Avv,
int  band,
bool  symmetric,
bool  parallel 
)

Here is the call graph for this function:

Here is the caller graph for this function:

void getRowsPattern ( Mat  Avv,
int  column,
int *  columns,
int *  band,
int  size,
bool  symmetric 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int getSpaiBandSize ( int  size,
int  band 
)

Here is the caller graph for this function:

void getSystem3 ( int *  columns,
int  band,
double *  system 
)

Here is the call graph for this function:

Here is the caller graph for this function:

void solve_lapack ( double *  matrix,
int  size,
double *  rhs 
)

Here is the call graph for this function:

Here is the caller graph for this function:


Variable Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 3 Jun 2020 for ModFEM by  doxygen 1.6.1