Searched refs:KSPNormType (Results 1 – 10 of 10) sorted by relevance
| /petsc/src/ksp/ksp/interface/ |
| H A D | itcreate.c | 280 PetscErrorCode KSPSetNormType(KSP ksp, KSPNormType normtype) in KSPSetNormType() 385 PetscErrorCode KSPSetSupportedNorm(KSP ksp, KSPNormType normtype, PCSide pcside, PetscInt priority) in KSPSetSupportedNorm() 402 PetscErrorCode KSPSetUpNorms_Private(KSP ksp, PetscBool errorifnotsupported, KSPNormType *normtype,… in KSPSetUpNorms_Private() 423 if (normtype) *normtype = (KSPNormType)ibest; in KSPSetUpNorms_Private() 443 PetscErrorCode KSPGetNormType(KSP ksp, KSPNormType *normtype) in KSPGetNormType()
|
| H A D | itcl.c | 342 KSPNormType normtype; in KSPSetFromOptions()
|
| H A D | iterativ.c | 1522 KSPNormType normtype; in KSPConvergedDefault()
|
| /petsc/include/petsc/private/ |
| H A D | kspimpl.h | 171 KSPNormType normtype; /* type of norm used for convergence tests */ 174 KSPNormType normtype_set; /* Norm type set explicitly by user */ 280 PETSC_INTERN PetscErrorCode KSPSetUpNorms_Private(KSP, PetscBool, KSPNormType *, PCSide *);
|
| /petsc/include/ |
| H A D | petscksp.h | 721 } KSPNormType; typedef 765 PETSC_EXTERN PetscErrorCode KSPSetNormType(KSP, KSPNormType); 766 PETSC_EXTERN PetscErrorCode KSPGetNormType(KSP, KSPNormType *); 767 PETSC_EXTERN PetscErrorCode KSPSetSupportedNorm(KSP, KSPNormType, PCSide, PetscInt);
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscksp.pxi | 53 ctypedef enum PetscKSPNormType "KSPNormType":
|
| H A D | KSP.pyx | 224 class KSPNormType(object): class 396 NormType = KSPNormType 2424 del KSPNormType
|
| /petsc/src/ksp/pc/impls/mg/ |
| H A D | mgfunc.c | 593 KSPNormType normtype; in PCMGGetSmootherUp()
|
| /petsc/src/snes/interface/ |
| H A D | snes.c | 5637 KSPNormType normtype; in KSPPostSolve_SNESEW()
|
| /petsc/doc/manual/ |
| H A D | ksp.md | 454 …ned residual \$ b - Ax\$, depending on the `KSPType` and the value of `KSPNormType` set with `KSPS…
|