Home
last modified time | relevance | path

Searched refs:diagstr (Results 1 – 1 of 1) sorted by relevance

/petsc/src/mat/tests/
H A Dex23.c1003 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()
[all …]