Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/
H A Dex30.c896 PetscInt diagnostic_num; member
937 options->diagnostic_num = 1; in ProcessOptions()
978 …mber of diagnostics to be computed", __FILE__, options->diagnostic_num, &options->diagnostic_num, … in ProcessOptions()
1979 PetscInt nf = PetscMax(PetscMin(ctx->diagnostic_num, 3), 1); in ComputeDiagnostic()
2100 if (ctx->diagnostic_num > 3 || ctx->diagnostic_num < 0) { in Monitor()