Home
last modified time | relevance | path

Searched defs:Mo (Results 1 – 4 of 4) sorted by relevance

/petsc/src/dm/impls/da/
H A Ddacorn.c307 PetscInt s, m, n, p, M, N, P, dim, Mo, No, Po; in DMDACreateCompatibleDMDA() local
H A Dda.c332 PetscErrorCode DMDASetOffset(DM da, PetscInt xo, PetscInt yo, PetscInt zo, PetscInt Mo, PetscInt No… in DMDASetOffset()
375 …set(DM da, PeOp PetscInt *xo, PeOp PetscInt *yo, PeOp PetscInt *zo, PeOp PetscInt *Mo, PeOp PetscI… in DMDAGetOffset()
/petsc/include/petsc/private/
H A Ddmdaimpl.h28 PetscInt Mo, No, Po; /* the size of the problem the offset is in to */ member
/petsc/src/mat/interface/
H A Dmatrix.c8820 PetscInt M, N, Mx, Nx, Mo, My = 0, Ny = 0; in MatMatInterpolateAdd() local