Home
last modified time | relevance | path

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

/petsc/src/dm/interface/
H A Ddmgenerate.c3 PETSC_EXTERN PetscErrorCode DMIsForest(DM, PetscBool *);
172 PetscCall(DMIsForest(dm, &isForest)); in DMAdaptLabel()
/petsc/include/
H A Dpetscdmforest.h115 PETSC_EXTERN PetscErrorCode DMIsForest(DM, PetscBool *);
/petsc/src/dm/impls/forest/
H A Dforest.c82 PetscErrorCode DMIsForest(DM dm, PetscBool *isForest) in DMIsForest() function
403 PetscCall(DMIsForest(dm, &isForest)); in DMForestSetAdaptivityForest()
/petsc/src/snes/utils/dm/
H A Ddmadapt.c706 PetscCall(DMIsForest(adaptor->idm, &isForest)); in DMAdaptorPreAdapt()
/petsc/src/ts/utils/dmplexlandau/
H A Dplexland.c740 PetscCall(DMIsForest(dmforest, &isForest)); in LandauDMCreateVMeshes()
921 PetscCall(DMIsForest(forest, &isForest)); in adaptToleranceFEM()
/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h4555 PetscCall(DMIsForest(dmIn, &isforest)); in DMForestTransferVecFromBase_pforest()