EpetraExt  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Member Functions | Protected Member Functions | List of all members
EpetraExt::ModelEvaluator::OutArgs Class Reference

More...

#include <EpetraExt_ModelEvaluator.h>

Inheritance diagram for EpetraExt::ModelEvaluator::OutArgs:
Inheritance graph
[legend]

Public Types

typedef Teuchos::RCP
< Stokhos::EpetraVectorOrthogPoly > 
sg_vector_t
 Short-hand for stochastic Galerkin vector type. More...
 
typedef Teuchos::RCP
< Stokhos::EpetraOperatorOrthogPoly > 
sg_operator_t
 Short-hand for stochastic Galerkin operator type. More...
 

Public Member Functions

 OutArgs ()
 
std::string modelEvalDescription () const
 
int Np () const
 
int Ng () const
 
bool supports (EOutArgsMembers arg) const
 
const DerivativeSupportsupports (EOutArgsDfDp arg, int l) const
 0 <= l && l < Np(). More...
 
const DerivativeSupportsupports (EOutArgsDgDx_dot arg, int j) const
 0 <= j && j < Ng(). More...
 
const DerivativeSupportsupports (EOutArgsDgDx_dotdot arg, int j) const
 
const DerivativeSupportsupports (EOutArgsDgDx arg, int j) const
 0 <= j && j < Ng(). More...
 
const DerivativeSupportsupports (EOutArgsDgDp arg, int j, int l) const
 0 <= j && j < Ng() and 0 <= l && l < Np(). More...
 
bool supports (EOutArgs_g_sg arg, int j) const
 Whether g_sg is supported for response vector j. More...
 
const DerivativeSupportsupports (EOutArgsDfDp_sg arg, int l) const
 0 <= l && l < Np(). More...
 
const DerivativeSupportsupports (EOutArgsDgDx_dot_sg arg, int j) const
 0 <= j && j < Ng(). More...
 
const DerivativeSupportsupports (EOutArgsDgDx_dotdot_sg arg, int j) const
 
const DerivativeSupportsupports (EOutArgsDgDx_sg arg, int j) const
 0 <= j && j < Ng(). More...
 
const DerivativeSupportsupports (EOutArgsDgDp_sg arg, int j, int l) const
 0 <= j && j < Ng() and 0 <= l && l < Np(). More...
 
const DerivativeSupportsupports (EOutArgsDfDp_mp arg, int l) const
 0 <= l && l < Np(). More...
 
bool supports (EOutArgs_g_mp arg, int j) const
 Whether g_mp is supported for response vector j. More...
 
const DerivativeSupportsupports (EOutArgsDgDx_dot_mp arg, int j) const
 0 <= j && j < Ng(). More...
 
const DerivativeSupportsupports (EOutArgsDgDx_dotdot_mp arg, int j) const
 
const DerivativeSupportsupports (EOutArgsDgDx_mp arg, int j) const
 0 <= j && j < Ng(). More...
 
const DerivativeSupportsupports (EOutArgsDgDp_mp arg, int j, int l) const
 0 <= j && j < Ng() and 0 <= l && l < Np(). More...
 
void set_f (const Evaluation< Epetra_Vector > &f)
 
Evaluation< Epetra_Vectorget_f () const
 
void set_f_sg (const sg_vector_t &f_sg)
 Set stochastic Galerkin residual vector polynomial. More...
 
sg_vector_t get_f_sg () const
 Get stochastic Galerkin residual vector polynomial. More...
 
void set_f_mp (const mp_vector_t &f_mp)
 Set multi-point residual vector. More...
 
mp_vector_t get_f_mp () const
 Get multi-point residual vector. More...
 
void set_g (int j, const Evaluation< Epetra_Vector > &g_j)
 Set g(j) where 0 <= j && j < this->Ng(). More...
 
Evaluation< Epetra_Vectorget_g (int j) const
 Get g(j) where 0 <= j && j < this->Ng(). More...
 
void set_g_sg (int j, const sg_vector_t &g_sg_j)
 Set stochastic Galerkin vector polynomial response. More...
 
sg_vector_t get_g_sg (int j) const
 Get stochastic Galerkin vector polynomial response. More...
 
void set_g_mp (int j, const mp_vector_t &g_mp_j)
 Set multi-point response. More...
 
mp_vector_t get_g_mp (int j) const
 Get multi-point response. More...
 
void set_W (const Teuchos::RCP< Epetra_Operator > &W)
 
void set_WPrec (const Teuchos::RCP< Epetra_Operator > &WPrec)
 
Teuchos::RCP< Epetra_Operatorget_W () const
 
Teuchos::RCP< Epetra_Operatorget_WPrec () const
 
DerivativeProperties get_W_properties () const
 
DerivativeProperties get_WPrec_properties () const
 
void set_W_sg (const sg_operator_t &W_sg)
 Set stochastic Galerkin W operator polynomial. More...
 
sg_operator_t get_W_sg () const
 Get stochastic Galerkin W operator polynomial. More...
 
void set_W_mp (const mp_operator_t &W_sg)
 Set multi-point W. More...
 
mp_operator_t get_W_mp () const
 Get multi-point W. More...
 
void set_DfDp (int l, const Derivative &DfDp_l)
 
Derivative get_DfDp (int l) const
 
DerivativeProperties get_DfDp_properties (int l) const
 
void set_DfDp_sg (int l, const SGDerivative &DfDp_sg_l)
 
SGDerivative get_DfDp_sg (int l) const
 
DerivativeProperties get_DfDp_sg_properties (int l) const
 
void set_DfDp_mp (int l, const MPDerivative &DfDp_mp_l)
 
MPDerivative get_DfDp_mp (int l) const
 
DerivativeProperties get_DfDp_mp_properties (int l) const
 
void set_DgDx_dot (int j, const Derivative &DgDx_dot_j)
 
void set_DgDx_dotdot (int j, const Derivative &DgDx_dotdot_j)
 
Derivative get_DgDx_dot (int j) const
 
Derivative get_DgDx_dotdot (int j) const
 
DerivativeProperties get_DgDx_dot_properties (int j) const
 
DerivativeProperties get_DgDx_dotdot_properties (int j) const
 
void set_DgDx_dot_sg (int j, const SGDerivative &DgDx_dot_j)
 
void set_DgDx_dotdot_sg (int j, const SGDerivative &DgDx_dotdot_j)
 
SGDerivative get_DgDx_dot_sg (int j) const
 
SGDerivative get_DgDx_dotdot_sg (int j) const
 
DerivativeProperties get_DgDx_dot_sg_properties (int j) const
 
DerivativeProperties get_DgDx_dotdot_sg_properties (int j) const
 
void set_DgDx_dot_mp (int j, const MPDerivative &DgDx_dot_j)
 
void set_DgDx_dotdot_mp (int j, const MPDerivative &DgDx_dotdot_j)
 
MPDerivative get_DgDx_dot_mp (int j) const
 
MPDerivative get_DgDx_dotdot_mp (int j) const
 
DerivativeProperties get_DgDx_dot_mp_properties (int j) const
 
DerivativeProperties get_DgDx_dotdot_mp_properties (int j) const
 
void set_DgDx (int j, const Derivative &DgDx_j)
 
Derivative get_DgDx (int j) const
 
DerivativeProperties get_DgDx_properties (int j) const
 
void set_DgDx_sg (int j, const SGDerivative &DgDx_j)
 
SGDerivative get_DgDx_sg (int j) const
 
DerivativeProperties get_DgDx_sg_properties (int j) const
 
void set_DgDx_mp (int j, const MPDerivative &DgDx_j)
 
MPDerivative get_DgDx_mp (int j) const
 
DerivativeProperties get_DgDx_mp_properties (int j) const
 
void set_DgDp (int j, int l, const Derivative &DgDp_j_l)
 
Derivative get_DgDp (int j, int l) const
 
DerivativeProperties get_DgDp_properties (int j, int l) const
 
void set_DgDp_sg (int j, int l, const SGDerivative &DgDp_sg_j_l)
 
SGDerivative get_DgDp_sg (int j, int l) const
 
DerivativeProperties get_DgDp_sg_properties (int j, int l) const
 
void set_DgDp_mp (int j, int l, const MPDerivative &DgDp_mp_j_l)
 
MPDerivative get_DgDp_mp (int j, int l) const
 
DerivativeProperties get_DgDp_mp_properties (int j, int l) const
 
void set_f_poly (const Teuchos::RCP< Teuchos::Polynomial< Epetra_Vector > > &f_poly)
 Set residual vector Taylor polynomial. More...
 
Teuchos::RCP
< Teuchos::Polynomial
< Epetra_Vector > > 
get_f_poly () const
 Get residual vector Taylor polynomial. More...
 
bool funcOrDerivesAreSet (EOutArgsMembers arg) const
 Return true if the function or its derivatives are set. More...
 
void setFailed () const
 Set that the evaluation as a whole failed. More...
 
bool isFailed () const
 Return if the evaluation failed or not. More...
 

Protected Member Functions

void _setModelEvalDescription (const std::string &modelEvalDescription)
 
void _set_Np_Ng (int Np, int Ng)
 
void _setSupports (EOutArgsMembers arg, bool supports)
 
void _setSupports (EOutArgsDfDp arg, int l, const DerivativeSupport &)
 
void _setSupports (EOutArgsDgDx_dot arg, int j, const DerivativeSupport &)
 
void _setSupports (EOutArgsDgDx_dotdot arg, int j, const DerivativeSupport &)
 
void _setSupports (EOutArgsDgDx arg, int j, const DerivativeSupport &)
 
void _setSupports (EOutArgsDgDp arg, int j, int l, const DerivativeSupport &)
 
void _setSupports (EOutArgs_g_sg arg, int j, bool supports)
 
void _setSupports (EOutArgsDfDp_sg arg, int l, const DerivativeSupport &)
 
void _setSupports (EOutArgsDgDx_dot_sg arg, int j, const DerivativeSupport &)
 
void _setSupports (EOutArgsDgDx_dotdot_sg arg, int j, const DerivativeSupport &)
 
void _setSupports (EOutArgsDgDx_sg arg, int j, const DerivativeSupport &)
 
void _setSupports (EOutArgsDgDp_sg arg, int j, int l, const DerivativeSupport &)
 
void _setSupports (EOutArgs_g_mp arg, int j, bool supports)
 
void _setSupports (EOutArgsDfDp_mp arg, int l, const DerivativeSupport &)
 
void _setSupports (EOutArgsDgDx_dot_mp arg, int j, const DerivativeSupport &)
 
void _setSupports (EOutArgsDgDx_dotdot_mp arg, int j, const DerivativeSupport &)
 
void _setSupports (EOutArgsDgDx_mp arg, int j, const DerivativeSupport &)
 
void _setSupports (EOutArgsDgDp_mp arg, int j, int l, const DerivativeSupport &)
 
void _set_W_properties (const DerivativeProperties &W_properties)
 
void _set_WPrec_properties (const DerivativeProperties &WPrec_properties)
 
void _set_DfDp_properties (int l, const DerivativeProperties &properties)
 
void _set_DgDx_dot_properties (int j, const DerivativeProperties &properties)
 
