Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/tests/
H A Dex3.c44 PetscCall(DMForestTemplate(forest, PETSC_COMM_WORLD, &postforest)); in main()
64 PetscCall(DMForestTemplate(forest, PETSC_COMM_WORLD, &postforest)); in main()
H A Dex2.c277 PetscCall(DMForestTemplate(preForest, comm, &postForest)); in main()
/petsc/include/
H A Dpetscdmforest.h111 PETSC_EXTERN PetscErrorCode DMForestTemplate(DM, MPI_Comm, DM *);
/petsc/src/dm/impls/forest/
H A Dforest.c122 PetscErrorCode DMForestTemplate(DM dm, MPI_Comm comm, DM *tedm) in DMForestTemplate() function
1589 PetscCall(DMForestTemplate(dm, comm, dmRefined)); in DMRefine_Forest()
1619 PetscCall(DMForestTemplate(dm, comm, dmCoarsened)); in DMCoarsen_Forest()
1636 PetscCall(DMForestTemplate(dm, PetscObjectComm((PetscObject)dm), adaptedDM)); in DMAdaptLabel_Forest()
/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h406 #define DMForestTemplate_pforest _append_pforest(DMForestTemplate)
1087 PetscCall(DMForestTemplate(dm, MPI_COMM_NULL, &coarseDM)); in DMSetUp_pforest()