Home
last modified time | relevance | path

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

/petsc/src/dm/impls/da/
H A Ddageometry.c39 PetscErrorCode DMGetLocalBoundingBox_DA(DM da, PetscReal lmin[], PetscReal lmax[], PetscInt cs[], P… in DMGetLocalBoundingBox_DA() function
142 PetscCall(DMGetLocalBoundingBox_DA(dmregular, gmin_l, gmax_l, cs, ce)); in private_DMDALocatePointsIS_2D_Regular()
205 PetscCall(DMGetLocalBoundingBox_DA(dmregular, gmin_l, gmax_l, cs, ce)); in private_DMDALocatePointsIS_3D_Regular()
H A Ddacreate.c433 da->ops->getlocalboundingbox = DMGetLocalBoundingBox_DA; in DMCreate_DA()
/petsc/include/petsc/private/
H A Ddmdaimpl.h121 PETSC_INTERN PetscErrorCode DMGetLocalBoundingBox_DA(DM, PetscReal[], PetscReal[], PetscInt[], Pets…