petsc-3.7.5 2017-01-01
Report Typos and Errors

KSPNASHSetRadius

Sets the radius of the trust region.

Synopsis

#include "petscksp.h" 
PetscErrorCode  KSPNASHSetRadius(KSP ksp, PetscReal radius)
Logically Collective on KSP

Input Parameters

ksp - the iterative context
radius - the trust region radius (Infinity is the default)

Options Database Key

-ksp_nash_radius <r> -

Keywords

KSP, NASH, set, trust region radius

Level:advanced
Location:
src/ksp/ksp/impls/cg/nash/nash.c
Index of all KSP routines
Table of Contents for all manual pages
Index of all manual pages