|
NOX
Development
|
Interface to underlying groups for phase transition calculations. More...
#include <LOCA_PhaseTransition_AbstractGroup.H>


Public Member Functions | |
| AbstractGroup () | |
| Default constructor. | |
| virtual | ~AbstractGroup () |
| Destructor. | |
Pure virtual methods | |
These methods must be defined by any concrete implementation | |
| virtual double | computeFreeEnergy ()=0 |
| Computes the free energy at the current solution and parameter values. | |
Interface to underlying groups for phase transition calculations.
This abstract class provides the required interface for underlying groups to locate phase transitions using the bordering algorithm from the Salinger&Frink (2003) paper.
This class is derived from the LOCA::MultiContinuation::AbstractGroup and declares a pure virtual method for computing the free energy.
1.7.6.1