Home
last modified time | relevance | path

Searched defs:permanent (Results 1 – 2 of 2) sorted by relevance

/petsc/src/vec/is/is/tests/ !
H A Dex1.c17 PetscBool permanent = PETSC_FALSE; in main() local
/petsc/src/vec/is/is/interface/ !
H A Dindex.c320 PetscBool permanent = (ipermanent == IS_INFO_TRUE) ? PETSC_TRUE : PETSC_FALSE; in ISSetInfo_Internal() local
459 PetscErrorCode ISSetInfo(IS is, ISInfo info, ISInfoType type, PetscBool permanent, PetscBool flg) in ISSetInfo()