Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h4110 DM refTree, newPlex, base; in DMConvert_pforest_plex() local
4142 PetscCall(DMCreate(comm, &newPlex)); in DMConvert_pforest_plex()
4144 PetscCall(PetscObjectSetName((PetscObject)newPlex, name)); in DMConvert_pforest_plex()
4145 PetscCall(DMSetType(newPlex, DMPLEX)); in DMConvert_pforest_plex()
4146 PetscCall(DMSetMatType(newPlex, dm->mattype)); in DMConvert_pforest_plex()
4148 PetscCall(DMCopyLabels(dm, newPlex, PETSC_OWN_POINTER, PETSC_TRUE, DM_COPY_LABELS_FAIL)); in DMConvert_pforest_plex()
4165 PetscCall(DMPlexSetOverlap_Plex(newPlex, NULL, overlap)); in DMConvert_pforest_plex()
4193 PetscCall(DMSetDimension(newPlex, P4EST_DIM)); in DMConvert_pforest_plex()
4194 PetscCall(DMSetCoordinateDim(newPlex, coordDim)); in DMConvert_pforest_plex()
4195 PetscCall(DMPlexSetMaxProjectionHeight(newPlex, P4EST_DIM - 1)); in DMConvert_pforest_plex()
[all …]