| /petsc/src/vec/is/is/utils/ |
| H A D | isblock.c | 30 PetscInt tt, gid1, *nidx; in ISCompressIndicesGeneral() local 33 PetscInt *nidx; in ISCompressIndicesGeneral() local 128 PetscInt len, i, j, k, *nidx; in ISExpandIndicesGeneral() local
|
| /petsc/include/petsc/private/ |
| H A D | matimpl.h | 906 static inline PetscErrorCode PetscLLAdd_Private(PetscInt nidx, const PetscInt *PETSC_RESTRICT indic… in PetscLLAdd_Private() 931 static inline PetscErrorCode PetscLLAdd(PetscInt nidx, const PetscInt *PETSC_RESTRICT indices, Pets… in PetscLLAdd() 951 static inline PetscErrorCode PetscLLAddSorted(PetscInt nidx, const PetscInt *PETSC_RESTRICT indices… in PetscLLAddSorted() 972 static inline PetscErrorCode PetscLLAddPerm(PetscInt nidx, const PetscInt *PETSC_RESTRICT indices, … in PetscLLAddPerm() 1045 const PetscInt nidx = im[idx_start] - nzbd; /* num of entries with idx_start < index <= diag */ in PetscLLAddSortedLU() local 1128 static inline PetscErrorCode PetscIncompleteLLInit(PetscInt nidx, const PetscInt *PETSC_RESTRICT id… in PetscIncompleteLLInit() 1140 static inline PetscErrorCode PetscIncompleteLLAdd_Private(PetscInt nidx, const PetscInt *PETSC_REST… in PetscIncompleteLLAdd_Private() 1177 static inline PetscErrorCode PetscICCLLAddSorted(PetscInt nidx, const PetscInt *PETSC_RESTRICT idx,… in PetscICCLLAddSorted() 1205 static inline PetscErrorCode PetscILULLAddSorted(PetscInt nidx, const PetscInt *PETSC_RESTRICT idx,… in PetscILULLAddSorted() 1229 static inline PetscErrorCode PetscIncompleteLLAdd(PetscInt nidx, const PetscInt *PETSC_RESTRICT idx… in PetscIncompleteLLAdd() [all …]
|
| /petsc/src/mat/impls/sbaij/mpi/ |
| H A D | sbaijov.c | 13 …PetscInt i, N = C->cmap->N, bs = C->rmap->bs, M = C->rmap->N, Mbs = M / bs, *nidx, isz, iov; in MatIncreaseOverlap_MPISBAIJ() local 465 …ncreaseOverlap_MPISBAIJ_Local(Mat C, PetscInt *data, PetscInt whose, PetscInt *nidx, PetscBT *tabl… in MatIncreaseOverlap_MPISBAIJ_Local()
|
| /petsc/src/vec/vec/utils/ |
| H A D | vinv.c | 942 PetscErrorCode VecStrideSubSetGather(Vec v, PetscInt nidx, const PetscInt idxv[], const PetscInt id… in VecStrideSubSetGather() 980 PetscErrorCode VecStrideSubSetScatter(Vec s, PetscInt nidx, const PetscInt idxs[], const PetscInt i… in VecStrideSubSetScatter() 1054 PetscErrorCode VecStrideSubSetGather_Default(Vec v, PetscInt nidx, const PetscInt idxv[], const Pet… in VecStrideSubSetGather_Default() 1118 PetscErrorCode VecStrideSubSetScatter_Default(Vec s, PetscInt nidx, const PetscInt idxs[], const Pe… in VecStrideSubSetScatter_Default()
|
| /petsc/src/ksp/pc/impls/asm/ |
| H A D | asm.c | 86 PetscInt i, j, nidx; in PCASMPrintSubdomains() local 1465 PetscInt *count, nidx, *indices, *newidx, start = 0; in PCASMCreateSubdomains() local 1575 PetscInt nidx, *idx, loc, ii, jj, count; in PCASMCreateSubdomains2D() local
|
| /petsc/src/dm/impls/stag/ |
| H A D | stagstencil.c | 36 PetscInt n_stencil_unique, dim, count, nidx, nc_max; in DMStagCreateISFromStencils() local
|
| /petsc/src/ksp/pc/impls/gasm/ |
| H A D | gasm.c | 56 PetscInt j, nidx; in PCGASMSubdomainView_Private() local 1418 PetscInt *count, nidx, *indices, *newidx, start = 0; in PCGASMCreateLocalSubdomains() local 1624 PetscInt nidx, *idx; in PCGASMCreateSubdomains2D() local
|
| /petsc/src/ksp/pc/impls/telescope/ |
| H A D | telescope_dmda.c | 127 PetscInt i, j, si, sj, ni, nj, M, N, Ml, Nl, c, nidx; in PCTelescopeSetUp_dmda_repart_coors2d() local 218 PetscInt i, j, k, si, sj, sk, ni, nj, nk, M, N, P, Ml, Nl, Pl, c, nidx; in PCTelescopeSetUp_dmda_repart_coors3d() local
|
| /petsc/src/mat/impls/aij/mpi/ |
| H A D | mpiov.c | 36 PetscInt *nidx = NULL; in ISAdjustForBlockSize() local 88 static PetscErrorCode MatIncreaseOverlap_MPIAIJ_Once_Scalable(Mat mat, PetscInt nidx, IS is[]) in MatIncreaseOverlap_MPIAIJ_Once_Scalable() 232 static PetscErrorCode MatIncreaseOverlap_MPIAIJ_Receive_Scalable(Mat mat, PetscInt nidx, IS is[], P… in MatIncreaseOverlap_MPIAIJ_Receive_Scalable() 280 static PetscErrorCode MatIncreaseOverlap_MPIAIJ_Send_Scalable(Mat mat, PetscInt nidx, PetscMPIInt n… in MatIncreaseOverlap_MPIAIJ_Send_Scalable() 402 static PetscErrorCode MatIncreaseOverlap_MPIAIJ_Local_Scalable(Mat mat, PetscInt nidx, IS is[]) in MatIncreaseOverlap_MPIAIJ_Local_Scalable()
|
| H A D | mpiaij.c | 7680 PetscInt cnt = -1, nidx, j; in MatCollapseRow() local
|
| /petsc/src/dm/impls/network/ |
| H A D | network.c | 2986 …, PetscInt numkeys, PetscInt keys[], PetscInt blocksize[], PetscInt nselectedvar[], PetscInt *nidx) in DMISAddSize_private() 3069 PetscInt i, p, estart, eend, vstart, vend, nidx, *idx; in DMNetworkCreateIS() local 3165 PetscInt i, p, pstart, pend, nidx, *idx; in DMNetworkCreateLocalIS() local
|
| /petsc/src/vec/is/is/impls/general/ |
| H A D | general.c | 768 PetscInt i, nidx; in ISGeneralSetIndicesFromMask_General() local
|
| /petsc/src/mat/impls/sbaij/seq/ |
| H A D | sbaij2.c | 11 PetscInt brow, i, j, k, l, mbs, n, *nidx, isz, bcol, bcol_max, start, end, *ai, *aj, bs; in MatIncreaseOverlap_SeqSBAIJ() local
|
| /petsc/src/mat/impls/aij/seq/ |
| H A D | aij.c | 2737 PetscInt row, i, j, k, l, ll, m, n, *nidx, isz, val; in MatIncreaseOverlap_SeqAIJ() local
|
| /petsc/src/mat/impls/baij/seq/ |
| H A D | baij2.c | 16 PetscInt row, i, j, k, l, m, n, *nidx, isz, val, ival; in MatIncreaseOverlap_SeqBAIJ() local
|