Skip to content

Commit

Permalink
Merge Pull Request trilinos#6299 from trilinos/Trilinos/csiefer-7bed93e
Browse files Browse the repository at this point in the history
Automatically Merged using Trilinos Pull Request AutoTester
PR Title: ML: Moving output to higher verbosity level
PR Author: csiefer2
  • Loading branch information
trilinos-autotester authored Nov 19, 2019
2 parents 7edfbb8 + 2b2e098 commit 2ab6ccc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ int ML_Epetra::EdgeMatrixFreePreconditioner::FormCoarseMatrix()
// Epetra_CrsMatrix_Wrap_ML_Operator(CoarseMat_ML,*Comm_,*CoarseMap_,&CoarseMatrix);
int nnz=100;
double time;
ML_Operator2EpetraCrsMatrix(CoarseMat_ML,CoarseMatrix,nnz,true,time,0,verbose_);
ML_Operator2EpetraCrsMatrix(CoarseMat_ML,CoarseMatrix,nnz,true,time,0,very_verbose_);
// NTS: This is a hack to get around the sticking ones on the diagonal issue;

/* Cleanup */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ int ML_Epetra::FaceMatrixFreePreconditioner::FormCoarseMatrix()
/* Wrap to Epetra-land */
int nnz=100;
double time;
ML_Operator2EpetraCrsMatrix(CoarseMat_ML,CoarseMatrix,nnz,true,time,0,verbose_);
ML_Operator2EpetraCrsMatrix(CoarseMat_ML,CoarseMatrix,nnz,true,time,0,very_verbose_);
// NTS: This is a hack to get around the sticking ones on the diagonal issue;

/* Cleanup */
Expand Down

0 comments on commit 2ab6ccc

Please sign in to comment.