NOX Development
Loading...
Searching...
No Matches
Public Member Functions | List of all members
LOCA::Pitchfork::MooreSpence::ExtendedGroup Class Reference

A group representing the Moore-Spence pitchfork equations. More...

#include <LOCA_Pitchfork_MooreSpence_ExtendedGroup.H>

Inheritance diagram for LOCA::Pitchfork::MooreSpence::ExtendedGroup:
Inheritance graph
[legend]
Collaboration diagram for LOCA::Pitchfork::MooreSpence::ExtendedGroup:
Collaboration graph
[legend]

Public Member Functions

 ExtendedGroup (const Teuchos::RCP< LOCA::GlobalData > &global_data, const Teuchos::RCP< LOCA::Parameter::SublistParser > &topParams, const Teuchos::RCP< Teuchos::ParameterList > &pfParams, const Teuchos::RCP< LOCA::Pitchfork::MooreSpence::AbstractGroup > &g)
 Constructor with initial data passed through parameter lists.
 
 ExtendedGroup (const ExtendedGroup &source, NOX::CopyType type=NOX::DeepCopy)
 Copy constructor.
 
virtual ~ExtendedGroup ()
 Destructor.
 
Implementation of NOX::Abstract::Group virtual methods
virtual NOX::Abstract::Groupoperator= (const NOX::Abstract::Group &source)
 Assignment operator.
 
virtual Teuchos::RCP< NOX::Abstract::Groupclone (NOX::CopyType type=NOX::DeepCopy) const
 Cloning function.
 
virtual void setX (const NOX::Abstract::Vector &y)
 Set the solution vector, x, to y.
 
virtual void computeX (const NOX::Abstract::Group &g, const NOX::Abstract::Vector &d, double step)
 Compute this.x = grp.x + step * d.
 
virtual NOX::Abstract::Group::ReturnType computeF ()
 Compute the pitchfork equation residual $G$.
 
virtual NOX::Abstract::Group::ReturnType computeJacobian ()
 Compute the blocks of the Jacobian derivative of $G$.
 
virtual NOX::Abstract::Group::ReturnType computeGradient ()
 Gradient computation is not defined for this group.
 
virtual NOX::Abstract::Group::ReturnType computeNewton (Teuchos::ParameterList &params)
 Compute Newton direction using applyJacobianInverse().
 
virtual NOX::Abstract::Group::ReturnType applyJacobian (const NOX::Abstract::Vector &input, NOX::Abstract::Vector &result) const
 Computes the extended Jacobian vector product.
 
virtual NOX::Abstract::Group::ReturnType applyJacobianTranspose (const NOX::Abstract::Vector &input, NOX::Abstract::Vector &result) const
 Jacobian transpose product is not defined by this group.
 
virtual NOX::Abstract::Group::ReturnType applyJacobianInverse (Teuchos::ParameterList &params, const NOX::Abstract::Vector &input, NOX::Abstract::Vector &result) const
 Applies the inverse of the extended Jacobian matrix using the bordering algorithm.
 
virtual NOX::Abstract::Group::ReturnType applyJacobianMultiVector (const NOX::Abstract::MultiVector &input, NOX::Abstract::MultiVector &result) const
 Applies Jacobian for extended system.
 
virtual NOX::Abstract::Group::ReturnType applyJacobianTransposeMultiVector (const NOX::Abstract::MultiVector &input, NOX::Abstract::MultiVector &result) const
 Jacobian transpose not defined for this system.
 
virtual NOX::Abstract::Group::ReturnType applyJacobianInverseMultiVector (Teuchos::ParameterList &params, const NOX::Abstract::MultiVector &input, NOX::Abstract::MultiVector &result) const
 Applies Jacobian inverse for extended system.
 
virtual bool isF () const
 Return true if the extended residual $G$ is valid.
 
virtual bool isJacobian () const
 Return true if the extended Jacobian is valid.
 
virtual bool isGradient () const
 Always returns false.
 
virtual bool isNewton () const
 Return true if the extended Newton direction is valid.
 
