Searched refs:infoEnabled (Results 1 – 1 of 1) sorted by relevance
244 PetscErrorCode PetscInfoGetInfo(PetscBool *infoEnabled, PetscBool *classesSet, PetscBool *exclude, … in PetscInfoGetInfo() argument247 if (infoEnabled) PetscAssertPointer(infoEnabled, 1); in PetscInfoGetInfo()252 if (infoEnabled) *infoEnabled = PetscLogPrintInfo; in PetscInfoGetInfo()