Searched refs:DMPFOREST (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | dmp4est.c | 9 #define DMPFOREST DMP4EST macro
|
| H A D | dmp8est.c | 21 #define DMPFOREST DMP8EST macro
|
| H A D | pforest.h | 373 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()
|