Home
last modified time | relevance | path

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

/petsc/src/dm/impls/da/ !
H A Ddacreate.c433 da->ops->getlocalboundingbox = DMGetLocalBoundingBox_DA; in DMCreate_DA()
/petsc/include/petsc/private/ !
H A Ddmimpl.h90 PetscErrorCode (*getlocalboundingbox)(DM, PetscReal[], PetscReal[], PetscInt[], PetscInt[]); member
/petsc/src/dm/interface/ !
H A Ddmcoordinates.c965 PetscUseTypeMethod(dm, getlocalboundingbox, lmin, lmax, NULL, NULL); in DMGetLocalBoundingBox()
/petsc/src/dm/impls/plex/ !
H A Dplexcreate.c5754 dm->ops->getlocalboundingbox = DMGetLocalBoundingBox_Coordinates; in DMInitialize_Plex()