Main Page   Class Hierarchy   Compound List   File List   Compound Members   Related Pages  

SelfConsistentExtrapolation Class Reference

The SelfConsistentExtrapolation abstract class is used to iteratively solve equations requiring a self consistent solution, such as,. More...

#include <scextrap.h>

Inheritance diagram for SelfConsistentExtrapolation

Inheritance graph
[legend]
Collaboration diagram for SelfConsistentExtrapolation:

Collaboration graph
[legend]
List of all members.

Public Methods

 SelfConsistentExtrapolation ()
 SelfConsistentExtrapolation (StateIn &)
 SelfConsistentExtrapolation (const Ref< KeyVal > &)
 The only keyword read is tolerance#, which is usually not needed since the objects using SelfConsistentExtrapolation should set the tolerances as needed.

 ~SelfConsistentExtrapolation ()
void save_data_state (StateOut &)
 Save the base classes (with save_data_state) and the members in the same order that the StateIn CTOR initializes them. More...

void set_tolerance (double t)
double tolerance ()
double error ()
int converged ()
virtual int extrapolate (const Ref< SCExtrapData > &data, const Ref< SCExtrapError > &error)=0
virtual void start_extrapolation ()
virtual void reinitialize ()=0

Protected Methods

void set_error (double e)

Detailed Description

The SelfConsistentExtrapolation abstract class is used to iteratively solve equations requiring a self consistent solution, such as,.


Member Function Documentation

void SelfConsistentExtrapolation::save_data_state ( StateOut & s ) [virtual]
 

Save the base classes (with save_data_state) and the members in the same order that the StateIn CTOR initializes them.

This must be implemented by the derived class if the class has data.

Reimplemented from SavableState.

Reimplemented in DIIS.


The documentation for this class was generated from the following file:
Generated at Thu Oct 4 18:09:52 2001 for MPQC 2.0.0 using the documentation package Doxygen 1.2.5.