Searched refs:DMGetLocalBoundingBox_DA (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/dm/impls/da/ |
| H A D | dageometry.c | 39 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 D | dacreate.c | 433 da->ops->getlocalboundingbox = DMGetLocalBoundingBox_DA; in DMCreate_DA()
|
| /petsc/include/petsc/private/ |
| H A D | dmdaimpl.h | 121 PETSC_INTERN PetscErrorCode DMGetLocalBoundingBox_DA(DM, PetscReal[], PetscReal[], PetscInt[], Pets…
|