Searched refs:info_permanent (Results 1 – 2 of 2) sorted by relevance
307 if (clear_permanent_local) is->info_permanent[IS_LOCAL][i] = PETSC_FALSE; in ISClearInfoCache()309 if (!is->info_permanent[j][i]) is->info[j][i] = IS_INFO_UNKNOWN; in ISClearInfoCache()325 if (permanent_set) is->info_permanent[itype][(int)info] = permanent; in ISSetInfo_Internal()343 if (permanent_set && permanent) is->info_permanent[IS_LOCAL][(int)info] = PETSC_TRUE; in ISSetInfo_Internal()349 is->info_permanent[itype][IS_INTERVAL] = permanent; in ISSetInfo_Internal()350 is->info_permanent[itype][IS_IDENTITY] = permanent; in ISSetInfo_Internal()358 if (permanent_set && permanent) is->info_permanent[IS_LOCAL][(int)info] = PETSC_TRUE; in ISSetInfo_Internal()365 is->info_permanent[itype][IS_PERMUTATION] = permanent; in ISSetInfo_Internal()366 is->info_permanent[itype][IS_INTERVAL] = permanent; in ISSetInfo_Internal()367 is->info_permanent[itype][IS_IDENTITY] = permanent; in ISSetInfo_Internal()[all …]
58 PetscBool info_permanent[2][IS_INFO_MAX]; /* whether local / global properties are permanent */ member