virtual const NOX::Abstract::VectorgetX () const
 Return extended solution vector $z$.
 
virtual const NOX::Abstract::VectorgetF () const
 Return extended equation residual $G(z)$.
 
virtual double getNormF () const
 Return 2-norm of $G(z)$.
 
virtual const NOX::Abstract::VectorgetGradient () const
 Vector returned is not valid.
 
virtual const NOX::Abstract::VectorgetNewton () const
 Return extended Newton direction.
 
virtual Teuchos::RCP< const NOX::Abstract::VectorgetXPtr () const
 Return RCP to extended solution vector $z$.
 
virtual Teuchos::RCP< const NOX::Abstract::VectorgetFPtr () const
 Return RCP to extended equation residual $G(z)$.
 
virtual Teuchos::RCP< const NOX::Abstract::VectorgetGradientPtr () const
 Vector returned is not valid.
 
virtual Teuchos::RCP< const NOX::Abstract::VectorgetNewtonPtr () const
 Return RCP to extended Newton direction.
 
virtual double getNormNewtonSolveResidual () const
 Return the norm of the Newton solve residual.
 
Implementation of LOCA::Extended::MultiAbstractGroup

virtual methods

virtual Teuchos::RCP< const LOCA::MultiContinuation::AbstractGroupgetUnderlyingGroup () const
 Return underlying group.
 
virtual Teuchos::RCP< LOCA::MultiContinuation::AbstractGroupgetUnderlyingGroup ()
 Return underlying group.
 
- Public Member Functions inherited from LOCA::Extended::MultiAbstractGroup
 MultiAbstractGroup ()
 Default constructor.
 
virtual ~MultiAbstractGroup ()
 Destructor.
 
virtual Teuchos::RCP< const LOCA::MultiContinuation::AbstractGroupgetBaseLevelUnderlyingGroup () const
 Return base-level underlying group.
 
virtual Teuchos::RCP< LOCA::MultiContinuation::AbstractGroupgetBaseLevelUnderlyingGroup ()
 Return base-level underlying group.
 
- Public Member Functions inherited from NOX::Abstract::Group
 Group ()
 Constructor.
 
virtual ~Group ()
 Destructor.
 
virtual NOX::Abstract::Group::ReturnType applyRightPreconditioning (bool useTranspose, Teuchos::ParameterList &params, const NOX::Abstract::Vector &input, NOX::Abstract::Vector &result) const
 Apply right preconditiong to the given input vector.
 
virtual NOX::Abstract::Group::ReturnType applyRightPreconditioningMultiVector (bool useTranspose, Teuchos::ParameterList &params, const NOX::Abstract::MultiVector &input, NOX::Abstract::MultiVector &result) const
 applyRightPreconditioning for multiple right-hand sides
 
virtual const NOX::Abstract::VectorgetScaledX () const
 
virtual void logLastLinearSolveStats (NOX::SolverStats &stats) const
 Adds statistics from last linear solve to the SovlerStats object.
 
virtual NOX::Abstract::Group::ReturnType getNormLastLinearSolveResidual (double &residual) const
 Return the norm of the last linear solve residual as the result of either a call to computeNewton() or applyJacobianInverse().
 
- Public Member Functions inherited from LOCA::MultiContinuation::AbstractGroup
 AbstractGroup ()
 Default constructor.
 
virtual ~AbstractGroup ()
 Destructor.
 
virtual double computeScaledDotProduct (const NOX::Abstract::Vector &a, const NOX::Abstract::Vector &b) const
 Compute a scaled dot product.
 
virtual void scaleVector (NOX::Abstract::Vector &x) const
 Scales a vector using scaling vector.
 

Implementation of LOCA::MultiContinuation::AbstractGroup

virtual methods

Teuchos::RCP< LOCA::GlobalDataglobalData
 Pointer LOCA global data object.
 
Teuchos::RCP< LOCA::Parameter::SublistParserparsedParams
 Parsed top-level parameters.
 
Teuchos::RCP< Teuchos::ParameterList > pitchforkParams
 Bifurcation parameter list.
 
