Actual source code: qcgimpl.h

petsc-3.5.4 2015-05-23
Report Typos and Errors
  1: /*
  2:     Context for using preconditioned CG to minimize a quadratic function
  3:  */


  8: typedef struct {
  9:   PetscReal quadratic;
 10:   PetscReal ltsnrm;
 11:   PetscReal delta;
 12: } KSP_QCG;

 14: #endif