Actual source code: qcgimpl.h

petsc-3.7.1 2016-05-15
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