:orphan: # KSPQCGSetTrustRegionRadius Sets the radius of the trust region for `KSPQCG` ## Synopsis ``` #include "petscksp.h" PetscErrorCode KSPQCGSetTrustRegionRadius(KSP ksp, PetscReal delta) ``` Logically Collective ## Input Parameters - ***ksp -*** the iterative context - ***delta -*** the trust region radius (Infinity is the default) ## Options Database Key - ***-ksp_qcg_trustregionradius -*** trust region radius ## Level advanced ## Location src/ksp/ksp/impls/qcg/qcg.c ## Implementations KSPQCGSetTrustRegionRadius_QCG in src/ksp/ksp/impls/qcg/qcg.c
--- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/ksp/ksp/impls/qcg/qcg.c) [Index of all KSP routines](index.md) [Table of Contents for all manual pages](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)