Home
last modified time | relevance | path

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

/petsc/src/vec/is/is/interface/
H A Dindex.c315 static PetscErrorCode ISSetInfo_Internal(IS is, ISInfo info, ISInfoType type, ISInfoBool ipermanent in ISSetInfo_Internal() argument
319 PetscBool permanent_set = (ipermanent == IS_INFO_UNKNOWN) ? PETSC_FALSE : PETSC_TRUE; in ISSetInfo_Internal()
320 PetscBool permanent = (ipermanent == IS_INFO_TRUE) ? PETSC_TRUE : PETSC_FALSE; in ISSetInfo_Internal()