Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/p4est/
H A Dpetsc_p4est_package.c79 int log_threshold_shifted = psc_log_threshold + 1; in PetscP4estInitialize() local
90 …num(NULL, NULL, "-petsc_sc_log_threshold", SCLogTypes, (PetscEnum *)&log_threshold_shifted, &set)); in PetscP4estInitialize()
91 if (set) psc_log_threshold = log_threshold_shifted - 1; in PetscP4estInitialize()
97 int log_threshold_shifted = pp4est_log_threshold + 1; in PetscP4estInitialize() local
100 …(NULL, NULL, "-petsc_p4est_log_threshold", SCLogTypes, (PetscEnum *)&log_threshold_shifted, &set)); in PetscP4estInitialize()
101 if (set) pp4est_log_threshold = log_threshold_shifted - 1; in PetscP4estInitialize()