Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/p4est/
H A Ddmp4est.c9 #define DMPFOREST DMP4EST macro
H A Ddmp8est.c21 #define DMPFOREST DMP8EST macro
H A Dpforest.h373 PetscCall(DMSetType(*pforest, DMPFOREST)); in DMConvert_plex_pforest()
729 PetscCall(PetscObjectTypeCompare((PetscObject)adaptFrom, DMPFOREST, &ispforest)); in DMSetUp_pforest()
730 …ETYPE, "Trying to adapt from %s, which is not %s", ((PetscObject)adaptFrom)->type_name, DMPFOREST); in DMSetUp_pforest()
4128 PetscCall(PetscObjectTypeCompare((PetscObject)dm, DMPFOREST, &isPforest)); in DMConvert_pforest_plex()
4129 …PetscCheck(isPforest, comm, PETSC_ERR_ARG_WRONG, "Expected DM type %s, got %s", DMPFOREST, ((Petsc… in DMConvert_pforest_plex()