Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexdd.c78 PetscCall(DMPlexGetMaxProjectionHeight(dm, &mh)); in DMCreateDomainDecomposition_Plex()
340 PetscCall(DMPlexGetMaxProjectionHeight(dm, &mh)); in DMCreateNeumannOverlap_Plex()
H A Dplexproject.c808 PetscCall(DMPlexGetMaxProjectionHeight(plex, &maxHeight)); in DMProjectLocal_Generic_Plex()
H A Dplexsubmesh.c3586 PetscCall(DMPlexGetMaxProjectionHeight(coordDM, &localizationHeight)); in DMPlexCreateSubmeshGeneric_Interpolated()
H A Dplexfem.c484 PetscErrorCode DMPlexGetMaxProjectionHeight(DM dm, PetscInt *height) in DMPlexGetMaxProjectionHeight() function
H A Dplex.c5736 PetscCall(DMPlexGetMaxProjectionHeight(dm, &maxHeight)); in DMCreateCoordinateDM_Plex()
/petsc/src/dm/interface/
H A Ddmperiodicity.c360 PetscCall(DMPlexGetMaxProjectionHeight(cplex, &maxHeight)); in DMLocalizeCoordinates()
/petsc/include/
H A Dpetscdmplex.h435 PETSC_EXTERN PetscErrorCode DMPlexGetMaxProjectionHeight(DM, PetscInt *);
/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h4602 PetscCall(DMPlexGetMaxProjectionHeight(base, &mh)); in DMForestTransferVecFromBase_pforest()