Home
last modified time | relevance | path

Searched refs:KSPType (Results 1 – 25 of 31) sorted by relevance

12

/dports/math/libmesh/libmesh-1.6.2/src/numerics/
H A Dpetsc_preconditioner.C115 ierr = PCSetType (pc, const_cast<KSPType>(PCNONE)); in set_petsc_preconditioner_type()
120 ierr = PCSetType (pc, const_cast<KSPType>(PCCHOLESKY)); in set_petsc_preconditioner_type()
125 ierr = PCSetType (pc, const_cast<KSPType>(PCICC)); in set_petsc_preconditioner_type()
156 ierr = PCSetType (pc, const_cast<KSPType>(PCLU)); in set_petsc_preconditioner_type()
178 ierr = PCSetType (pc, const_cast<KSPType>(PCASM)); in set_petsc_preconditioner_type()
184 ierr = PCSetType (pc, const_cast<KSPType>(PCJACOBI)); in set_petsc_preconditioner_type()
189 ierr = PCSetType (pc, const_cast<KSPType>(PCBJACOBI)); in set_petsc_preconditioner_type()
194 ierr = PCSetType (pc, const_cast<KSPType>(PCSOR)); in set_petsc_preconditioner_type()
204 ierr = PCSetType (pc, const_cast<KSPType>(PCHYPRE)); in set_petsc_preconditioner_type()
209 ierr = PCSetType (pc, const_cast<KSPType>(PCMAT)); in set_petsc_preconditioner_type()
[all …]
/dports/math/libmesh/libmesh-1.6.2/src/solvers/
H A Dpetsc_linear_solver.C202 KSPType ksp_type; in init()
298 KSPType ksp_type; in init()
1487 ierr = KSPSetType (_ksp, const_cast<KSPType>(KSPCG)); in set_petsc_solver_type()
1492 ierr = KSPSetType (_ksp, const_cast<KSPType>(KSPCR)); in set_petsc_solver_type()
1497 ierr = KSPSetType (_ksp, const_cast<KSPType>(KSPCGS)); in set_petsc_solver_type()
1502 ierr = KSPSetType (_ksp, const_cast<KSPType>(KSPBICG)); in set_petsc_solver_type()
1507 ierr = KSPSetType (_ksp, const_cast<KSPType>(KSPTCQMR)); in set_petsc_solver_type()
1512 ierr = KSPSetType (_ksp, const_cast<KSPType>(KSPTFQMR)); in set_petsc_solver_type()
1517 ierr = KSPSetType (_ksp, const_cast<KSPType>(KSPLSQR)); in set_petsc_solver_type()
1522 ierr = KSPSetType (_ksp, const_cast<KSPType>(KSPBCGS)); in set_petsc_solver_type()
[all …]
/dports/science/PETSc/petsc-3.14.1/src/ksp/pc/impls/deflation/
H A Ddeflation.h14 KSPType ksptype;
/dports/science/PETSc/petsc-3.14.1/src/ts/tutorials/output/
H A Dex3_stringview.out3 Output from string viewer: TSType: rosw SNESType: ksponly KSPType: gmres Classical (unmodified)…
/dports/science/PETSc/petsc-3.14.1/include/petsc/finclude/
H A Dpetscksp.h13 #define KSPType character*(80) macro
/dports/science/PETSc/petsc-3.14.1/src/ksp/pc/tests/
H A Dex2.c18 KSPType kspname; in main()
H A Dex3.c18 KSPType kspname; in main()
/dports/science/PETSc/petsc-3.14.1/src/tao/bound/impls/bqnls/
H A Dbqnls.c52 KSPType ksp_type; in TaoSetFromOptions_BQNLS()
/dports/science/PETSc/petsc-3.14.1/include/
H A Dpetscksp.h31 typedef const char* KSPType; typedef
88 PETSC_EXTERN PetscErrorCode KSPSetType(KSP,KSPType);
89 PETSC_EXTERN PetscErrorCode KSPGetType(KSP,KSPType*);
/dports/science/PETSc/petsc-3.14.1/src/ksp/ksp/interface/
H A Ditcreate.c768 PetscErrorCode KSPSetType(KSP ksp, KSPType type) in KSPSetType()
815 PetscErrorCode KSPGetType(KSP ksp,KSPType *type) in KSPGetType()
/dports/science/PETSc/petsc-3.14.1/src/binding/petsc4py/src/PETSc/
H A DKSP.pyx3 class KSPType(object): class
95 Type = KSPType
666 del KSPType
H A Dpetscksp.pxi3 ctypedef const char* PetscKSPType "KSPType"
/dports/science/PETSc/petsc-3.14.1/src/ksp/ksp/tutorials/
H A Dex76.c83 KSPType type; in main()
H A Dex27.c53 KSPType ksptype; in main()
/dports/science/PETSc/petsc-3.14.1/src/binding/petsc4py/
H A DCHANGES.rst228 instead of ``PETSc.KSPType``.
/dports/science/PETSc/petsc-3.14.1/src/tao/bound/impls/bqnk/
H A Dbqnk.c102 KSPType ksp_type; in TaoSetFromOptions_BQNK()
/dports/math/libmesh/libmesh-1.6.2/examples/systems_of_equations/systems_of_equations_ex6/
H A Dsystems_of_equations_ex6.C101 ierr = KSPSetType (_petsc_linear_solver.ksp(), const_cast<KSPType>(KSPCG)); in configure_solver()
/dports/science/PETSc/petsc-3.14.1/src/ksp/pc/impls/mg/
H A Dmgfunc.c498 KSPType ksptype; in PCMGGetSmootherUp()
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/misc/petsc/
H A Dpetsccommon.hh155 …inline static void KSPSetType ( KSP ksp, const KSPType type ) { ErrorCheck( ::KSPSetType( ksp, typ… in KSPSetType()
/dports/science/PETSc/petsc-3.14.1/src/tao/unconstrained/impls/ntr/
H A Dntr.c46 KSPType ksp_type; in TaoSolve_NTR()
/dports/science/code_saturne/code_saturne-7.1.0/src/alge/
H A Dcs_sles_petsc.c1272 KSPType ksptype; in cs_sles_petsc_setup()
/dports/science/PETSc/petsc-3.14.1/src/tao/unconstrained/impls/ntl/
H A Dntl.c31 KSPType ksp_type; in TaoSolve_NTL()
/dports/science/PETSc/petsc-3.14.1/src/tao/unconstrained/impls/nls/
H A Dnls.c42 KSPType ksp_type; in TaoSolve_NLS()
/dports/science/getdp/getdp-3.4.0-source/Kernel/
H A DLinAlg_PETSC.cpp1343 const KSPType ksptype; in _solve()
/dports/science/PETSc/petsc-3.14.1/src/ksp/pc/impls/bddc/
H A Dbddcfetidp.c768 KSPType ksptype; in PCBDDCSetupFETIDPPCContext()

12