Searched refs:ignorePermOutput (Results 1 – 2 of 2) sorted by relevance
317 PetscBool ignorePermOutput; /* Ignore the local section permutation on output */ member
906 …cal section permutation on output", "DMGetOutputDM", dm->ignorePermOutput, &dm->ignorePermOutput, … in DMSetFromOptions()6549 PetscBool usePerm = dm->ignorePermOutput ? PETSC_FALSE : PETSC_TRUE; in DMGetOutputDM()