Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h426 PetscBool anyChange; member
716 ctx.anyChange = PETSC_FALSE; in DMSetUp_pforest()
954 ctx.anyChange = PETSC_TRUE; in DMSetUp_pforest()
961 ctx.anyChange = PETSC_TRUE; in DMSetUp_pforest()
966 if (ctx.anyChange) break; in DMSetUp_pforest()
1118 if (shipped) ctx.anyChange = PETSC_TRUE; in DMSetUp_pforest()
1190 if (aoverlap != overlap) ctx.anyChange = PETSC_TRUE; in DMSetUp_pforest()
1314 …PetscCallMPI(MPIU_Allreduce(&ctx.anyChange, &pforest->adaptivitySuccess, 1, MPI_C_BOOL, MPI_LOR, P… in DMSetUp_pforest()