Searched refs:DMPlexSetMaxProjectionHeight (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexdd.c | 79 PetscCall(DMPlexSetMaxProjectionHeight(odm, mh)); in DMCreateDomainDecomposition_Plex() 341 PetscCall(DMPlexSetMaxProjectionHeight(odm, mh)); in DMCreateNeumannOverlap_Plex()
|
| H A D | plexcreate.c | 2041 PetscCall(DMPlexSetMaxProjectionHeight(cdm, localizationHeight)); in DMPlexCreateBoxMesh() 5398 if (flg) PetscCall(DMPlexSetMaxProjectionHeight(cdm, height)); in DMSetFromOptions_Plex()
|
| H A D | plexsubmesh.c | 3587 …PetscCall(DMPlexSetMaxProjectionHeight(subCoordDM, localizationHeight - (dim - sdim) - cellHeight)… in DMPlexCreateSubmeshGeneric_Interpolated()
|
| H A D | plexfem.c | 460 PetscErrorCode DMPlexSetMaxProjectionHeight(DM dm, PetscInt height) in DMPlexSetMaxProjectionHeight() function
|
| H A D | plex.c | 5737 PetscCall(DMPlexSetMaxProjectionHeight(*cdm, maxHeight)); in DMCreateCoordinateDM_Plex()
|
| /petsc/include/ |
| H A D | petscdmplex.h | 434 PETSC_EXTERN PetscErrorCode DMPlexSetMaxProjectionHeight(DM, PetscInt);
|
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 4195 PetscCall(DMPlexSetMaxProjectionHeight(newPlex, P4EST_DIM - 1)); in DMConvert_pforest_plex() 4603 PetscCall(DMPlexSetMaxProjectionHeight(plex, mh)); in DMForestTransferVecFromBase_pforest()
|