Teuchos::RCP< LOCA::Pitchfork::MooreSpence::AbstractGroupgrpPtr
 Pointer to base group that defines $F$.
 
LOCA::Pitchfork::MooreSpence::ExtendedMultiVector xMultiVec
 Stores the extended solution vector and J^-1 df/dp.
 
LOCA::Pitchfork::MooreSpence::ExtendedMultiVector fMultiVec
 Stores the extended residual vector and df/dp.
 
LOCA::Pitchfork::MooreSpence::ExtendedMultiVector newtonMultiVec
 Stores the extended Newton vector.
 
Teuchos::RCP< NOX::Abstract::MultiVectorasymMultiVec
 Stores the asymmetric vector.
 
Teuchos::RCP< NOX::Abstract::MultiVectorlengthMultiVec
 Stores the length normalization vector.
 
Teuchos::RCP< LOCA::Pitchfork::MooreSpence::ExtendedVectorxVec
 Stores view of first column of xMultiVec.
 
Teuchos::RCP< LOCA::Pitchfork::MooreSpence::ExtendedVectorfVec
 Stores view of first column of fMultiVec.
 
Teuchos::RCP< LOCA::Pitchfork::MooreSpence::ExtendedMultiVectorffMultiVec
 Stores view of first column of fMultiVec as a multivec.
 
Teuchos::RCP< LOCA::Pitchfork::MooreSpence::ExtendedMultiVectordfdpMultiVec
 Stores view of df/dp columns of fMultiVec.
 
Teuchos::RCP< LOCA::Pitchfork::MooreSpence::ExtendedVectornewtonVec
 Stores view of first column of newtonMultiVec.
 
Teuchos::RCP< NOX::Abstract::VectorasymVec
 Stores view of first column of asymMultiVec.
 
Teuchos::RCP< NOX::Abstract::VectorlengthVec
 Stores view of first column of lengthMultiVec.
 
Teuchos::RCP< LOCA::Pitchfork::MooreSpence::SolverStrategysolverStrategy
 Stores bordering strategy.
 
std::vector< int > index_f
 Stores indices for getting f part of fMultiVec.
 
std::vector< int > index_dfdp
 Stores indices for getting df/dp part of fMultiVec.
 
std::vector< int > bifParamID
 Stores the bifurcation parameter index.
 
bool isValidF
 Is residual vector valid.
 
bool isValidJacobian
 Is Jacobian matrix valid.
 
bool isValidNewton
 Is Newton vector valid.
 
virtual void copy (const NOX::Abstract::Group &source)
 Assignment operator.
 
virtual void setParamsMulti (const std::vector< int > &paramIDs, const NOX::Abstract::MultiVector::DenseMatrix &vals)
 Set parameters indexed by (integer) paramIDs.
 
virtual void setParams (const ParameterVector &p)
 Set the parameter vector in the group to p.
 
virtual void setParam (int paramID, double val)
 Set parameter indexed by paramID.
 
virtual void setParam (std::string paramID, double val)
 Set parameter indexed by paramID.
 
virtual const ParameterVectorgetParams () const
 Return a const reference to the paramter vector owned by the group.
 
virtual double getParam (int paramID) const
 Return copy of parameter indexed by paramID.
 
virtual double getParam (std::string paramID) const
 Return copy of parameter indexed by paramID.
 
virtual NOX::Abstract::Group::ReturnType computeDfDpMulti (const std::vector< int > &paramIDs, NOX::Abstract::MultiVector &dfdp, bool isValidF)
 
virtual void preProcessContinuationStep (LOCA::Abstract::Iterator::StepStatus stepStatus)
 Perform any preprocessing before a continuation step starts.
 
virtual void postProcessContinuationStep (LOCA::Abstract::Iterator::StepStatus stepStatus)
 Perform any postprocessing after a continuation step finishes.
 
virtual void projectToDraw (const NOX::Abstract::Vector &x, double *px) const
 Projects solution to a few scalars for multiparameter continuation.
 
virtual int projectToDrawDimension () const
 Returns the dimension of the project to draw array.
 