void _set_DgDx_dotdot_properties (int j, const DerivativeProperties &properties)
 
void _set_DgDx_properties (int j, const DerivativeProperties &properties)
 
void _set_DgDp_properties (int j, int l, const DerivativeProperties &properties)
 
void _set_DfDp_sg_properties (int l, const DerivativeProperties &properties)
 
void _set_DgDx_dot_sg_properties (int j, const DerivativeProperties &properties)
 
void _set_DgDx_dotdot_sg_properties (int j, const DerivativeProperties &properties)
 
void _set_DgDx_sg_properties (int j, const DerivativeProperties &properties)
 
void _set_DgDp_sg_properties (int j, int l, const DerivativeProperties &properties)
 
void _set_DfDp_mp_properties (int l, const DerivativeProperties &properties)
 
void _set_DgDx_dot_mp_properties (int j, const DerivativeProperties &properties)
 
void _set_DgDx_dotdot_mp_properties (int j, const DerivativeProperties &properties)
 
void _set_DgDx_mp_properties (int j, const DerivativeProperties &properties)
 
void _set_DgDp_mp_properties (int j, int l, const DerivativeProperties &properties)
 

Detailed Description

Definition at line 760 of file EpetraExt_ModelEvaluator.h.

Member Typedef Documentation

typedef Teuchos::RCP<Stokhos::EpetraVectorOrthogPoly> EpetraExt::ModelEvaluator::OutArgs::sg_vector_t

Short-hand for stochastic Galerkin vector type.

Definition at line 764 of file EpetraExt_ModelEvaluator.h.

typedef Teuchos::RCP<Stokhos::EpetraOperatorOrthogPoly > EpetraExt::ModelEvaluator::OutArgs::sg_operator_t

Short-hand for stochastic Galerkin operator type.

Definition at line 767 of file EpetraExt_ModelEvaluator.h.

Constructor & Destructor Documentation

EpetraExt::ModelEvaluator::OutArgs::OutArgs ( )

Definition at line 155 of file EpetraExt_ModelEvaluator.cpp.

Member Function Documentation

std::string EpetraExt::ModelEvaluator::OutArgs::modelEvalDescription ( ) const
inline

Definition at line 1701 of file EpetraExt_ModelEvaluator.h.

int EpetraExt::ModelEvaluator::OutArgs::Np ( ) const
inline

Definition at line 1705 of file EpetraExt_ModelEvaluator.h.

int EpetraExt::ModelEvaluator::OutArgs::Ng ( ) const
inline

Definition at line 1711 of file EpetraExt_ModelEvaluator.h.

bool EpetraExt::ModelEvaluator::OutArgs::supports ( EOutArgsMembers  arg) const

Definition at line 163 of file EpetraExt_ModelEvaluator.cpp.

const ModelEvaluator::DerivativeSupport & EpetraExt::ModelEvaluator::OutArgs::supports ( EOutArgsDfDp  arg,
int  l 
) const

0 <= l && l < Np().

Definition at line 174 of file EpetraExt_ModelEvaluator.cpp.

const ModelEvaluator::DerivativeSupport & EpetraExt::ModelEvaluator::OutArgs::supports ( EOutArgsDgDx_dot  arg,
int  j 
) const

0 <= j && j < Ng().

Definition at line 182 of file EpetraExt_ModelEvaluator.cpp.

const ModelEvaluator::DerivativeSupport & EpetraExt::ModelEvaluator::OutArgs::supports ( EOutArgsDgDx_dotdot  arg,
int  j 
) const

Definition at line 190 of file EpetraExt_ModelEvaluator.cpp.

const ModelEvaluator::DerivativeSupport & EpetraExt::ModelEvaluator::OutArgs::supports ( EOutArgsDgDx  arg,
int  j 
) const

0 <= j && j < Ng().

Definition at line 198 of file EpetraExt_ModelEvaluator.cpp.

const ModelEvaluator::DerivativeSupport & EpetraExt::ModelEvaluator::OutArgs::supports ( EOutArgsDgDp  arg,
int  j,
int  l 
) const

0 <= j && j < Ng() and 0 <= l && l < Np().

Definition at line 206 of file EpetraExt_ModelEvaluator.cpp.

bool EpetraExt::ModelEvaluator::OutArgs::supports ( EOutArgs_g_sg  arg,
int  j 
) const

Whether g_sg is supported for response vector j.

Definition at line 213 of file EpetraExt_ModelEvaluator.cpp.

const ModelEvaluator::DerivativeSupport & EpetraExt::ModelEvaluator::OutArgs::supports ( EOutArgsDfDp_sg  arg,
int  l 
) const

0 <= l && l < Np().

Definition at line 220 of file EpetraExt_ModelEvaluator.cpp.

const ModelEvaluator::DerivativeSupport & EpetraExt::ModelEvaluator::OutArgs::supports ( EOutArgsDgDx_dot_sg  arg,
int  j 
) const

0 <= j && j < Ng().

Definition at line 228 of file EpetraExt_ModelEvaluator.cpp.

const ModelEvaluator::DerivativeSupport & EpetraExt::ModelEvaluator::OutArgs::supports ( EOutArgsDgDx_dotdot_sg  arg,
int  j 
) const

Definition at line 236 of file EpetraExt_ModelEvaluator.cpp.

const ModelEvaluator::DerivativeSupport & EpetraExt::ModelEvaluator::OutArgs::supports ( EOutArgsDgDx_sg  arg,
int  j 
) const

0 <= j && j < Ng().

Definition at line 244 of file EpetraExt_ModelEvaluator.cpp.

