QCDCAlgo.hpp

Go to the documentation of this file.
00001 //*****************************************************************************//
00002 //                                                                             //
00003 //   Copyright (c) 2001                                                        //
00004 //      INRIA                                                                  //
00005 //      54600 VILLERS LES NANCY                                                //
00006 //      France                                                                 //
00007 //                                                                             //
00008 //*****************************************************************************//
00009 //                                                                             //
00010 //               *** NOTICE OF PROPRIETARY INFORMATION ***                     //
00011 //                                                                             //
00012 // The information contained in this file is considered proprietary and the    //
00013 // exclusive property of  INRIA. This information may not be disclosed,        //
00014 // duplicated or used, in whole or in part, for  any purpose  whatsoever       //
00015 // without express written authorization from INRIA                            //
00016 //                                                                             //
00017 //*****************************************************************************//
00018 
00019 
00020 #ifndef QC_DC_ALGO_H_
00021 #define QC_DC_ALGO_H_
00022 
00023 
00024 #include "QCSCFBaseAlgo.hpp"
00025 
00026 
00027 
00028 
00040 
00041 class QCDCAlgo :
00042   public QCSCFBaseAlgo
00043 {
00044 
00046 public:
00047 
00048 
00052   QCDCAlgo (void);
00053 
00054 
00055 
00059   virtual ~QCDCAlgo (void);
00060 
00061 
00062 
00065   //
00066   template <class TPManager>
00067   void solve (TPManager& manager);
00071   template <class TPManager>
00072   void fixPoint(TPManager& manager);
00073   //
00074   template <class TPManager>
00075   void optimalDamping(TPManager& manager);
00076 
00077 
00078 
00080 protected:
00081 
00082 
00084 private:
00085 
00086 
00087 
00090 public:
00091 protected:
00092 private:
00093 
00094 };
00095 
00096 #endif // QC_DC_ALGO_H_

Generated on Sat Jan 28 21:07:25 2006 for QC++ by  doxygen 1.4.4