Searched refs:localizationHeight (Results 1 – 4 of 4) sorted by relevance
189 - Add localizationHeight and sparseLocalize arguments to `DMPlexCreateBoxMesh()` for coordinate loc…
91 … str | int | bool | None = False, interpolate: bool | None = True, localizationHeight: int | None …111 localizationHeight140 cdef PetscInt clocalizationHeight = asInt(localizationHeight)
3579 PetscInt localizationHeight; in DMPlexCreateSubmeshGeneric_Interpolated() local3586 PetscCall(DMPlexGetMaxProjectionHeight(coordDM, &localizationHeight)); in DMPlexCreateSubmeshGeneric_Interpolated()3587 …PetscCall(DMPlexSetMaxProjectionHeight(subCoordDM, localizationHeight - (dim - sdim) - cellHeight)… in DMPlexCreateSubmeshGeneric_Interpolated()
2026 …onst DMBoundaryType periodicity[], PetscBool interpolate, PetscInt localizationHeight, PetscBool s… in DMPlexCreateBoxMesh() argument2041 PetscCall(DMPlexSetMaxProjectionHeight(cdm, localizationHeight)); in DMPlexCreateBoxMesh()