Closed abhyshr closed 1 year ago
Setting true for gridpack::NoPrint status causes side effect of not printing gridpack matrices and vectors to sdout. See #125. Even PETSc viewing functions VecView and MatView do not work. The fix is to set the status to false. Closes #125
VecView
MatView
This is the most bizzare debugging hunting I've done till date. 100% @wperkins
Setting true for gridpack::NoPrint status causes side effect of not printing gridpack matrices and vectors to sdout. See #125. Even PETSc viewing functions
VecView
andMatView
do not work. The fix is to set the status to false. Closes #125