|
NOX
Development
|
Interface to underlying groups for homotopy calculations. More...
#include <LOCA_Homotopy_AbstractGroup.H>


Public Member Functions | |
| AbstractGroup () | |
| Default constructor. | |
| virtual | ~AbstractGroup () |
| Destructor. | |
Pure virtual methods | |
These methods must be defined by any concrete implementation | |
|
virtual NOX::Abstract::Group::ReturnType | augmentJacobianForHomotopy (double a, double b)=0 |
Replace Jacobian by where is the identity matrix. | |
Interface to underlying groups for homotopy calculations.
This abstract class provides an interface for a homotopy technique for solving nonlinear equations. See LOCA::Homotopy::Group for a description of the technique used. This class provides a single pure virtual method, augmentJacobianForHomotopy(), which scales the diagonal of the Jacobian by a constant times the identity matrix.
1.7.6.1