36#include "CombBLAS/CombBLAS.h"
65 cout <<
"Usage: ./GalerkinNew <Matrix> <OffDiagonal> <Diagonal> <T(right hand side restriction matrix)>" <<
endl;
66 cout <<
"<Matrix> <OffDiagonal> <Diagonal> <T> are absolute addresses, and files should be in triples format" <<
endl;
67 cout <<
"Example: ./GalerkinNew TESTDATA/grid3d_k5.txt TESTDATA/offdiag_grid3d_k5.txt TESTDATA/diag_grid3d_k5.txt TESTDATA/restrict_T_grid3d_k5.txt" <<
endl;
94 A.ReadDistribute(
Aname, 0);
95 L.ReadDistribute(
Aoffd, 0);
96 T.ReadDistribute(
Tname, 0);
139 cout<<
"Full restriction (without splitting) finished"<<
endl;
159 cout<<
"Full restriction (with splitting) finished"<<
endl;
SpParMat< int, NT, DCCols > MPI_DCCols
SpDCCols< int, NT > DCCols
static void Print(const std::string &s)