Searched refs:use_none (Results 1 – 1 of 1) sorted by relevance
59 PetscBool use_stdout = PETSC_FALSE, use_none = PETSC_FALSE; in PetscErrorPrintfInitialize() local71 PetscCall(PetscOptionsGetBool(NULL, NULL, "-error_output_none", &use_none, NULL)); in PetscErrorPrintfInitialize()72 if (use_none) PetscErrorPrintf = PetscErrorPrintfNone; in PetscErrorPrintfInitialize()