Home
last modified time | relevance | path

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

/petsc/src/ts/utils/dmplexlandau/tutorials/
H A Dex2.c460 PetscInt nerrors = 0; in Monitor() local
466 nerrors++; in Monitor()
469 if (nerrors) { in Monitor()
470 …l(PetscPrintf(PETSC_COMM_SELF, " ***** [%d] ERROR max %" PetscInt_FMT " errors\n", rank, nerrors)); in Monitor()