Searched refs:permanent (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/vec/is/is/tests/ |
| H A D | ex1f.F90 | 15 PetscBool flag, compute, permanent 45 permanent = PETSC_FALSE 52 PetscCallA(ISSetInfo(is, IS_PERMUTATION, IS_LOCAL, permanent, PETSC_TRUE, ierr)) 53 PetscCallA(ISSetInfo(is, IS_IDENTITY, IS_LOCAL, permanent, PETSC_TRUE, ierr))
|
| H A D | ex1.c | 17 PetscBool permanent = PETSC_FALSE; in main() local 60 PetscCall(ISSetInfo(is, IS_PERMUTATION, IS_LOCAL, permanent, PETSC_TRUE)); in main() 61 PetscCall(ISSetInfo(is, IS_IDENTITY, IS_LOCAL, permanent, PETSC_TRUE)); in main()
|
| /petsc/src/vec/is/is/interface/ |
| H A D | index.c | 320 PetscBool permanent = (ipermanent == IS_INFO_TRUE) ? PETSC_TRUE : PETSC_FALSE; in ISSetInfo_Internal() local 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() 375 if (permanent_set && permanent) { in ISSetInfo_Internal() [all …]
|
| /petsc/doc/developers/contributing/ |
| H A D | developingmr.md | 9 **Integration branches** are permanent branches in a repository that developers can contribute to. …
|
| /petsc/doc/ |
| H A D | petsc.bib | 1633 title = {Micromagnetic simulation of the pinning and depinning process in permanent
|