Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h858 PetscInt numValues, numValuesGlobal, cLocalStart, count; in DMSetUp_pforest() local
873 …PetscCallMPI(MPIU_Allreduce(&numValues, &numValuesGlobal, 1, MPIU_INT, MPI_MAX, PetscObjectComm((P… in DMSetUp_pforest()
875 …if (!numValuesGlobal && defaultValue == DM_ADAPT_COARSEN_LAST) { /* uniform coarsen of the last le… in DMSetUp_pforest()
884 } else if (!numValuesGlobal && defaultValue == DM_ADAPT_COARSEN) { /* uniform coarsen */ in DMSetUp_pforest()
892 } else if (!numValuesGlobal && defaultValue == DM_ADAPT_REFINE) { /* uniform refine */ in DMSetUp_pforest()
900 } else if (numValuesGlobal) { in DMSetUp_pforest()