Home
last modified time | relevance | path

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

/petsc/src/dm/impls/patch/
H A Dpatch.c50 …PetscInt M, N, P, rM, rN, rP, halo = 1, sxb, syb, szb, sxr, syr, szr, exr, eyr, ezr, mxb, m… in DMPatchZoom() local
70 rP = bupper.k - blower.k; in DMPatchZoom()
75 PetscCall(DMDASetSizes(*dmz, rM, rN, rP)); in DMPatchZoom()
91 …PetscCall(PetscMalloc2(dof * rM * rN * PetscMax(rP, 1), &localPoints, dof * rM * rN * PetscMax(rP,… in DMPatchZoom()