Home
last modified time | relevance | path

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

/petsc/doc/changes/
H A D322.md189 - Add localizationHeight and sparseLocalize arguments to `DMPlexCreateBoxMesh()` for coordinate loc…
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DDMPlex.pyx91 … str | int | bool | None = False, interpolate: bool | None = True, localizationHeight: int | None …
111 localizationHeight
140 cdef PetscInt clocalizationHeight = asInt(localizationHeight)
/petsc/src/dm/impls/plex/
H A Dplexsubmesh.c3579 PetscInt localizationHeight; in DMPlexCreateSubmeshGeneric_Interpolated() local
3586 PetscCall(DMPlexGetMaxProjectionHeight(coordDM, &localizationHeight)); in DMPlexCreateSubmeshGeneric_Interpolated()
3587 …PetscCall(DMPlexSetMaxProjectionHeight(subCoordDM, localizationHeight - (dim - sdim) - cellHeight)… in DMPlexCreateSubmeshGeneric_Interpolated()
H A Dplexcreate.c2026 …onst DMBoundaryType periodicity[], PetscBool interpolate, PetscInt localizationHeight, PetscBool s… in DMPlexCreateBoxMesh() argument
2041 PetscCall(DMPlexSetMaxProjectionHeight(cdm, localizationHeight)); in DMPlexCreateBoxMesh()