Searched defs:initializenan (Results 1 – 2 of 2) sorted by relevance
946 PetscErrorCode PetscMallocSetDebug(PetscBool eachcall, PetscBool initializenan) in PetscMallocSetDebug()981 PetscErrorCode PetscMallocGetDebug(PetscBool *basic, PetscBool *eachcall, PetscBool *initializenan) in PetscMallocGetDebug()
261 …PetscBool mdebug = PETSC_FALSE, eachcall = PETSC_FALSE, initializenan = PETSC_FALSE, mlog = PETSC_… in PetscOptionsCheckInitial_Private() local