Home
last modified time | relevance | path

Searched refs:a2anew (Results 1 – 9 of 9) sorted by relevance

/petsc/src/mat/impls/sbaij/seq/
H A Dsbaijfact3.c10 PetscInt *a2anew, i, j, k, k1, jmin, jmax, *jl, *il, vj, nexti, ili; in MatCholeskyFactorNumeric_SeqSBAIJ_3() local
37 PetscCall(PetscMalloc1(ai[mbs], &a2anew)); in MatCholeskyFactorNumeric_SeqSBAIJ_3()
38 PetscCall(PetscArraycpy(a2anew, a->a2anew, ai[mbs])); in MatCholeskyFactorNumeric_SeqSBAIJ_3()
44 while (a2anew[j] != j) { in MatCholeskyFactorNumeric_SeqSBAIJ_3()
45 k = a2anew[j]; in MatCholeskyFactorNumeric_SeqSBAIJ_3()
46 a2anew[j] = a2anew[k]; in MatCholeskyFactorNumeric_SeqSBAIJ_3()
47 a2anew[k] = k; in MatCholeskyFactorNumeric_SeqSBAIJ_3()
65 PetscCall(PetscFree(a2anew)); in MatCholeskyFactorNumeric_SeqSBAIJ_3()
H A Dsbaijfact6.c10 PetscInt i, j, *a2anew, k, k1, jmin, jmax, *jl, *il, vj, nexti, ili; in MatCholeskyFactorNumeric_SeqSBAIJ_4() local
38 PetscCall(PetscMalloc1(ai[mbs], &a2anew)); in MatCholeskyFactorNumeric_SeqSBAIJ_4()
39 PetscCall(PetscArraycpy(a2anew, a->a2anew, ai[mbs])); in MatCholeskyFactorNumeric_SeqSBAIJ_4()
45 while (a2anew[j] != j) { in MatCholeskyFactorNumeric_SeqSBAIJ_4()
46 k = a2anew[j]; in MatCholeskyFactorNumeric_SeqSBAIJ_4()
47 a2anew[j] = a2anew[k]; in MatCholeskyFactorNumeric_SeqSBAIJ_4()
48 a2anew[k] = k; in MatCholeskyFactorNumeric_SeqSBAIJ_4()
66 PetscCall(PetscFree(a2anew)); in MatCholeskyFactorNumeric_SeqSBAIJ_4()
H A Dsbaijfact7.c10 PetscInt i, j, *a2anew, k, k1, jmin, jmax, *jl, *il, vj, nexti, ili, ipvt[5]; in MatCholeskyFactorNumeric_SeqSBAIJ_5() local
37 PetscCall(PetscMalloc1(ai[mbs], &a2anew)); in MatCholeskyFactorNumeric_SeqSBAIJ_5()
38 PetscCall(PetscArraycpy(a2anew, a->a2anew, ai[mbs])); in MatCholeskyFactorNumeric_SeqSBAIJ_5()
44 while (a2anew[j] != j) { in MatCholeskyFactorNumeric_SeqSBAIJ_5()
45 k = a2anew[j]; in MatCholeskyFactorNumeric_SeqSBAIJ_5()
46 a2anew[j] = a2anew[k]; in MatCholeskyFactorNumeric_SeqSBAIJ_5()
47 a2anew[k] = k; in MatCholeskyFactorNumeric_SeqSBAIJ_5()
65 PetscCall(PetscFree(a2anew)); in MatCholeskyFactorNumeric_SeqSBAIJ_5()
H A Dsbaijfact.c564 PetscInt *a2anew, k, k1, jmin, jmax, *jl, *il, vj, nexti, ili; in MatCholeskyFactorNumeric_SeqSBAIJ_N() local
596 PetscCall(PetscMalloc1(ai[mbs], &a2anew)); in MatCholeskyFactorNumeric_SeqSBAIJ_N()
597 PetscCall(PetscArraycpy(a2anew, a->a2anew, ai[mbs])); in MatCholeskyFactorNumeric_SeqSBAIJ_N()
603 while (a2anew[j] != j) { in MatCholeskyFactorNumeric_SeqSBAIJ_N()
604 k = a2anew[j]; in MatCholeskyFactorNumeric_SeqSBAIJ_N()
605 a2anew[j] = a2anew[k]; in MatCholeskyFactorNumeric_SeqSBAIJ_N()
606 a2anew[k] = k; in MatCholeskyFactorNumeric_SeqSBAIJ_N()
623 PetscCall(PetscFree(a2anew)); in MatCholeskyFactorNumeric_SeqSBAIJ_N()
871 PetscInt *a2anew, k, k1, jmin, jmax, *jl, *il, vj, nexti, ili; in MatCholeskyFactorNumeric_SeqSBAIJ_2() local
906 PetscCall(PetscMalloc1(ai[mbs], &a2anew)); in MatCholeskyFactorNumeric_SeqSBAIJ_2()
[all …]
H A Dsbaijfact9.c10 PetscInt i, j, *a2anew, k, k1, jmin, jmax, *jl, *il, vj, nexti, ili; in MatCholeskyFactorNumeric_SeqSBAIJ_6() local
39 PetscCall(PetscMalloc1(ai[mbs], &a2anew)); in MatCholeskyFactorNumeric_SeqSBAIJ_6()
40 PetscCall(PetscArraycpy(a2anew, a->a2anew, ai[mbs])); in MatCholeskyFactorNumeric_SeqSBAIJ_6()
46 while (a2anew[j] != j) { in MatCholeskyFactorNumeric_SeqSBAIJ_6()
47 k = a2anew[j]; in MatCholeskyFactorNumeric_SeqSBAIJ_6()
48 a2anew[j] = a2anew[k]; in MatCholeskyFactorNumeric_SeqSBAIJ_6()
49 a2anew[k] = k; in MatCholeskyFactorNumeric_SeqSBAIJ_6()
67 PetscCall(PetscFree(a2anew)); in MatCholeskyFactorNumeric_SeqSBAIJ_6()
H A Dsro.c116 a->a2anew = aj + ai[mbs]; in MatReorderingSeqSBAIJ()
117 PetscCall(PetscArraycpy(a->a2anew,r,ai[mbs])); in MatReorderingSeqSBAIJ()
H A Dsbaijfact11.c10 PetscInt *a2anew, k, k1, jmin, jmax, *jl, *il, vj, nexti, ili, i, j, mbs = a->mbs; in MatCholeskyFactorNumeric_SeqSBAIJ_7() local
40 PetscCall(PetscMalloc1(ai[mbs], &a2anew)); in MatCholeskyFactorNumeric_SeqSBAIJ_7()
41 PetscCall(PetscArraycpy(a2anew, a->a2anew, ai[mbs])); in MatCholeskyFactorNumeric_SeqSBAIJ_7()
47 while (a2anew[j] != j) { in MatCholeskyFactorNumeric_SeqSBAIJ_7()
48 k = a2anew[j]; in MatCholeskyFactorNumeric_SeqSBAIJ_7()
49 a2anew[j] = a2anew[k]; in MatCholeskyFactorNumeric_SeqSBAIJ_7()
50 a2anew[k] = k; in MatCholeskyFactorNumeric_SeqSBAIJ_7()
68 PetscCall(PetscFree(a2anew)); in MatCholeskyFactorNumeric_SeqSBAIJ_7()
H A Dsbaij.h18 PetscInt *a2anew; /* map used for symm permutation */ member
H A Dsbaij.c1515 b->a2anew = NULL; in MatSeqSBAIJSetPreallocation_SeqSBAIJ()
1793 b->a2anew = NULL; in MatCreate_SeqSBAIJ()