Home
last modified time | relevance | path

Searched refs:ajtmpold (Results 1 – 7 of 7) sorted by relevance

/petsc/src/mat/impls/baij/seq/
H A Dbaijfact4.c13 PetscInt *ajtmpold, *ajtmp, nz, row, *ai = a->i, *aj = a->j, k, flg; in MatILUFactorNumeric_SeqBAIJ_N_inplace() local
38 ajtmpold = aj + ai[r[i]]; in MatILUFactorNumeric_SeqBAIJ_N_inplace()
40 … for (j = 0; j < nz; j++) PetscCall(PetscArraycpy(rtmp + bs2 * ic[ajtmpold[j]], v + bs2 * j, bs2)); in MatILUFactorNumeric_SeqBAIJ_N_inplace()
H A Dbaijfact13.c16 PetscInt *ajtmpold, *ajtmp, nz, row, *ai = a->i, *aj = a->j; in MatILUFactorNumeric_SeqBAIJ_3_inplace() local
46 ajtmpold = aj + ai[idx]; in MatILUFactorNumeric_SeqBAIJ_3_inplace()
49 x = rtmp + 9 * ic[ajtmpold[j]]; in MatILUFactorNumeric_SeqBAIJ_3_inplace()
276 PetscInt *ajtmpold, *ajtmp, nz, row; in MatILUFactorNumeric_SeqBAIJ_3_NaturalOrdering_inplace() local
303 ajtmpold = aj + ai[i]; in MatILUFactorNumeric_SeqBAIJ_3_NaturalOrdering_inplace()
306 x = rtmp + 9 * ajtmpold[j]; in MatILUFactorNumeric_SeqBAIJ_3_NaturalOrdering_inplace()
H A Dbaijfact11.c16 PetscInt *ajtmpold, *ajtmp, nz, row; in MatILUFactorNumeric_SeqBAIJ_4_inplace() local
50 ajtmpold = aj + ai[idx]; in MatILUFactorNumeric_SeqBAIJ_4_inplace()
53 x = rtmp + 16 * ic[ajtmpold[j]]; in MatILUFactorNumeric_SeqBAIJ_4_inplace()
347 PetscInt *ajtmpold, *ajtmp, nz, row; in MatILUFactorNumeric_SeqBAIJ_4_NaturalOrdering_inplace() local
378 ajtmpold = aj + ai[i]; in MatILUFactorNumeric_SeqBAIJ_4_NaturalOrdering_inplace()
381 x = rtmp + 16 * ajtmpold[j]; in MatILUFactorNumeric_SeqBAIJ_4_NaturalOrdering_inplace()
H A Dbaijfact.c230 PetscInt *ajtmpold, *ajtmp, nz, row; in MatILUFactorNumeric_SeqBAIJ_2_inplace() local
259 ajtmpold = aj + ai[idx]; in MatILUFactorNumeric_SeqBAIJ_2_inplace()
262 x = rtmp + 4 * ic[ajtmpold[j]]; in MatILUFactorNumeric_SeqBAIJ_2_inplace()
341 PetscInt *ajtmpold, *ajtmp, nz, row; in MatILUFactorNumeric_SeqBAIJ_2_NaturalOrdering_inplace() local
366 ajtmpold = aj + ai[i]; in MatILUFactorNumeric_SeqBAIJ_2_NaturalOrdering_inplace()
369 x = rtmp + 4 * ajtmpold[j]; in MatILUFactorNumeric_SeqBAIJ_2_NaturalOrdering_inplace()
619 PetscInt *ajtmpold, *ajtmp, nz, row, *ai = a->i, *aj = a->j; in MatILUFactorNumeric_SeqBAIJ_1_inplace() local
642 ajtmpold = aj + ai[r[i]]; in MatILUFactorNumeric_SeqBAIJ_1_inplace()
644 for (j = 0; j < nz; j++) rtmp[ic[ajtmpold[j]]] = v[j]; in MatILUFactorNumeric_SeqBAIJ_1_inplace()
H A Dbaijfact9.c15 PetscInt *bi = b->i, *bj = b->j, *ajtmpold, *ajtmp; in MatILUFactorNumeric_SeqBAIJ_5_inplace() local
59 ajtmpold = aj + ai[idx]; in MatILUFactorNumeric_SeqBAIJ_5_inplace()
63 PetscCall(PetscArraycpy(rtmp + 25 * ic[ajtmpold[j]], v, 25)); in MatILUFactorNumeric_SeqBAIJ_5_inplace()
65 x = rtmp + 25 * ic[ajtmpold[j]]; in MatILUFactorNumeric_SeqBAIJ_5_inplace()
419 PetscInt *ajtmpold, *ajtmp, nz, row; in MatILUFactorNumeric_SeqBAIJ_5_NaturalOrdering_inplace() local
446 ajtmpold = aj + ai[i]; in MatILUFactorNumeric_SeqBAIJ_5_NaturalOrdering_inplace()
449 x = rtmp + 25 * ajtmpold[j]; in MatILUFactorNumeric_SeqBAIJ_5_NaturalOrdering_inplace()
H A Dbaijfact7.c14 …const PetscInt *ajtmpold, *ajtmp, *diag_offset = b->diag, *r, *ic, *bi = b->i, *bj = b->j, *ai = a… in MatILUFactorNumeric_SeqBAIJ_6_inplace() local
53 ajtmpold = aj + ai[idx]; in MatILUFactorNumeric_SeqBAIJ_6_inplace()
56 x = rtmp + 36 * ic[ajtmpold[j]]; in MatILUFactorNumeric_SeqBAIJ_6_inplace()
474 PetscInt *ajtmpold, *ajtmp, nz, row; in MatILUFactorNumeric_SeqBAIJ_6_NaturalOrdering_inplace() local
511 ajtmpold = aj + ai[i]; in MatILUFactorNumeric_SeqBAIJ_6_NaturalOrdering_inplace()
514 x = rtmp + 36 * ajtmpold[j]; in MatILUFactorNumeric_SeqBAIJ_6_NaturalOrdering_inplace()
H A Dbaijfact5.c13 const PetscInt *r, *ic, *bi = b->i, *bj = b->j, *ajtmp, *ai = a->i, *aj = a->j, *pj, *ajtmpold; in MatILUFactorNumeric_SeqBAIJ_7_inplace() local
57 ajtmpold = aj + ai[idx]; in MatILUFactorNumeric_SeqBAIJ_7_inplace()
60 x = rtmp + 49 * ic[ajtmpold[j]]; in MatILUFactorNumeric_SeqBAIJ_7_inplace()
570 PetscInt *ajtmpold, *ajtmp, nz, row; in MatILUFactorNumeric_SeqBAIJ_7_NaturalOrdering_inplace() local
611 ajtmpold = aj + ai[i]; in MatILUFactorNumeric_SeqBAIJ_7_NaturalOrdering_inplace()
614 x = rtmp + 49 * ajtmpold[j]; in MatILUFactorNumeric_SeqBAIJ_7_NaturalOrdering_inplace()