Searched refs:use_stdout (Results 1 – 1 of 1) sorted by relevance
59 PetscBool use_stdout = PETSC_FALSE, use_none = PETSC_FALSE; in PetscErrorPrintfInitialize() local69 PetscCall(PetscOptionsGetBool(NULL, NULL, "-error_output_stdout", &use_stdout, NULL)); in PetscErrorPrintfInitialize()70 if (use_stdout) PETSC_STDERR = PETSC_STDOUT; in PetscErrorPrintfInitialize()