const ModelEvaluator::DerivativeSupport & EpetraExt::ModelEvaluator::OutArgs::supports ( EOutArgsDgDp_sg  arg,
int  j,
int  l 
) const

0 <= j && j < Ng() and 0 <= l && l < Np().

Definition at line 251 of file EpetraExt_ModelEvaluator.cpp.

const ModelEvaluator::DerivativeSupport & EpetraExt::ModelEvaluator::OutArgs::supports ( EOutArgsDfDp_mp  arg,
int  l 
) const

0 <= l && l < Np().

Definition at line 265 of file EpetraExt_ModelEvaluator.cpp.

bool EpetraExt::ModelEvaluator::OutArgs::supports ( EOutArgs_g_mp  arg,
int  j 
) const

Whether g_mp is supported for response vector j.

Definition at line 258 of file EpetraExt_ModelEvaluator.cpp.

const ModelEvaluator::DerivativeSupport & EpetraExt::ModelEvaluator::OutArgs::supports ( EOutArgsDgDx_dot_mp  arg,
int  j 
) const

0 <= j && j < Ng().

Definition at line 273 of file EpetraExt_ModelEvaluator.cpp.

const ModelEvaluator::DerivativeSupport & EpetraExt::ModelEvaluator::OutArgs::supports ( EOutArgsDgDx_dotdot_mp  arg,
int  j 
) const

Definition at line 281 of file EpetraExt_ModelEvaluator.cpp.

const ModelEvaluator::DerivativeSupport & EpetraExt::ModelEvaluator::OutArgs::supports ( EOutArgsDgDx_mp  arg,
int  j 
) const

0 <= j && j < Ng().

Definition at line 289 of file EpetraExt_ModelEvaluator.cpp.

const ModelEvaluator::DerivativeSupport & EpetraExt::ModelEvaluator::OutArgs::supports ( EOutArgsDgDp_mp  arg,
int  j,
int  l 
) const

0 <= j && j < Ng() and 0 <= l && l < Np().

Definition at line 296 of file EpetraExt_ModelEvaluator.cpp.

void EpetraExt::ModelEvaluator::OutArgs::set_f ( const Evaluation< Epetra_Vector > &  f)
inline

Definition at line 1717 of file EpetraExt_ModelEvaluator.h.

ModelEvaluator::Evaluation< Epetra_Vector > EpetraExt::ModelEvaluator::OutArgs::get_f ( ) const
inline

Definition at line 1721 of file EpetraExt_ModelEvaluator.h.

void EpetraExt::ModelEvaluator::OutArgs::set_f_sg ( const sg_vector_t f_sg)
inline

Set stochastic Galerkin residual vector polynomial.

Definition at line 2140 of file EpetraExt_ModelEvaluator.h.

ModelEvaluator::OutArgs::sg_vector_t EpetraExt::ModelEvaluator::OutArgs::get_f_sg ( ) const
inline

Get stochastic Galerkin residual vector polynomial.

Definition at line 2145 of file EpetraExt_ModelEvaluator.h.

void EpetraExt::ModelEvaluator::OutArgs::set_f_mp ( const mp_vector_t f_mp)
inline

Set multi-point residual vector.

Definition at line 2155 of file EpetraExt_ModelEvaluator.h.

ModelEvaluator::mp_vector_t EpetraExt::ModelEvaluator::OutArgs::get_f_mp ( ) const
inline

Get multi-point residual vector.

Definition at line 2160 of file EpetraExt_ModelEvaluator.h.

void EpetraExt::ModelEvaluator::OutArgs::set_g ( int  j,
const Evaluation< Epetra_Vector > &  g_j 
)
inline

Set g(j) where 0 <= j && j < this->Ng().

Definition at line 1724 of file EpetraExt_ModelEvaluator.h.

ModelEvaluator::Evaluation< Epetra_Vector > EpetraExt::ModelEvaluator::OutArgs::get_g ( int  j) const
inline

Get g(j) where 0 <= j && j < this->Ng().

Definition at line 1732 of file EpetraExt_ModelEvaluator.h.

void EpetraExt::ModelEvaluator::OutArgs::set_g_sg ( int  j,
const sg_vector_t g_sg_j 
)
inline

Set stochastic Galerkin vector polynomial response.

0 <= j && j < this->Ng().

Definition at line 1739 of file EpetraExt_ModelEvaluator.h.

ModelEvaluator::OutArgs::sg_vector_t EpetraExt::ModelEvaluator::OutArgs::get_g_sg ( int  j) const
inline

Get stochastic Galerkin vector polynomial response.

0 <= j && j < this->Ng().

Definition at line 1747 of file EpetraExt_ModelEvaluator.h.

void EpetraExt::ModelEvaluator::OutArgs::set_g_mp ( int  j,
const mp_vector_t g_mp_j 
)
inline

Set multi-point response.

0 <= j && j < this->Ng().

Definition at line 1754 of file EpetraExt_ModelEvaluator.h.

ModelEvaluator::mp_vector_t EpetraExt::ModelEvaluator::OutArgs::get_g_mp ( int  j) const
inline

Get multi-point response.

0 <= j && j < this->Ng().

Definition at line 1762 of file EpetraExt_ModelEvaluator.h.

void EpetraExt::ModelEvaluator::OutArgs::set_W ( const Teuchos::RCP< Epetra_Operator > &  W)
inline

Definition at line 1769 of file EpetraExt_ModelEvaluator.h.

void EpetraExt::ModelEvaluator::OutArgs::set_WPrec ( const Teuchos::RCP< Epetra_Operator > &  WPrec)
inline

Definition at line 1771 of file EpetraExt_ModelEvaluator.h.

Teuchos::RCP< Epetra_Operator > EpetraExt::ModelEvaluator::OutArgs::get_W ( ) const
inline

Definition at line 1774 of file EpetraExt_ModelEvaluator.h.

Teuchos::RCP< Epetra_Operator > EpetraExt::ModelEvaluator::OutArgs::get_WPrec ( ) const
inline

Definition at line 1776 of file EpetraExt_ModelEvaluator.h.

ModelEvaluator::DerivativeProperties EpetraExt::ModelEvaluator::OutArgs::get_W_properties ( ) const
inline

Definition at line 1779 of file EpetraExt_ModelEvaluator.h.

ModelEvaluator::DerivativeProperties EpetraExt::ModelEvaluator::OutArgs::get_WPrec_properties ( ) const
inline

Definition at line 1782 of file EpetraExt_ModelEvaluator.h.

void EpetraExt::ModelEvaluator::OutArgs::set_W_sg ( const sg_operator_t W_sg)
inline

Set stochastic Galerkin W operator polynomial.

Definition at line 2149 of file EpetraExt_ModelEvaluator.h.

ModelEvaluator::OutArgs::sg_operator_t EpetraExt::ModelEvaluator::OutArgs::get_W_sg ( ) const
inline

Get stochastic Galerkin W operator polynomial.

Definition at line 2152 of file EpetraExt_ModelEvaluator.h.

void EpetraExt::ModelEvaluator::OutArgs::set_W_mp ( const mp_operator_t W_sg)
inline

Set multi-point W.

Definition at line 2164 of file EpetraExt_ModelEvaluator.h.

ModelEvaluator::mp_operator_t EpetraExt::ModelEvaluator::OutArgs::get_W_mp ( ) const
inline

Get multi-point W.

Definition at line 2167 of file EpetraExt_ModelEvaluator.h.

void EpetraExt::ModelEvaluator::OutArgs::set_DfDp ( int  l,
const Derivative DfDp_l 
)
inline

Definition at line 1786 of file EpetraExt_ModelEvaluator.h.

ModelEvaluator::Derivative EpetraExt::ModelEvaluator::OutArgs::get_DfDp ( int  l) const
inline

Definition at line 1794 of file EpetraExt_ModelEvaluator.h.

ModelEvaluator::DerivativeProperties EpetraExt::ModelEvaluator::OutArgs::get_DfDp_properties ( int  l) const
inline

Definition at line 1802 of file EpetraExt_ModelEvaluator.h.

void EpetraExt::ModelEvaluator::OutArgs::set_DfDp_sg ( int  l,
const SGDerivative DfDp_sg_l 
)
inline

Definition at line 1809 of file EpetraExt_ModelEvaluator.h.

ModelEvaluator::SGDerivative EpetraExt::ModelEvaluator::OutArgs::get_DfDp_sg ( int  l) const
inline

Definition at line 1817 of file EpetraExt_ModelEvaluator.h.

ModelEvaluator::DerivativeProperties EpetraExt::ModelEvaluator::OutArgs::get_DfDp_sg_properties ( int  l) const
inline

Definition at line 1825 of file EpetraExt_ModelEvaluator.h.

void EpetraExt::ModelEvaluator::OutArgs::set_DfDp_mp ( int  l,
const MPDerivative DfDp_mp_l 
)
inline

Definition at line 1832 of file EpetraExt_ModelEvaluator.h.

ModelEvaluator::MPDerivative EpetraExt::ModelEvaluator::OutArgs::get_DfDp_mp ( int  l) const
inline

Definition at line 1840 of file EpetraExt_ModelEvaluator.h.

ModelEvaluator::DerivativeProperties EpetraExt::ModelEvaluator::OutArgs::get_DfDp_mp_properties ( int  l) const
inline

Definition at line 1848 of file EpetraExt_ModelEvaluator.h.

void EpetraExt::ModelEvaluator::OutArgs::set_DgDx_dot ( int  j,
const Derivative DgDx_dot_j 
)
inline

Definition at line 1855 of file EpetraExt_ModelEvaluator.h.

void EpetraExt::ModelEvaluator::OutArgs::set_DgDx_dotdot ( int  j,
const Derivative DgDx_dotdot_j 
)
inline

Definition at line 1924 of file EpetraExt_ModelEvaluator.h.

ModelEvaluator::Derivative EpetraExt::ModelEvaluator::OutArgs::get_DgDx_dot ( int  j) const
inline

Definition at line 1863 of file EpetraExt_ModelEvaluator.h.

ModelEvaluator::Derivative EpetraExt::ModelEvaluator::OutArgs::get_DgDx_dotdot ( int  j) const
inline

Definition at line 1932 of file EpetraExt_ModelEvaluator.h.

ModelEvaluator::DerivativeProperties EpetraExt::ModelEvaluator::OutArgs::get_DgDx_dot_properties ( int  j) const
inline

Definition at line 1871 of file EpetraExt_ModelEvaluator.h.

ModelEvaluator::DerivativeProperties EpetraExt::ModelEvaluator::OutArgs::get_DgDx_dotdot_properties ( int  j) const
inline

Definition at line 1940 of file EpetraExt_ModelEvaluator.h.

void EpetraExt::ModelEvaluator::OutArgs::set_DgDx_dot_sg ( int  j,
const SGDerivative DgDx_dot_j 
)
inline

Definition at line 1878 of file EpetraExt_ModelEvaluator.h.

void EpetraExt::ModelEvaluator::OutArgs::set_DgDx_dotdot_sg ( int  j,
const SGDerivative DgDx_dotdot_j 
)
inline

Definition at line 1947 of file EpetraExt_ModelEvaluator.h.

ModelEvaluator::SGDerivative EpetraExt::ModelEvaluator::OutArgs::get_DgDx_dot_sg ( int  j) const
inline

Definition at line 1886 of file EpetraExt_ModelEvaluator.h.

ModelEvaluator::SGDerivative EpetraExt::ModelEvaluator::OutArgs::get_DgDx_dotdot_sg ( int  j) const
inline

Definition at line 1955 of file EpetraExt_ModelEvaluator.h.

ModelEvaluator::DerivativeProperties EpetraExt::ModelEvaluator::OutArgs::get_DgDx_dot_sg_properties ( int  j) const
inline

Definition at line 1894 of file EpetraExt_ModelEvaluator.h.

ModelEvaluator::DerivativeProperties EpetraExt::ModelEvaluator::OutArgs::get_DgDx_dotdot_sg_properties ( int  j) const
inline

Definition at line 1963 of file EpetraExt_ModelEvaluator.h.

void EpetraExt::ModelEvaluator::OutArgs::set_DgDx_dot_mp ( int  j,
const MPDerivative DgDx_dot_j 
)
inline

Definition at line 1901 of file EpetraExt_ModelEvaluator.h.

void EpetraExt::ModelEvaluator::OutArgs::set_DgDx_dotdot_mp ( int  j,
const MPDerivative DgDx_dotdot_j 
)
inline

Definition at line 1970 of file EpetraExt_ModelEvaluator.h.

ModelEvaluator::MPDerivative EpetraExt::ModelEvaluator::OutArgs::get_DgDx_dot_mp ( int  j) const
inline

Definition at line 1909 of file EpetraExt_ModelEvaluator.h.

ModelEvaluator::MPDerivative EpetraExt::ModelEvaluator::OutArgs::get_DgDx_dotdot_mp ( int  j) const
inline

Definition at line 1978 of file EpetraExt_ModelEvaluator.h.

ModelEvaluator::DerivativeProperties EpetraExt::ModelEvaluator::OutArgs::get_DgDx_dot_mp_properties ( int  j) const
inline

Definition at line 1917 of file EpetraExt_ModelEvaluator.h.

ModelEvaluator::DerivativeProperties EpetraExt::ModelEvaluator::OutArgs::get_DgDx_dotdot_mp_properties ( int  j) const
inline

Definition at line 1986 of file EpetraExt_ModelEvaluator.h.

void EpetraExt::ModelEvaluator::OutArgs::set_DgDx ( int  j,
const Derivative DgDx_j 
)
inline

Definition at line 1993 of file EpetraExt_ModelEvaluator.h.

ModelEvaluator::Derivative EpetraExt::ModelEvaluator::OutArgs::get_DgDx ( int  j) const
inline

Definition at line 2001 of file EpetraExt_ModelEvaluator.h.

ModelEvaluator::DerivativeProperties EpetraExt::ModelEvaluator::OutArgs::get_DgDx_properties ( int  j) const
inline

Definition at line 2009 of file EpetraExt_ModelEvaluator.h.

void EpetraExt::ModelEvaluator::OutArgs::set_DgDx_sg ( int  j,
const SGDerivative DgDx_j 
)
inline

Definition at line 2016 of file EpetraExt_ModelEvaluator.h.

ModelEvaluator::SGDerivative EpetraExt::ModelEvaluator::OutArgs::get_DgDx_sg ( int  j) const
inline

Definition at line 2024 of file EpetraExt_ModelEvaluator.h.

ModelEvaluator::DerivativeProperties EpetraExt::ModelEvaluator::OutArgs::get_DgDx_sg_properties ( int  j) const
inline

Definition at line 2032 of file EpetraExt_ModelEvaluator.h.

void EpetraExt::ModelEvaluator::OutArgs::set_DgDx_mp ( int  j,
const MPDerivative DgDx_j 
)
inline

Definition at line 2039 of file EpetraExt_ModelEvaluator.h.

ModelEvaluator::MPDerivative EpetraExt::ModelEvaluator::OutArgs::get_DgDx_mp ( int  j) const
inline

Definition at line 2047 of file EpetraExt_ModelEvaluator.h.

ModelEvaluator::DerivativeProperties EpetraExt::ModelEvaluator::OutArgs::get_DgDx_mp_properties ( int  j) const
inline

Definition at line 2055 of file EpetraExt_ModelEvaluator.h.

void EpetraExt::ModelEvaluator::OutArgs::set_DgDp ( int  j,
int  l,
const Derivative DgDp_j_l 
)
inline

Definition at line 2062 of file EpetraExt_ModelEvaluator.h.

ModelEvaluator::Derivative EpetraExt::ModelEvaluator::OutArgs::get_DgDp ( int  j,
int  l 
) const
inline

Definition at line 2070 of file EpetraExt_ModelEvaluator.h.

ModelEvaluator::DerivativeProperties EpetraExt::ModelEvaluator::OutArgs::get_DgDp_properties ( int  j,
int  l 
) const
inline

Definition at line 2078 of file EpetraExt_ModelEvaluator.h.

void EpetraExt::ModelEvaluator::OutArgs::set_DgDp_sg ( int  j,
int  l,
const SGDerivative DgDp_sg_j_l 
)
inline

Definition at line 2085 of file EpetraExt_ModelEvaluator.h.

ModelEvaluator::SGDerivative EpetraExt::ModelEvaluator::OutArgs::get_DgDp_sg ( int  j,
int  l 
) const
inline

Definition at line 2093 of file EpetraExt_ModelEvaluator.h.

ModelEvaluator::DerivativeProperties EpetraExt::ModelEvaluator::OutArgs::get_DgDp_sg_properties ( int  j,
int  l 
) const
inline

Definition at line 2101 of file EpetraExt_ModelEvaluator.h.

void EpetraExt::ModelEvaluator::OutArgs::set_DgDp_mp ( int  j,
int  l,
const MPDerivative DgDp_mp_j_l 
)
inline

Definition at line 2108 of file EpetraExt_ModelEvaluator.h.

ModelEvaluator::MPDerivative EpetraExt::ModelEvaluator::OutArgs::get_DgDp_mp ( int  j,
int  l 
) const
inline

Definition at line 2116 of file EpetraExt_ModelEvaluator.h.

ModelEvaluator::DerivativeProperties EpetraExt::ModelEvaluator::OutArgs::get_DgDp_mp_properties ( int  j,
int  l 
) const
inline

Definition at line 2124 of file EpetraExt_ModelEvaluator.h.

void EpetraExt::ModelEvaluator::OutArgs::set_f_poly ( const Teuchos::RCP< Teuchos::Polynomial< Epetra_Vector > > &  f_poly)
inline

Set residual vector Taylor polynomial.

Definition at line 2131 of file EpetraExt_ModelEvaluator.h.

Teuchos::RCP< Teuchos::Polynomial< Epetra_Vector > > EpetraExt::ModelEvaluator::OutArgs::get_f_poly ( ) const
inline

Get residual vector Taylor polynomial.

Definition at line 2136 of file EpetraExt_ModelEvaluator.h.

bool EpetraExt::ModelEvaluator::OutArgs::funcOrDerivesAreSet ( EOutArgsMembers  arg) const

Return true if the function or its derivatives are set.

Definition at line 304 of file EpetraExt_ModelEvaluator.cpp.

void EpetraExt::ModelEvaluator::OutArgs::setFailed ( ) const

Set that the evaluation as a whole failed.

Note that this function is declared as const even through it technically changes the state of *this object.

Definition at line 324 of file EpetraExt_ModelEvaluator.cpp.

bool EpetraExt::ModelEvaluator::OutArgs::isFailed ( ) const

Return if the evaluation failed or not.

If the evaluation failed, no assumptions should be made at all about the state of the output objects.

Definition at line 330 of file EpetraExt_ModelEvaluator.cpp.

void EpetraExt::ModelEvaluator::OutArgs::_setModelEvalDescription ( const std::string &  modelEvalDescription)
protected

Definition at line 336 of file EpetraExt_ModelEvaluator.cpp.

void EpetraExt::ModelEvaluator::OutArgs::_set_Np_Ng ( int  Np,
int  Ng 
)
protected

Definition at line 342 of file EpetraExt_ModelEvaluator.cpp.

void EpetraExt::ModelEvaluator::OutArgs::_setSupports ( EOutArgsMembers  arg,
bool  supports 
)
protected

Definition at line 439 of file EpetraExt_ModelEvaluator.cpp.

void EpetraExt::ModelEvaluator::OutArgs::_setSupports ( EOutArgsDfDp  arg,
int  l,
const DerivativeSupport theSupports 
)
protected

Definition at line 449 of file EpetraExt_ModelEvaluator.cpp.

void EpetraExt::ModelEvaluator::OutArgs::_setSupports ( EOutArgsDgDx_dot  arg,
int  j,
const DerivativeSupport theSupports 
)
protected

Definition at line 456 of file EpetraExt_ModelEvaluator.cpp.

void EpetraExt::ModelEvaluator::OutArgs::_setSupports ( EOutArgsDgDx_dotdot  arg,
int  j,
const DerivativeSupport theSupports 
)
protected

Definition at line 463 of file EpetraExt_ModelEvaluator.cpp.

void EpetraExt::ModelEvaluator::OutArgs::_setSupports ( EOutArgsDgDx  arg,
int  j,
const DerivativeSupport theSupports 
)
protected

Definition at line 470 of file EpetraExt_ModelEvaluator.cpp.

void EpetraExt::ModelEvaluator::OutArgs::_setSupports ( EOutArgsDgDp  arg,
int  j,
int  l,
const DerivativeSupport theSupports 
)
protected

Definition at line 477 of file EpetraExt_ModelEvaluator.cpp.

void EpetraExt::ModelEvaluator::OutArgs::_setSupports ( EOutArgs_g_sg  arg,
int  j,
bool  supports 
)
protected

Definition at line 484 of file EpetraExt_ModelEvaluator.cpp.

void EpetraExt::ModelEvaluator::OutArgs::_setSupports ( EOutArgsDfDp_sg  arg,
int  l,
const DerivativeSupport theSupports 
)
protected

Definition at line 490 of file EpetraExt_ModelEvaluator.cpp.

void EpetraExt::ModelEvaluator::OutArgs::_setSupports ( EOutArgsDgDx_dot_sg  arg,
int  j,
const DerivativeSupport theSupports 
)
protected

Definition at line 497 of file EpetraExt_ModelEvaluator.cpp.

void EpetraExt::ModelEvaluator::OutArgs::_setSupports ( EOutArgsDgDx_dotdot_sg  arg,
int  j,
const DerivativeSupport theSupports 
)
protected

Definition at line 503 of file EpetraExt_ModelEvaluator.cpp.

void EpetraExt::ModelEvaluator::OutArgs::_setSupports ( EOutArgsDgDx_sg  arg,
int  j,
const DerivativeSupport theSupports 
)
protected

Definition at line 510 of file EpetraExt_ModelEvaluator.cpp.

void EpetraExt::ModelEvaluator::OutArgs::_setSupports ( EOutArgsDgDp_sg  arg,
int  j,
int  l,
const DerivativeSupport theSupports 
)
protected

Definition at line 516 of file EpetraExt_ModelEvaluator.cpp.

void EpetraExt::ModelEvaluator::OutArgs::_setSupports ( EOutArgs_g_mp  arg,
int  j,
bool  supports 
)
protected

Definition at line 523 of file EpetraExt_ModelEvaluator.cpp.

void EpetraExt::ModelEvaluator::OutArgs::_setSupports ( EOutArgsDfDp_mp  arg,
int  l,
const DerivativeSupport theSupports 
)
protected

Definition at line 529 of file EpetraExt_ModelEvaluator.cpp.

void EpetraExt::ModelEvaluator::OutArgs::_setSupports ( EOutArgsDgDx_dot_mp  arg,
int  j,
const DerivativeSupport theSupports 
)
protected

Definition at line 536 of file EpetraExt_ModelEvaluator.cpp.

void EpetraExt::ModelEvaluator::OutArgs::_setSupports ( EOutArgsDgDx_dotdot_mp  arg,
int  j,
const DerivativeSupport theSupports 
)
protected

Definition at line 542 of file EpetraExt_ModelEvaluator.cpp.

void EpetraExt::ModelEvaluator::OutArgs::_setSupports ( EOutArgsDgDx_mp  arg,
int  j,
const DerivativeSupport theSupports 
)
protected

Definition at line 549 of file EpetraExt_ModelEvaluator.cpp.

void EpetraExt::ModelEvaluator::OutArgs::_setSupports ( EOutArgsDgDp_mp  arg,
int  j,
int  l,
const DerivativeSupport theSupports 
)
protected

Definition at line 555 of file EpetraExt_ModelEvaluator.cpp.

void EpetraExt::ModelEvaluator::OutArgs::_set_W_properties ( const DerivativeProperties W_properties)
protected

Definition at line 563 of file EpetraExt_ModelEvaluator.cpp.

void EpetraExt::ModelEvaluator::OutArgs::_set_WPrec_properties ( const DerivativeProperties WPrec_properties)
protected

Definition at line 568 of file EpetraExt_ModelEvaluator.cpp.

void EpetraExt::ModelEvaluator::OutArgs::_set_DfDp_properties ( int  l,
const DerivativeProperties properties 
)
protected

Definition at line 573 of file EpetraExt_ModelEvaluator.cpp.

void EpetraExt::ModelEvaluator::OutArgs::_set_DgDx_dot_properties ( int  j,
const DerivativeProperties properties 
)
protected

Definition at line 580 of file EpetraExt_ModelEvaluator.cpp.

void EpetraExt::ModelEvaluator::OutArgs::_set_DgDx_dotdot_properties ( int  j,
const DerivativeProperties properties 
)
protected

Definition at line 586 of file EpetraExt_ModelEvaluator.cpp.

void EpetraExt::ModelEvaluator::OutArgs::_set_DgDx_properties ( int  j,
const DerivativeProperties properties 
)
protected

Definition at line 593 of file EpetraExt_ModelEvaluator.cpp.

void EpetraExt::ModelEvaluator::OutArgs::_set_DgDp_properties ( int  j,
int  l,
const DerivativeProperties properties 
)
protected

Definition at line 600 of file EpetraExt_ModelEvaluator.cpp.

void EpetraExt::ModelEvaluator::OutArgs::_set_DfDp_sg_properties ( int  l,
const DerivativeProperties properties 
)
protected

Definition at line 606 of file EpetraExt_ModelEvaluator.cpp.

void EpetraExt::ModelEvaluator::OutArgs::_set_DgDx_dot_sg_properties ( int  j,
const DerivativeProperties properties 
)
protected

Definition at line 613 of file EpetraExt_ModelEvaluator.cpp.

void EpetraExt::ModelEvaluator::OutArgs::_set_DgDx_dotdot_sg_properties ( int  j,
const DerivativeProperties properties 
)
protected

Definition at line 619 of file EpetraExt_ModelEvaluator.cpp.

void EpetraExt::ModelEvaluator::OutArgs::_set_DgDx_sg_properties ( int  j,
const DerivativeProperties properties 
)
protected

Definition at line 626 of file EpetraExt_ModelEvaluator.cpp.

void EpetraExt::ModelEvaluator::OutArgs::_set_DgDp_sg_properties ( int  j,
int  l,
const DerivativeProperties properties 
)
protected

Definition at line 632 of file EpetraExt_ModelEvaluator.cpp.

void EpetraExt::ModelEvaluator::OutArgs::_set_DfDp_mp_properties ( int  l,
const DerivativeProperties properties 
)
protected

Definition at line 639 of file EpetraExt_ModelEvaluator.cpp.

void EpetraExt::ModelEvaluator::OutArgs::_set_DgDx_dot_mp_properties ( int  j,
const DerivativeProperties properties 
)
protected

Definition at line 646 of file EpetraExt_ModelEvaluator.cpp.

void EpetraExt::ModelEvaluator::OutArgs::_set_DgDx_dotdot_mp_properties ( int  j,
const DerivativeProperties properties 
)
protected

Definition at line 652 of file EpetraExt_ModelEvaluator.cpp.

void EpetraExt::ModelEvaluator::OutArgs::_set_DgDx_mp_properties ( int  j,
const DerivativeProperties properties 
)
protected

Definition at line 659 of file EpetraExt_ModelEvaluator.cpp.

void EpetraExt::ModelEvaluator::OutArgs::_set_DgDp_mp_properties ( int  j,
int  l,
const DerivativeProperties properties 
)
protected

Definition at line 665 of file EpetraExt_ModelEvaluator.cpp.


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