Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Ddmpleximpl.h220 PetscInt maxProjectionHeight; /* maximum height of cells used in DMPlexProject functions */ member
/petsc/src/dm/impls/plex/
H A Dplexfem.c466 plex->maxProjectionHeight = height; in DMPlexSetMaxProjectionHeight()
490 *height = plex->maxProjectionHeight; in DMPlexGetMaxProjectionHeight()
H A Dplexcreate.c5112 …used to project locally", "DMPlexSetMaxProjectionHeight", 0, &mesh->maxProjectionHeight, NULL, 0)); in DMSetFromOptions_NonRefinement_Plex()