Home
last modified time | relevance | path

Searched defs:idxm (Results 1 – 16 of 16) sorted by relevance

/petsc/src/ksp/ksp/tests/
H A Dex54.c46 PetscInt idxm[4] = {0, 1, 2, 3}; in fill() local
55 PetscInt idxm[4] = {4, 5, 6, 7}; in fill() local
/petsc/src/mat/impls/localref/
H A Dmlocalref.c27 static void BlockIndicesExpand(PetscInt n, const PetscInt idx[], PetscInt bs, PetscInt idxm[]) in BlockIndicesExpand()
96 PetscInt m, *idxm; in ISL2GCompose() local
138 PetscInt m, *idxm, bs; in ISL2GComposeBlock() local
/petsc/src/vec/vec/impls/nest/
H A Dvecnest.c823 static PetscErrorCode VecNestGetSubVecs_Private(Vec x, PetscInt m, const PetscInt idxm[], Vec vec[]) in VecNestGetSubVecs_Private()
839 static PetscErrorCode VecNestGetSubVec_Nest(Vec X, PetscInt idxm, Vec *sx) in VecNestGetSubVec_Nest()
863 PetscErrorCode VecNestGetSubVec(Vec X, PetscInt idxm, Vec *sx) in VecNestGetSubVec()
910 static PetscErrorCode VecNestSetSubVec_Private(Vec X, PetscInt idxm, Vec x) in VecNestSetSubVec_Private()
978 static PetscErrorCode VecNestSetSubVec_Nest(Vec X, PetscInt idxm, Vec sx) in VecNestSetSubVec_Nest()
1005 PetscErrorCode VecNestSetSubVec(Vec X, PetscInt idxm, Vec sx) in VecNestSetSubVec()
1012 static PetscErrorCode VecNestSetSubVecs_Nest(Vec X, PetscInt N, PetscInt *idxm, Vec *sx) in VecNestSetSubVecs_Nest()
1043 PetscErrorCode VecNestSetSubVecs(Vec X, PetscInt N, PetscInt idxm[], Vec sx[]) in VecNestSetSubVecs()
/petsc/src/ksp/ksp/tutorials/
H A Dex74.c141 PetscInt idxm[1] = {0}, idxn[1] = {0}; in main() local
/petsc/src/mat/impls/nest/
H A Dmatnest.c1060 static PetscErrorCode MatNestGetSubMat_Nest(Mat A, PetscInt idxm, PetscInt jdxm, Mat *mat) in MatNestGetSubMat_Nest()
1089 PetscErrorCode MatNestGetSubMat(Mat A, PetscInt idxm, PetscInt jdxm, Mat *sub) in MatNestGetSubMat()
1100 static PetscErrorCode MatNestSetSubMat_Nest(Mat A, PetscInt idxm, PetscInt jdxm, Mat mat) in MatNestSetSubMat_Nest()
1153 PetscErrorCode MatNestSetSubMat(Mat A, PetscInt idxm, PetscInt jdxm, Mat sub) in MatNestSetSubMat()
/petsc/src/dm/impls/da/
H A Dda.c884 PetscErrorCode DMDAMapMatStencilToGlobal(DM da, PetscInt m, const MatStencil idxm[], PetscInt gidxm… in DMDAMapMatStencilToGlobal()
/petsc/src/ts/impls/implicit/irk/
H A Dirk.c132 PetscInt idxm[1] = {0}, idxn[1] = {0}; in TSIRKCreate_Gauss() local
/petsc/src/mat/interface/
H A Dmatrix.c1532 PetscErrorCode MatSetValues(Mat mat, PetscInt m, const PetscInt idxm[], PetscInt n, const PetscInt … in MatSetValues()
1788 PetscErrorCode MatSetValuesStencil(Mat mat, PetscInt m, const MatStencil idxm[], PetscInt n, const … in MatSetValuesStencil()
1903 PetscErrorCode MatSetValuesBlockedStencil(Mat mat, PetscInt m, const MatStencil idxm[], PetscInt n,… in MatSetValuesBlockedStencil()
2070 PetscErrorCode MatSetValuesBlocked(Mat mat, PetscInt m, const PetscInt idxm[], PetscInt n, const Pe… in MatSetValuesBlocked()
2165 PetscErrorCode MatGetValues(Mat mat, PetscInt m, const PetscInt idxm[], PetscInt n, const PetscInt … in MatGetValues()
/petsc/src/mat/impls/sell/mpi/
H A Dmpisell.c248 static PetscErrorCode MatGetValues_MPISELL(Mat mat, PetscInt m, const PetscInt idxm[], PetscInt n, … in MatGetValues_MPISELL()
/petsc/src/mat/impls/dense/mpi/
H A Dmpidense.c133 static PetscErrorCode MatSetValues_MPIDense(Mat mat, PetscInt m, const PetscInt idxm[], PetscInt n,… in MatSetValues_MPIDense()
166 static PetscErrorCode MatGetValues_MPIDense(Mat mat, PetscInt m, const PetscInt idxm[], PetscInt n,… in MatGetValues_MPIDense()
/petsc/src/mat/impls/hypre/
H A Dmhypre.c2104 static PetscErrorCode MatGetValues_HYPRE(Mat A, PetscInt m, const PetscInt idxm[], PetscInt n, cons…
/petsc/src/mat/impls/sbaij/mpi/
H A Dmpisbaij.c650 static PetscErrorCode MatGetValues_MPISBAIJ(Mat mat, PetscInt m, const PetscInt idxm[], PetscInt n,… in MatGetValues_MPISBAIJ()
/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c2176 static PetscErrorCode MatSetValues_PCPatch_Private(Mat mat, PetscInt m, const PetscInt idxm[], Pets… in MatSetValues_PCPatch_Private()
/petsc/src/mat/impls/baij/mpi/
H A Dmpibaij.c652 static PetscErrorCode MatGetValues_MPIBAIJ(Mat mat, PetscInt m, const PetscInt idxm[], PetscInt n, … in MatGetValues_MPIBAIJ()
/petsc/src/mat/impls/is/
H A Dmatis.c34 static void BlockIndicesExpand(PetscInt n, const PetscInt idx[], PetscInt bs, PetscInt idxm[]) in BlockIndicesExpand()
/petsc/src/mat/impls/aij/mpi/
H A Dmpiaij.c725 static PetscErrorCode MatGetValues_MPIAIJ(Mat mat, PetscInt m, const PetscInt idxm[], PetscInt n, c… in MatGetValues_MPIAIJ()