virtual void printSolution (const double conParam) const
 Function to print out extended solution and continuation parameter after successful continuation step.
 
virtual void printSolution (const NOX::Abstract::Vector &x_, const double conParam) const
 Function to print out extended solution and continuation parameter after successful continuation step.
 
double getBifParam () const
 Get bifurcation parameter.
 
double lTransNorm (const NOX::Abstract::Vector &n) const
 Defines null vector normalization $l^Tn$ equation.
 
void lTransNorm (const NOX::Abstract::MultiVector &n, NOX::Abstract::MultiVector::DenseMatrix &result) const
 null vector normalization for multivectors
 
void setBifParam (double param)
 Set bifurcation parameter.
 
void setupViews ()
 Sets up multivector views.
 
void init (bool perturbSoln=false, double perturbSize=0.0)
 Initializes group.
 

Additional Inherited Members

- Public Types inherited from NOX::Abstract::Group
enum  ReturnType {
  Ok , NotDefined , BadDependency , NotConverged ,
  Failed
}
 The computation of, say, the Newton direction in computeNewton() may fail in many different ways, so we have included a variety of return codes to describe the failures. Of course, we also have a code for success. More...
 

Detailed Description

A group representing the Moore-Spence pitchfork equations.

The LOCA::Pitchfork::MooreSpence::ExtendedGroup is a concrete implementation of the NOX::Abstract::Group, LOCA::MultiContinuation::AbstractGroup and LOCA::Extended::MultiAbstractGroup that defines the following extended set of equations that are regular at a generic pitchfork bifurcation:

\[
    G(z) = \left[
    \begin{array}{c}
        F(x,p)+\sigma\psi \\
        Jn \\
        \langle x, \psi\rangle \\
        l^Tn-1
    \end{array}
    \right] = 0
\]

where $z = [x, n, \sigma, p]\in\Re^{2n+2}$, $x$ is the solution vector, $n$ is the null vector, $\psi$ is the antisymmetric vector, $\sigma$ is the slack variables representing the asymmetry in the problem, $l$ is the length normalization vector and $J$ is the Jacobian of F.

The group stores an underlying group of type LOCA::Pitchfork::MooreSpence AbstractGroup to represent the equations $F(x,p) = 0$ and to manipulate the underlying Jacobian $J$. Note that the entire extended Jacobian $D_z G$ is not stored in memory, rather a block-elimination algorithm (bordering algorithm) is used to compute linear solves of the extended Jacobian (see LOCA::Pitchfork::MooreSpence::SolverFactory for more details).

This class implements all of the NOX::Abstract::Group, LOCA::MultiContinuation::AbstractGroup, and LOCA::Extended::MultiAbstractGroup methods for this extended set of equations and therefore is a complete group which can be passed to most NOX solvers to locate a single pitchfork point or to the LOCA::Stepper to compute a family of pitchforks in a second parameter.

However, Jacobian-tranpose operations and gradient calculations cannot be implemented efficiently and therefore gradient-base nonlinear solvers such as steepest descent and Trust region methods cannot be used to solve the extended pitchfork equations.

The class is intialized via the pfParams parameter list argument to the constructor. The parameters this class recognizes are:

Member Function Documentation

◆ applyJacobian()

NOX::Abstract::Group::ReturnType LOCA::Pitchfork::MooreSpence::ExtendedGroup::applyJacobian ( const NOX::Abstract::Vector & input,
NOX::Abstract::Vector & result ) const
virtual

Computes the extended Jacobian vector product.

This method computes the extended Jacobian vector product

\[
    \begin{bmatrix}
       J & 0 & \psi & \frac{\partial F}{\partial p} \\
       \frac{\partial Jn}{\partial x} & J & 0 &
          \frac{\partial Jn}{\partial p} \\
       \psi^T & 0 & 0 & 0 \\
       0 & l^T & 0 & 0
    \end{bmatrix}
    \begin{bmatrix}
       a \\
     b \\
     c \\
       d
    \end{bmatrix}
     =
    \begin{bmatrix}
       Ja + \psi c + \frac{\partial F}{\partial p}d \\
       \frac{\partial Jn}{\partial x}a + Jb +
           \frac{\partial Jn}{\partial p}d \\
       \langle a, \psi\rangle \\
       l^T b
    \end{bmatrix}
\]

using the applyJacobian, computeDJnDxa, and innerProdut methods of the underlying group where $a$, $b$, $c$, $d$ are the solution, null-vector, slack, and paramter components of the given vector input. Vectors input and result must be of type LOCA::Pitchfork::MooreSpence::ExtendedVector, otherwise an error is thrown.

Reimplemented from NOX::Abstract::Group.

References NOX::Abstract::Vector::createMultiVector(), and NOX::DeepCopy.

◆ applyJacobianInverse()

NOX::Abstract::Group::ReturnType LOCA::Pitchfork::MooreSpence::ExtendedGroup::applyJacobianInverse ( Teuchos::ParameterList & params,
const NOX::Abstract::Vector & input,
NOX::Abstract::Vector & result ) const
virtual

Applies the inverse of the extended Jacobian matrix using the bordering algorithm.

This method is a special case of applyJacobianInverseMultiVector() for a single right-hand-side.

Reimplemented from NOX::Abstract::Group.

References NOX::Abstract::Vector::createMultiVector(), and NOX::DeepCopy.

◆ applyJacobianInverseMultiVector()

NOX::Abstract::Group::ReturnType LOCA::Pitchfork::MooreSpence::ExtendedGroup::applyJacobianInverseMultiVector ( Teuchos::ParameterList & params,
const NOX::Abstract::MultiVector & input,
NOX::Abstract::MultiVector & result ) const
virtual

Applies Jacobian inverse for extended system.

Uses a LOCA::Pitchfork::MooreSpence::SolverStrategy instantiated by the LOCA::Pitchfork::MooreSpence::SolverFactory to implement the solve.

Reimplemented from NOX::Abstract::Group.

◆ applyJacobianMultiVector()

NOX::Abstract::Group::ReturnType LOCA::Pitchfork::MooreSpence::ExtendedGroup::applyJacobianMultiVector ( const NOX::Abstract::MultiVector & input,
NOX::Abstract::MultiVector & result ) const
virtual

◆ applyJacobianTranspose()

NOX::Abstract::Group::ReturnType LOCA::Pitchfork::MooreSpence::ExtendedGroup::applyJacobianTranspose ( const NOX::Abstract::Vector & input,
NOX::Abstract::Vector & result ) const
virtual

Jacobian transpose product is not defined by this group.

Reimplemented from NOX::Abstract::Group.

References NOX::Abstract::Vector::createMultiVector(), and NOX::DeepCopy.

◆ applyJacobianTransposeMultiVector()

NOX::Abstract::Group::ReturnType LOCA::Pitchfork::MooreSpence::ExtendedGroup::applyJacobianTransposeMultiVector ( const NOX::Abstract::MultiVector & input,
NOX::Abstract::MultiVector & result ) const
virtual

Jacobian transpose not defined for this system.

Reimplemented from NOX::Abstract::Group.

References NOX::Abstract::Group::NotDefined.

◆ clone()

Teuchos::RCP< NOX::Abstract::Group > LOCA::Pitchfork::MooreSpence::ExtendedGroup::clone ( NOX::CopyType type = NOX::DeepCopy) const
virtual

Cloning function.

Implements NOX::Abstract::Group.

◆ computeDfDpMulti()

NOX::Abstract::Group::ReturnType LOCA::Pitchfork::MooreSpence::ExtendedGroup::computeDfDpMulti ( const std::vector< int > & paramIDs,
NOX::Abstract::MultiVector & dfdp,
bool isValidF )
virtual

◆ computeF()

NOX::Abstract::Group::ReturnType LOCA::Pitchfork::MooreSpence::ExtendedGroup::computeF ( )
virtual

Compute the pitchfork equation residual $G$.

This method fills the extended residual

