Home
last modified time | relevance | path

Searched refs:SOR_LOCAL_SYMMETRIC_SWEEP (Results 1 – 11 of 11) sorted by relevance

/petsc/src/ksp/pc/impls/sor/
H A Dsor.c46 …k(set && sym && (jac->sym == SOR_SYMMETRIC_SWEEP || jac->sym == SOR_LOCAL_SYMMETRIC_SWEEP), PetscO… in PCApplyTranspose_SOR()
86 if (flg) PetscCall(PCSORSetSymmetric(pc, SOR_LOCAL_SYMMETRIC_SWEEP)); in PCSetFromOptions_SOR()
112 …else if ((sym & SOR_LOCAL_SYMMETRIC_SWEEP) == SOR_LOCAL_SYMMETRIC_SWEEP) sortype = "local_symmetri… in PCView_SOR()
442 jac->sym = SOR_LOCAL_SYMMETRIC_SWEEP; in PCCreate_SOR()
/petsc/src/mat/impls/sell/mpi/
H A Dmpisell.c1735 if ((flag & SOR_LOCAL_SYMMETRIC_SWEEP) == SOR_LOCAL_SYMMETRIC_SWEEP) { in MatSOR_MPISELL()
/petsc/src/tao/pde_constrained/tutorials/
H A Dhyperbolic.c459 …atSOR(user->C[i], X, 1.0, (MatSORType)(SOR_ZERO_INITIAL_GUESS | SOR_LOCAL_SYMMETRIC_SWEEP), 0.0, 1… in StateMatBlockPrecMult()
473 …atSOR(user->C[i], X, 1.0, (MatSORType)(SOR_ZERO_INITIAL_GUESS | SOR_LOCAL_SYMMETRIC_SWEEP), 0.0, 1… in StateMatBlockPrecMultTranspose()
H A Dparabolic.c501 …MatSOR(user->DSG, X, 1.0, (MatSORType)(SOR_ZERO_INITIAL_GUESS | SOR_LOCAL_SYMMETRIC_SWEEP), 0.0, 1… in StateMatBlockPrecMult()
/petsc/src/mat/impls/sbaij/mpi/
H A Dmpisbaij.c2607 if ((flag & SOR_LOCAL_SYMMETRIC_SWEEP) == SOR_LOCAL_SYMMETRIC_SWEEP) { in MatSOR_MPISBAIJ()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscmat.pxi146 SOR_LOCAL_SYMMETRIC_SWEEP
H A DMat.pyx277 LOCAL_SYMMETRIC_SWEEP = SOR_LOCAL_SYMMETRIC_SWEEP
3976 cdef PetscMatSORType csortype = SOR_LOCAL_SYMMETRIC_SWEEP
/petsc/src/mat/impls/baij/mpi/
H A Dmpibaij.c2180 if ((flag & SOR_LOCAL_SYMMETRIC_SWEEP) == SOR_LOCAL_SYMMETRIC_SWEEP) { in MatSOR_MPIBAIJ()
/petsc/include/
H A Dpetscmat.h1620 SOR_LOCAL_SYMMETRIC_SWEEP = 12, enumerator
/petsc/src/mat/impls/aij/mpi/
H A Dmpiaij.c1413 if ((flag & SOR_LOCAL_SYMMETRIC_SWEEP) == SOR_LOCAL_SYMMETRIC_SWEEP) { in MatSOR_MPIAIJ()
/petsc/doc/manual/
H A Dksp.md850 `SOR_LOCAL_BACKWARD_SWEEP`, and `SOR_LOCAL_SYMMETRIC_SWEEP`. These