Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/tests/
H A Dex3.c45 PetscCall(DMForestSetAdaptivityLabel(postforest, adaptLabel)); in main()
65 PetscCall(DMForestSetAdaptivityLabel(postforest, adaptLabel)); in main()
H A Dex2.c278 if (step) PetscCall(DMForestSetAdaptivityLabel(postForest, adaptLabel)); in main()
/petsc/include/
H A Dpetscdmforest.h62 PETSC_EXTERN PetscErrorCode DMForestSetAdaptivityLabel(DM, DMLabel);
/petsc/src/dm/impls/forest/
H A Dforest.c1293 PetscErrorCode DMForestSetAdaptivityLabel(DM dm, DMLabel adaptLabel) in DMForestSetAdaptivityLabel() function
1595 PetscCall(DMForestSetAdaptivityLabel(*dmRefined, refine)); in DMRefine_Forest()
1626 PetscCall(DMForestSetAdaptivityLabel(*dmCoarsened, coarsen)); in DMCoarsen_Forest()
1637 PetscCall(DMForestSetAdaptivityLabel(*adaptedDM, label)); in DMAdaptLabel_Forest()
/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h1091 PetscCall(DMForestSetAdaptivityLabel(coarseDM, coarsen)); in DMSetUp_pforest()