Home
last modified time | relevance | path

Searched defs:lz (Results 1 – 20 of 20) sorted by relevance

/petsc/src/dm/impls/da/ftn-custom/
H A Dzdaf.c35 PETSC_EXTERN void dmdagetownershipranges_(DM *da, F90Array1d *lx, F90Array1d *ly, F90Array1d *lz, P… in dmdagetownershipranges_()
55 … dmdarestoreownershipranges_(DM *da, F90Array1d *lx, F90Array1d *ly, F90Array1d *lz, PetscErrorCod… in dmdarestoreownershipranges_()
/petsc/src/dm/tests/
H A Dex34.c11 const PetscInt *lx, *ly, *lz; in main() local
H A Dex6.c13 PetscInt *lx = NULL, *ly = NULL, *lz = NULL; in main() local
H A Dex46.c10 PetscInt *lx = NULL, *ly = NULL, *lz = NULL; in main() local
/petsc/src/dm/impls/stag/tests/
H A Dex14.c23 PetscInt lz[2] = {2, 4}, ranksz = 2, mz = 6; in main() local
H A Dex1.c42 PetscInt lz[2] = {6, 7}, ranksz = 2, mz = 13; in main() local
H A Dex13.c47 PetscInt lz[2] = {6, 7}, ranksz = 2, mz = 13; in main() local
/petsc/src/dm/impls/stag/
H A Dstagintern.c63 …lType, PetscInt stencilWidth, const PetscInt lx[], const PetscInt ly[], const PetscInt lz[], DM dm) in DMStagInitialize()
H A Dstagutils.c671 …e DMStagGetOwnershipRanges(DM dm, const PetscInt *lx[], const PetscInt *ly[], const PetscInt *lz[]) in DMStagGetOwnershipRanges()
1309 …Code DMStagSetOwnershipRanges(DM dm, const PetscInt lx[], const PetscInt ly[], const PetscInt lz[]) in DMStagSetOwnershipRanges()
H A Dstag3d.c55 …Type, PetscInt stencilWidth, const PetscInt lx[], const PetscInt ly[], const PetscInt lz[], DM *dm) in DMStagCreate3d()
/petsc/src/dm/impls/da/
H A Dda.c595 …orCode DMDASetOwnershipRanges(DM da, const PetscInt lx[], const PetscInt ly[], const PetscInt lz[]) in DMDASetOwnershipRanges()
748 …rshipRanges(DM da, PeOp const PetscInt *lx[], PeOp const PetscInt *ly[], PeOp const PetscInt *lz[]) in DMDAGetOwnershipRanges()
1059 PetscInt *lx, *ly, *lz; in DMRefine_DA() local
1206 PetscInt *lx, *ly, *lz; in DMCoarsen_DA() local
H A Dda3.c205 PetscInt *lz = dd->lz; in DMSetUp_DA_3D() local
1512 …p, PetscInt dof, PetscInt s, const PetscInt lx[], const PetscInt ly[], const PetscInt lz[], DM *da) in DMDACreate3d()
H A Ddacorn.c308 const PetscInt *lx, *ly, *lz; in DMDACreateCompatibleDMDA() local
H A Ddadd.c46 const PetscInt *lx, *ly, *lz; in DMDACreatePatchIS() local
H A Dgrglvis.c153 const PetscInt *lx, *ly, *lz; in DMSetUpGLVisViewer_DMDA() local
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmstag.pxi219 cdef inline tuple toStagOwnershipRanges(PetscInt dim,
H A Dpetscdmda.pxi183 cdef inline tuple toOwnershipRanges(PetscInt dim,
/petsc/include/petsc/private/
H A Ddmdaimpl.h39 PetscInt *lx, *ly, *lz; /* number of nodes in each partition block along 3 axis */ member
/petsc/src/binding/petsc4py/src/lib-petsc/
H A Dcustom.h697 const PetscInt lx[],const PetscInt ly[],const PetscInt lz[], in DMDACreateND()
/petsc/src/ksp/ksp/tutorials/
H A Dex42.c1544 const PetscInt *lx, *ly, *lz; in DAViewVTK_write_PieceExtend() local