Searched refs:isPforest (Results 1 – 1 of 1) sorted by relevance
4113 PetscBool isPforest; in DMConvert_pforest_plex() local4128 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()