Home
last modified time | relevance | path

Searched defs:starts (Results 1 – 13 of 13) sorted by relevance

/petsc/src/vec/vec/utils/ !
H A Dvscat.c244 …GetRemote_Private(VecScatter sf, PetscBool send, PetscMPIInt *n, const PetscInt **starts, const Pe… in VecScatterGetRemote_Private()
297 …teOrdered_Private(VecScatter sf, PetscBool send, PetscMPIInt *n, const PetscInt **starts, const Pe… in VecScatterGetRemoteOrdered_Private()
325 …oreRemote_Private(VecScatter sf, PetscBool send, PetscMPIInt *n, const PetscInt **starts, const Pe… in VecScatterRestoreRemote_Private()
350 …teOrdered_Private(VecScatter sf, PetscBool send, PetscMPIInt *n, const PetscInt **starts, const Pe… in VecScatterRestoreRemoteOrdered_Private()
/petsc/src/ksp/pc/impls/bjacobi/ !
H A Dbjacobi.h29 PetscInt *starts; /* starting point of each block */ member
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/ !
H A Dpetscdmda.pxi289 cdef object adjust_index_exp(object starts, object index):
/petsc/src/ksp/pc/impls/redistribute/ !
H A Dredistribute.c81 PetscInt *owner = NULL, *starts = NULL, count, slen; in PCSetUp_Redistribute() local
/petsc/src/vec/is/is/utils/ !
H A Discoloring.c519 PetscInt n, *starts = NULL, *sums = NULL, *lsizes = NULL, *newi = NULL; in ISPartitioningToNumbering() local
/petsc/src/mat/interface/ !
H A Dmatrix.c1792 …PetscInt *starts = mat->stencil.starts, *dxm = (PetscInt *)idxm, *dxn = (PetscInt *)idxn, sdim = d… in MatSetValuesStencil() local
1907 …PetscInt *starts = mat->stencil.starts, *dxm = (PetscInt *)idxm, *dxn = (PetscInt *)idxn, sdim = d… in MatSetValuesBlockedStencil() local
1975 PetscErrorCode MatSetStencil(Mat mat, PetscInt dim, const PetscInt dims[], const PetscInt starts[],… in MatSetStencil()
6511 PetscInt *starts = mat->stencil.starts; in MatZeroRowsStencil() local
6594 PetscInt *starts = mat->stencil.starts; in MatZeroRowsColumnsStencil() local
7702 …PetscInt n, *sizes, *starts, i = 0, env = 0, tbs = 0, lblocks = 0, rstart, II, ln = 0, c… in MatComputeVariableBlockEnvelope() local
/petsc/src/dm/impls/da/ !
H A Dda.c889 PetscInt dims[4], starts[4], dims2[3], starts2[3], dof = dd->w; in DMDAMapMatStencilToGlobal() local
H A Dfdda.c610 PetscInt dim, dof, nx, ny, nz, dims[3], starts[3], M, N, P; in DMCreateMatrix_DA() local
/petsc/src/snes/tutorials/ !
H A Dex48.c1333 PetscInt xm, ym, zm, dim, dof = 2, starts[3], dims[3]; local
/petsc/include/petsc/private/ !
H A Dmatimpl.h413 PetscInt starts[4]; member
/petsc/src/mat/impls/aij/seq/ !
H A Daij.c2396 PetscInt *starts, *j_new, *i_new, *aj = a->j, *ai = a->i, ii, *ailen = a->ilen; in MatCreateSubMatrix_SeqAIJ() local
/petsc/src/ts/tutorials/ !
H A Dex30.c1179 PetscInt *cranks_leaf, *cranks_root, *npoints, *points, *ranks, *starts, *gidxs; in LoadFromFile() local
/petsc/src/dm/impls/plex/ !
H A Dplex.c9145 PetscInt depths[4], gdepths[4], starts[4]; in DMPlexCreatePointNumbering() local