\[
    G(z) = \left[
    \begin{array}{c}
        F(x,p)+\sigma\psi \\
        Jn \\
        \langle x, \psi\rangle \\
        l^Tn-1
    \end{array}
    \right] = 0
\]

The solution component residual $F(x,p)$ and the null-vector residual $Jn$ are calculated via the computeF and applyJacobian methods of the underlying group. The symmetry residual, $\langle x, \psi\rangle$ is computed via the innerProduct() method of the underlying group.

Implements NOX::Abstract::Group.

References NOX::Abstract::Group::Ok.

◆ computeGradient()

NOX::Abstract::Group::ReturnType LOCA::Pitchfork::MooreSpence::ExtendedGroup::computeGradient ( )
virtual

Gradient computation is not defined for this group.

Reimplemented from NOX::Abstract::Group.

References NOX::Abstract::Group::NotDefined.

◆ computeJacobian()

NOX::Abstract::Group::ReturnType LOCA::Pitchfork::MooreSpence::ExtendedGroup::computeJacobian ( )
virtual

Compute the blocks of the Jacobian derivative of $G$.

This method computes the $J$, $\partial F/\partial p$, and $\partial Jn/\partial p$ blocks of the extended Jacobian:

\[
    D_z G(z) =
    \begin{bmatrix}
       J & 0 & \psi & \frac{\partial F}{\partial p} \\
       \frac{\partial Jn}{\partial x} & J & 0 &
          \frac{\partial Jn}{\partial p} \\
       \psi^T & 0 & 0 & 0 \\
       0 & l^T & 0 & 0
    \end{bmatrix}
\]

by calling the computeJacobian, computeDfDp, and computeDJnDp methods of the underlying group. The second derivative matrix $\partial Jn/\partial x$ is not calculated since only its action on vectors is needed for linear solves using the bordering algorithms.

Reimplemented from NOX::Abstract::Group.

References NOX::Abstract::Group::Ok.

◆ computeNewton()

NOX::Abstract::Group::ReturnType LOCA::Pitchfork::MooreSpence::ExtendedGroup::computeNewton ( Teuchos::ParameterList & params)
virtual

Compute Newton direction using applyJacobianInverse().

Reimplemented from NOX::Abstract::Group.

References NOX::Abstract::Group::Ok.

◆ computeX()

void LOCA::Pitchfork::MooreSpence::ExtendedGroup::computeX ( const NOX::Abstract::Group & g,
const NOX::Abstract::Vector & d,
double step )
virtual

◆ copy()

void LOCA::Pitchfork::MooreSpence::ExtendedGroup::copy ( const NOX::Abstract::Group & source)
virtual

◆ getF()

const NOX::Abstract::Vector & LOCA::Pitchfork::MooreSpence::ExtendedGroup::getF ( ) const
virtual

Return extended equation residual $G(z)$.

Implements NOX::Abstract::Group.

◆ getFPtr()

Teuchos::RCP< const NOX::Abstract::Vector > LOCA::Pitchfork::MooreSpence::ExtendedGroup::getFPtr ( ) const
virtual

Return RCP to extended equation residual $G(z)$.

Implements NOX::Abstract::Group.

◆ getGradient()

const NOX::Abstract::Vector & LOCA::Pitchfork::MooreSpence::ExtendedGroup::getGradient ( ) const
virtual

Vector returned is not valid.

Implements NOX::Abstract::Group.

◆ getGradientPtr()

Teuchos::RCP< const NOX::Abstract::Vector > LOCA::Pitchfork::MooreSpence::ExtendedGroup::getGradientPtr ( ) const
virtual

Vector returned is not valid.

Implements NOX::Abstract::Group.

◆ getNewton()

const NOX::Abstract::Vector & LOCA::Pitchfork::MooreSpence::ExtendedGroup::getNewton ( ) const
virtual

Return extended Newton direction.

Implements NOX::Abstract::Group.

◆ getNewtonPtr()

Teuchos::RCP< const NOX::Abstract::Vector > LOCA::Pitchfork::MooreSpence::ExtendedGroup::getNewtonPtr ( ) const
virtual

Return RCP to extended Newton direction.

