Lines Matching refs:diagstr
1003 char diagstr[16]; in TestMatZeroRows() local
1011 PetscCall(PetscStrncpy(diagstr, "zero", sizeof(diagstr))); in TestMatZeroRows()
1013 PetscCall(PetscStrncpy(diagstr, "nonzero", sizeof(diagstr))); in TestMatZeroRows()
1064 PetscCall(PetscPrintf(PETSC_COMM_WORLD, "Test MatZeroRowsLocal (diag %s)\n", diagstr)); in TestMatZeroRows()
1066 PetscCall(PetscPrintf(PETSC_COMM_WORLD, "Test MatZeroRowsColumnsLocal (diag %s)\n", diagstr)); in TestMatZeroRows()
1069 PetscCall(PetscPrintf(PETSC_COMM_WORLD, "Test MatZeroRows (diag %s)\n", diagstr)); in TestMatZeroRows()
1071 PetscCall(PetscPrintf(PETSC_COMM_WORLD, "Test MatZeroRowsColumns (diag %s)\n", diagstr)); in TestMatZeroRows()
1077 PetscCall(PetscPrintf(PETSC_COMM_WORLD, "Test MatZeroRowsLocal (diag %s)\n", diagstr)); in TestMatZeroRows()
1080 PetscCall(PetscPrintf(PETSC_COMM_WORLD, "Test MatZeroRows (diag %s)\n", diagstr)); in TestMatZeroRows()
1085 PetscCall(PetscPrintf(PETSC_COMM_WORLD, "Skipping MatZeroRows (diag %s)\n", diagstr)); in TestMatZeroRows()
1092 …, PETSC_COMM_WORLD, PETSC_ERR_PLIB, "ERROR IN ZEROROWS ON B %g (diag %s)", (double)error, diagstr); in TestMatZeroRows()