Home
last modified time | relevance | path

Searched defs:idxn (Results 1 – 14 of 14) sorted by relevance

/petsc/src/ksp/ksp/tests/
H A Dex54.c11 PetscInt idxn[3] = {0, 1, 2}; in fill() local
/petsc/src/mat/utils/
H A Dmatstash.c258 …StashValuesRow_Private(MatStash *stash, PetscInt row, PetscInt n, const PetscInt idxn[], const Pet… in MatStashValuesRow_Private()
296 …StashValuesCol_Private(MatStash *stash, PetscInt row, PetscInt n, const PetscInt idxn[], const Pet… in MatStashValuesCol_Private()
338 …luesRowBlocked_Private(MatStash *stash, PetscInt row, PetscInt n, const PetscInt idxn[], const Pet… in MatStashValuesRowBlocked_Private()
389 …luesColBlocked_Private(MatStash *stash, PetscInt row, PetscInt n, const PetscInt idxn[], const Pet… in MatStashValuesColBlocked_Private()
/petsc/src/mat/tests/
H A Dex62.c28 PetscInt i, j, *idxn, PM, PN = PETSC_DECIDE, rstart, rend; in main() local
H A Dex94.c29 PetscInt i, m, n, j, *idxn, M, N, nzp, rstart, rend; in main() local
/petsc/src/ksp/ksp/tutorials/
H A Dex74.c141 PetscInt idxm[1] = {0}, idxn[1] = {0}; in main() local
/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 …SetValues(Mat mat, PetscInt m, const PetscInt idxm[], PetscInt n, const PetscInt idxn[], const Pet… in MatSetValues()
1788 …tencil(Mat mat, PetscInt m, const MatStencil idxm[], PetscInt n, const MatStencil idxn[], const Pe… in MatSetValuesStencil()
1903 …tencil(Mat mat, PetscInt m, const MatStencil idxm[], PetscInt n, const MatStencil idxn[], const Pe… in MatSetValuesBlockedStencil()
2070 …esBlocked(Mat mat, PetscInt m, const PetscInt idxm[], PetscInt n, const PetscInt idxn[], const Pet… in MatSetValuesBlocked()
2165 …GetValues(Mat mat, PetscInt m, const PetscInt idxm[], PetscInt n, const PetscInt idxn[], PetscScal… in MatGetValues()
/petsc/src/mat/impls/sell/mpi/
H A Dmpisell.c248 …s_MPISELL(Mat mat, PetscInt m, const PetscInt idxm[], PetscInt n, const PetscInt idxn[], PetscScal… in MatGetValues_MPISELL()
/petsc/src/mat/impls/dense/mpi/
H A Dmpidense.c133 …_MPIDense(Mat mat, PetscInt m, const PetscInt idxm[], PetscInt n, const PetscInt idxn[], const Pet… in MatSetValues_MPIDense()
166 …_MPIDense(Mat mat, PetscInt m, const PetscInt idxm[], PetscInt n, const PetscInt idxn[], PetscScal… in MatGetValues_MPIDense()
/petsc/src/mat/impls/sbaij/mpi/
H A Dmpisbaij.c650 …_MPISBAIJ(Mat mat, PetscInt m, const PetscInt idxm[], PetscInt n, const PetscInt idxn[], PetscScal… in MatGetValues_MPISBAIJ()
/petsc/src/mat/impls/hypre/
H A Dmhypre.c2104 …alues_HYPRE(Mat A, PetscInt m, const PetscInt idxm[], PetscInt n, const PetscInt idxn[], PetscScal…
/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c2176 …h_Private(Mat mat, PetscInt m, const PetscInt idxm[], PetscInt n, const PetscInt idxn[], const Pet… in MatSetValues_PCPatch_Private()
/petsc/src/mat/impls/baij/mpi/
H A Dmpibaij.c652 …s_MPIBAIJ(Mat mat, PetscInt m, const PetscInt idxm[], PetscInt n, const PetscInt idxn[], PetscScal… in MatGetValues_MPIBAIJ()
/petsc/src/mat/impls/aij/mpi/
H A Dmpiaij.c725 …es_MPIAIJ(Mat mat, PetscInt m, const PetscInt idxm[], PetscInt n, const PetscInt idxn[], PetscScal… in MatGetValues_MPIAIJ()