Implements NOX::Abstract::Group.

◆ getNormF()

double LOCA::Pitchfork::MooreSpence::ExtendedGroup::getNormF ( ) const
virtual

Return 2-norm of $G(z)$.

Implements NOX::Abstract::Group.

References NOX::Abstract::Vector::norm().

◆ getParam() [1/2]

double LOCA::Pitchfork::MooreSpence::ExtendedGroup::getParam ( int paramID) const
virtual

Return copy of parameter indexed by paramID.

Implements LOCA::MultiContinuation::AbstractGroup.

◆ getParam() [2/2]

double LOCA::Pitchfork::MooreSpence::ExtendedGroup::getParam ( std::string paramID) const
virtual

Return copy of parameter indexed by paramID.

Implements LOCA::MultiContinuation::AbstractGroup.

◆ getParams()

const LOCA::ParameterVector & LOCA::Pitchfork::MooreSpence::ExtendedGroup::getParams ( ) const
virtual

Return a const reference to the paramter vector owned by the group.

Implements LOCA::MultiContinuation::AbstractGroup.

◆ getUnderlyingGroup() [1/2]

Teuchos::RCP< LOCA::MultiContinuation::AbstractGroup > LOCA::Pitchfork::MooreSpence::ExtendedGroup::getUnderlyingGroup ( )
virtual

Return underlying group.

Implements LOCA::Extended::MultiAbstractGroup.

◆ getUnderlyingGroup() [2/2]

Teuchos::RCP< const LOCA::MultiContinuation::AbstractGroup > LOCA::Pitchfork::MooreSpence::ExtendedGroup::getUnderlyingGroup ( ) const
virtual

Return underlying group.

Implements LOCA::Extended::MultiAbstractGroup.

◆ getX()

const NOX::Abstract::Vector & LOCA::Pitchfork::MooreSpence::ExtendedGroup::getX ( ) const
virtual

Return extended solution vector $z$.

Implements NOX::Abstract::Group.

Referenced by computeX().

◆ getXPtr()

Teuchos::RCP< const NOX::Abstract::Vector > LOCA::Pitchfork::MooreSpence::ExtendedGroup::getXPtr ( ) const
virtual

Return RCP to extended solution vector $z$.

Implements NOX::Abstract::Group.

◆ isF()

bool LOCA::Pitchfork::MooreSpence::ExtendedGroup::isF ( ) const
virtual

Return true if the extended residual $G$ is valid.

Implements NOX::Abstract::Group.

◆ isGradient()

bool LOCA::Pitchfork::MooreSpence::ExtendedGroup::isGradient ( ) const
virtual

Always returns false.

Reimplemented from NOX::Abstract::Group.

◆ isJacobian()

bool LOCA::Pitchfork::MooreSpence::ExtendedGroup::isJacobian ( ) const
virtual

Return true if the extended Jacobian is valid.

Reimplemented from NOX::Abstract::Group.

◆ isNewton()

bool LOCA::Pitchfork::MooreSpence::ExtendedGroup::isNewton ( ) const
virtual

Return true if the extended Newton direction is valid.

Reimplemented from NOX::Abstract::Group.

◆ lTransNorm()

void LOCA::Pitchfork::MooreSpence::ExtendedGroup::lTransNorm ( const NOX::Abstract::MultiVector & n,
NOX::Abstract::MultiVector::DenseMatrix & result ) const

null vector normalization for multivectors

Note: result should have 1 row and n.numVectors() columns.

References NOX::Abstract::MultiVector::multiply().

◆ operator=()

NOX::Abstract::Group & LOCA::Pitchfork::MooreSpence::ExtendedGroup::operator= ( const NOX::Abstract::Group & source)
virtual

Assignment operator.

Implements NOX::Abstract::Group.

◆ postProcessContinuationStep()

void LOCA::Pitchfork::MooreSpence::ExtendedGroup::postProcessContinuationStep ( LOCA::Abstract::Iterator::StepStatus stepStatus)
virtual

Perform any postprocessing after a continuation step finishes.

