Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexdd.c79 PetscCall(DMPlexSetMaxProjectionHeight(odm, mh)); in DMCreateDomainDecomposition_Plex()
341 PetscCall(DMPlexSetMaxProjectionHeight(odm, mh)); in DMCreateNeumannOverlap_Plex()
H A Dplexcreate.c2041 PetscCall(DMPlexSetMaxProjectionHeight(cdm, localizationHeight)); in DMPlexCreateBoxMesh()
5398 if (flg) PetscCall(DMPlexSetMaxProjectionHeight(cdm, height)); in DMSetFromOptions_Plex()
H A Dplexsubmesh.c3587 …PetscCall(DMPlexSetMaxProjectionHeight(subCoordDM, localizationHeight - (dim - sdim) - cellHeight)… in DMPlexCreateSubmeshGeneric_Interpolated()
H A Dplexfem.c460 PetscErrorCode DMPlexSetMaxProjectionHeight(DM dm, PetscInt height) in DMPlexSetMaxProjectionHeight() function
H A Dplex.c5737 PetscCall(DMPlexSetMaxProjectionHeight(*cdm, maxHeight)); in DMCreateCoordinateDM_Plex()
/petsc/include/
H A Dpetscdmplex.h434 PETSC_EXTERN PetscErrorCode DMPlexSetMaxProjectionHeight(DM, PetscInt);
/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h4195 PetscCall(DMPlexSetMaxProjectionHeight(newPlex, P4EST_DIM - 1)); in DMConvert_pforest_plex()
4603 PetscCall(DMPlexSetMaxProjectionHeight(plex, mh)); in DMForestTransferVecFromBase_pforest()