Sandia Home

Nonlinear Solver Project: LOCA::Homotopy::AbstractGroup Class Reference

LOCA::Homotopy::AbstractGroup Class Reference

#include <LOCA_Homotopy_AbstractGroup.H>

Inheritance diagram for LOCA::Homotopy::AbstractGroup:

Inheritance graph
[legend]
Collaboration diagram for LOCA::Homotopy::AbstractGroup:

Collaboration graph
[legend]
List of all members.

Detailed Description

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.

Definition at line 52 of file 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 AbstractGroupoperator= (const AbstractGroup &source)=0
 Assignment operator.
virtual NOX::Abstract::Group::ReturnType augmentJacobianForHomotopy (double conParamValue)=0
 Replace Jacobian $J$ by $J+pI$ where $I$ is the identity matrix and $p$ is a scalar (conParamValue).


Constructor & Destructor Documentation

LOCA::Homotopy::AbstractGroup::AbstractGroup  )  [inline]
 

Default constructor.

Reimplemented from LOCA::Continuation::AbstractGroup.

Definition at line 58 of file LOCA_Homotopy_AbstractGroup.H.

virtual LOCA::Homotopy::AbstractGroup::~AbstractGroup  )  [inline, virtual]
 

Destructor.

Reimplemented from LOCA::Continuation::AbstractGroup.

Definition at line 61 of file LOCA_Homotopy_AbstractGroup.H.


Member Function Documentation

virtual AbstractGroup& LOCA::Homotopy::AbstractGroup::operator= const AbstractGroup source  )  [pure virtual]
 

Assignment operator.

Implements LOCA::Continuation::AbstractGroup.

virtual NOX::Abstract::Group::ReturnType LOCA::Homotopy::AbstractGroup::augmentJacobianForHomotopy double  conParamValue  )  [pure virtual]
 

Replace Jacobian $J$ by $J+pI$ where $I$ is the identity matrix and $p$ is a scalar (conParamValue).

Implemented in LOCA::Abstract::Group, LOCA::LAPACK::Group, LOCA::Epetra::Group, and LOCA::EpetraNew::Group.

Referenced by LOCA::Homotopy::Group::computeJacobian().


The documentation for this class was generated from the following file:
Generated on Thu Mar 3 01:00:58 2005 for Nonlinear Solver Project by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2002


© Sandia Corporation | Software.Sandia.Gov | Site Contact | Privacy and Security