|
MueLu
Version of the Day
|
#include "ml_aggregate.h"#include "ml_epetra_utils.h"Go to the source code of this file.
Functions | |
| MueLu_Graph * | MueLu_BuildGraph (ML_Matrix *Amatrix, char *name) |
| int | MueLu_DestroyGraph (MueLu_Graph *graph) |
| int | ML_Aggregate_CoarsenUncoupled (ML_Aggregate *mlAggregates, ML_Matrix *Amatrix, ML_Matrix **Pmatrix, ML_Comm *comm) |
| MueLu_Graph * MueLu_BuildGraph | ( | ML_Matrix * | Amatrix, |
| char * | name | ||
| ) |
Definition at line 64 of file ML_Linker.hpp.
| int MueLu_DestroyGraph | ( | MueLu_Graph * | graph | ) |
Definition at line 99 of file ML_Linker.hpp.
| int ML_Aggregate_CoarsenUncoupled | ( | ML_Aggregate * | mlAggregates, |
| ML_Matrix * | Amatrix, | ||
| ML_Matrix ** | Pmatrix, | ||
| ML_Comm * | comm | ||
| ) |
Definition at line 23 of file ML_Linker.hpp.