The stepStatus argument indicates whether the step was successful.

Reimplemented from LOCA::MultiContinuation::AbstractGroup.

◆ preProcessContinuationStep()

void LOCA::Pitchfork::MooreSpence::ExtendedGroup::preProcessContinuationStep ( LOCA::Abstract::Iterator::StepStatus stepStatus)
virtual

Perform any preprocessing before a continuation step starts.

The stepStatus argument indicates whether the previous step was successful.

Reimplemented from LOCA::MultiContinuation::AbstractGroup.

◆ printSolution() [1/2]

void LOCA::Pitchfork::MooreSpence::ExtendedGroup::printSolution ( const double conParam) const
virtual

Function to print out extended solution and continuation parameter after successful continuation step.

This method prints the solution, null-vector, and parameter components of the extended solution vector using the printSolution method of the underlying group.

Reimplemented from LOCA::MultiContinuation::AbstractGroup.

References NOX::Utils::StepperDetails.

◆ printSolution() [2/2]

void LOCA::Pitchfork::MooreSpence::ExtendedGroup::printSolution ( const NOX::Abstract::Vector & x_,
const double conParam ) const
virtual

Function to print out extended solution and continuation parameter after successful continuation step.

This method prints the solution, null-vector, and parameter components of the extended solution vector using the printSolution method of the underlying group.

Reimplemented from LOCA::MultiContinuation::AbstractGroup.

References LOCA::Pitchfork::MooreSpence::ExtendedVector::getBifParam(), LOCA::Pitchfork::MooreSpence::ExtendedVector::getNullVec(), LOCA::Pitchfork::MooreSpence::ExtendedVector::getSlack(), LOCA::Pitchfork::MooreSpence::ExtendedVector::getXVec(), and NOX::Utils::StepperDetails.

◆ projectToDraw()

void LOCA::Pitchfork::MooreSpence::ExtendedGroup::projectToDraw ( const NOX::Abstract::Vector & x,
double * px ) const
virtual

Projects solution to a few scalars for multiparameter continuation.

Reimplemented from LOCA::MultiContinuation::AbstractGroup.

References LOCA::Pitchfork::MooreSpence::ExtendedVector::getBifParam(), and LOCA::Pitchfork::MooreSpence::ExtendedVector::getXVec().

◆ projectToDrawDimension()

int LOCA::Pitchfork::MooreSpence::ExtendedGroup::projectToDrawDimension ( ) const
virtual

Returns the dimension of the project to draw array.

Reimplemented from LOCA::MultiContinuation::AbstractGroup.

◆ setParam() [1/2]

void LOCA::Pitchfork::MooreSpence::ExtendedGroup::setParam ( int paramID,
double val )
virtual

Set parameter indexed by paramID.

Implements LOCA::MultiContinuation::AbstractGroup.

◆ setParam() [2/2]

void LOCA::Pitchfork::MooreSpence::ExtendedGroup::setParam ( std::string paramID,
double val )
virtual

Set parameter indexed by paramID.

Implements LOCA::MultiContinuation::AbstractGroup.

References LOCA::ParameterVector::getIndex().

◆ setParams()

void LOCA::Pitchfork::MooreSpence::ExtendedGroup::setParams ( const ParameterVector & p)
virtual

Set the parameter vector in the group to p.

Implements LOCA::MultiContinuation::AbstractGroup.

◆ setParamsMulti()

void LOCA::Pitchfork::MooreSpence::ExtendedGroup::setParamsMulti ( const std::vector< int > & paramIDs,
const NOX::Abstract::MultiVector::DenseMatrix & vals )
virtual

Set parameters indexed by (integer) paramIDs.

Implements LOCA::MultiContinuation::AbstractGroup.

◆ setX()

void LOCA::Pitchfork::MooreSpence::ExtendedGroup::setX ( const NOX::Abstract::Vector & y)
virtual

Set the solution vector, x, to y.

Implements NOX::Abstract::Group.

References LOCA::Pitchfork::MooreSpence::ExtendedVector::getXVec().


The documentation for this class was generated from the following files: