NOX  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends
Public Member Functions
LOCA::Thyra::GroupWrapper Class Reference

Extension of the LOCA::Thyra::Group to provide access to solution data. More...

#include <LOCA_Thyra_GroupWrapper.H>

Inheritance diagram for LOCA::Thyra::GroupWrapper:
Inheritance graph
[legend]
Collaboration diagram for LOCA::Thyra::GroupWrapper:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 GroupWrapper (const Teuchos::RCP< LOCA::GlobalData > &global_data, const NOX::Thyra::Vector &initial_guess, const Teuchos::RCP< ::Thyra::ModelEvaluator< double > > &model, const LOCA::ParameterVector &p, int p_index, bool implement_dfdp=false)
 Constructor.
 GroupWrapper (const GroupWrapper &source, NOX::CopyType type=NOX::DeepCopy)
 Copy constructor. If type is DeepCopy, takes ownership of valid shared Jacobian.
virtual ~GroupWrapper ()
 Destructor.
virtual GroupWrapperoperator= (const GroupWrapper &source)
 Assignment operator.
Overloaded NOX::Thyra::Group methods.
virtual NOX::Abstract::Groupoperator= (const NOX::Abstract::Group &source)
 Assignment operator.
virtual NOX::Abstract::Groupoperator= (const NOX::Thyra::Group &source)
 Assignment operator.
virtual Teuchos::RCP
< NOX::Abstract::Group
clone (NOX::CopyType type=NOX::DeepCopy) const
 Cloning function.
const Teuchos::RCP< const
NOX::Thyra::Vector
getNOXThyraVecRCPX ()
 Access the solution.

Detailed Description

Extension of the LOCA::Thyra::Group to provide access to solution data.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends