Home
last modified time | relevance | path

Searched refs:sor (Results 1 – 25 of 68) sorted by relevance

123

/petsc/src/ksp/ksp/tests/
H A Dex62f.F9013 PC jacobi, sor
51 PetscCallA(PCCreate(PETSC_COMM_WORLD, sor, ierr))
52 PetscCallA(PCSetType(sor, PCSOR, ierr))
53 PetscCallA(PCSetOperators(sor, pmat, pmat, ierr))
55 PetscCallA(PCSetUp(sor, ierr))
89 PetscCallA(PCApply(sor, x, work, ierr))
298 PetscCallA(PCDestroy(sor, ierr))
/petsc/src/snes/tutorials/
H A Dex29.options13 -mg_levels_pc_type sor
/petsc/src/ksp/ksp/tutorials/output/
H A Dex1_2_aijcusparse.out19 type: sor
43 type: sor
H A Dex29_4.out63 type: sor
93 type: sor
123 type: sor
153 type: sor
H A Dex43_4.out132 type: sor
149 type: sor
199 type: sor
216 type: sor
266 type: sor
283 type: sor
H A Dex43_3.out113 type: sor
130 type: sor
180 type: sor
197 type: sor
247 type: sor
264 type: sor
H A Dex66_1.out56 type: sor
88 type: sor
120 type: sor
H A Dex50_1.out54 type: sor
86 type: sor
118 type: sor
H A Dex67_symmetric_left.out20 type: sor
49 type: sor
H A Dex67_symmetric_right.out20 type: sor
49 type: sor
H A Dex50_2.out70 type: sor
101 type: sor
132 type: sor
H A Dex66_2.out72 type: sor
103 type: sor
134 type: sor
H A Dex34_1.out69 type: sor
101 type: sor
/petsc/src/ksp/pc/tests/output/
H A Dex3_1.out1 Running gmres with sor preconditioning
/petsc/src/mat/impls/kaij/
H A Dkaij.h15 } sor;
H A Dkaij.c467 PetscCall(PetscFree5(b->sor.w, b->sor.y, b->sor.work, b->sor.t, b->sor.arr)); in MatDestroy_SeqKAIJ()
881 if (!kaij->sor.setup) { in MatSOR_SeqKAIJ()
882 …scCall(PetscMalloc5(bs, &kaij->sor.w, bs, &kaij->sor.y, m * bs, &kaij->sor.work, m * bs, &kaij->so… in MatSOR_SeqKAIJ()
883 kaij->sor.setup = PETSC_TRUE; in MatSOR_SeqKAIJ()
885 y = kaij->sor.y; in MatSOR_SeqKAIJ()
886 w = kaij->sor.w; in MatSOR_SeqKAIJ()
887 work = kaij->sor.work; in MatSOR_SeqKAIJ()
888 t = kaij->sor.t; in MatSOR_SeqKAIJ()
889 arr = kaij->sor.arr; in MatSOR_SeqKAIJ()
1475 A->ops->sor = MatSOR_SeqKAIJ; in MatCreate_KAIJ()
/petsc/src/ksp/ksp/tests/output/
H A Dex34_1.out10 type: sor
H A Dex34_1_mpiaij.out10 type: sor
H A Dex34_2.out10 type: sor
/petsc/src/snes/tutorials/output/
H A Dex19_tut_8.out138 type: sor
157 type: sor
176 type: sor
195 type: sor
H A Dex19_tut_8_alt.out138 type: sor
157 type: sor
176 type: sor
195 type: sor
H A Dex19_tut_2.out127 type: sor
157 type: sor
187 type: sor
217 type: sor
247 type: sor
H A Dex5_2.out102 type: sor
133 type: sor
164 type: sor
H A Dex5_2_alt.out98 type: sor
129 type: sor
160 type: sor
/petsc/src/mat/impls/aij/seq/aijsell/
H A Daijsell.c35 B->ops->sor = MatSOR_SeqAIJ; in MatConvert_SeqAIJSELL_SeqAIJ()
245 B->ops->sor = MatSOR_SeqAIJSELL; in MatConvert_SeqAIJ_SeqAIJSELL()

123