Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h996 PetscInt initLevel, minLevel; in DMSetUp_pforest() local
1003 PetscCall(DMForestGetInitialRefinement(dm, &initLevel)); in DMSetUp_pforest()
1007 initLevel, /* level of refinement */ in DMSetUp_pforest()
1013 if (initLevel > minLevel) pforest->coarsen_hierarchy = PETSC_TRUE; in DMSetUp_pforest()
1035 if (initLevel + ctx->maxLevel > minLevel) pforest->coarsen_hierarchy = PETSC_TRUE; in DMSetUp_pforest()
1075 PetscInt initLevel, currLevel, minLevel; in DMSetUp_pforest() local
1078 PetscCall(DMForestGetInitialRefinement(dm, &initLevel)); in DMSetUp_pforest()
1095 initLevel = currLevel == initLevel ? initLevel - 1 : initLevel; in DMSetUp_pforest()
1096 PetscCall(DMForestSetInitialRefinement(coarseDM, initLevel)); in DMSetUp_pforest()