Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Ddmimpl.h317 PetscBool ignorePermOutput; /* Ignore the local section permutation on output */ member
/petsc/src/dm/interface/
H A Ddm.c906 …cal section permutation on output", "DMGetOutputDM", dm->ignorePermOutput, &dm->ignorePermOutput, … in DMSetFromOptions()
6549 PetscBool usePerm = dm->ignorePermOutput ? PETSC_FALSE : PETSC_TRUE; in DMGetOutputDM()