Searched defs:permanent (Results 1 – 2 of 2) sorted by relevance
17 PetscBool permanent = PETSC_FALSE; in main() local
320 PetscBool permanent = (ipermanent == IS_INFO_TRUE) ? PETSC_TRUE : PETSC_FALSE; in ISSetInfo_Internal() local459 PetscErrorCode ISSetInfo(IS is, ISInfo info, ISInfoType type, PetscBool permanent, PetscBool flg) in ISSetInfo()