| /petsc/src/ksp/ksp/tests/ |
| H A D | ex54.c | 46 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 D | mlocalref.c | 27 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 D | vecnest.c | 823 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 D | ex74.c | 141 PetscInt idxm[1] = {0}, idxn[1] = {0}; in main() local
|
| /petsc/src/mat/impls/nest/ |
| H A D | matnest.c | 1060 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 D | da.c | 884 PetscErrorCode DMDAMapMatStencilToGlobal(DM da, PetscInt m, const MatStencil idxm[], PetscInt gidxm… in DMDAMapMatStencilToGlobal()
|
| /petsc/src/ts/impls/implicit/irk/ |
| H A D | irk.c | 132 PetscInt idxm[1] = {0}, idxn[1] = {0}; in TSIRKCreate_Gauss() local
|
| /petsc/src/mat/interface/ |
| H A D | matrix.c | 1532 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 D | mpisell.c | 248 static PetscErrorCode MatGetValues_MPISELL(Mat mat, PetscInt m, const PetscInt idxm[], PetscInt n, … in MatGetValues_MPISELL()
|
| /petsc/src/mat/impls/dense/mpi/ |
| H A D | mpidense.c | 133 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 D | mhypre.c | 2104 static PetscErrorCode MatGetValues_HYPRE(Mat A, PetscInt m, const PetscInt idxm[], PetscInt n, cons…
|
| /petsc/src/mat/impls/sbaij/mpi/ |
| H A D | mpisbaij.c | 650 static PetscErrorCode MatGetValues_MPISBAIJ(Mat mat, PetscInt m, const PetscInt idxm[], PetscInt n,… in MatGetValues_MPISBAIJ()
|
| /petsc/src/ksp/pc/impls/patch/ |
| H A D | pcpatch.c | 2176 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 D | mpibaij.c | 652 static PetscErrorCode MatGetValues_MPIBAIJ(Mat mat, PetscInt m, const PetscInt idxm[], PetscInt n, … in MatGetValues_MPIBAIJ()
|
| /petsc/src/mat/impls/is/ |
| H A D | matis.c | 34 static void BlockIndicesExpand(PetscInt n, const PetscInt idx[], PetscInt bs, PetscInt idxm[]) in BlockIndicesExpand()
|
| /petsc/src/mat/impls/aij/mpi/ |
| H A D | mpiaij.c | 725 static PetscErrorCode MatGetValues_MPIAIJ(Mat mat, PetscInt m, const PetscInt idxm[], PetscInt n, c… in MatGetValues_MPIAIJ()
|