EpetraExt
Development
|
#include <EpetraExt_ModelEvaluator.h>
Public Types | |
typedef Teuchos::RCP< const Stokhos::EpetraVectorOrthogPoly > | sg_const_vector_t |
Short-hand for stochastic Galerkin vector type. More... | |
Public Member Functions | |
InArgs () | |
std::string | modelEvalDescription () const |
int | Np () const |
void | set_x_dot (const Teuchos::RCP< const Epetra_Vector > &x_dot) |
void | set_x_dotdot (const Teuchos::RCP< const Epetra_Vector > &x_dotdot) |
Teuchos::RCP< const Epetra_Vector > | get_x_dot () const |
Teuchos::RCP< const Epetra_Vector > | get_x_dotdot () const |
void | set_x (const Teuchos::RCP< const Epetra_Vector > &x) |
Teuchos::RCP< const Epetra_Vector > | get_x () const |
Set solution vector Taylor polynomial. More... | |
void | set_x_poly (const Teuchos::RCP< const Teuchos::Polynomial< Epetra_Vector > > &x_poly) |
Teuchos::RCP< const Teuchos::Polynomial < Epetra_Vector > > | get_x_poly () const |
Get solution vector Taylor polynomial. More... | |
void | set_x_dot_poly (const Teuchos::RCP< const Teuchos::Polynomial< Epetra_Vector > > &x_dot_poly) |
Set time derivative vector Taylor polynomial. More... | |
void | set_x_dotdot_poly (const Teuchos::RCP< const Teuchos::Polynomial< Epetra_Vector > > &x_dotdot_poly) |
Teuchos::RCP< const Teuchos::Polynomial < Epetra_Vector > > | get_x_dot_poly () const |
Get time derivative vector Taylor polynomial. More... | |
Teuchos::RCP< const Teuchos::Polynomial < Epetra_Vector > > | get_x_dotdot_poly () const |
void | set_x_sg (const sg_const_vector_t &x_sg) |
Set stochastic Galerkin solution vector polynomial. More... | |
sg_const_vector_t | get_x_sg () const |
Get stochastic Galerkin solution vector polynomial. More... | |
void | set_x_dot_sg (const sg_const_vector_t &x_dot_sg) |
Set stochastic Galerkin time derivative vector polynomial. More... | |
void | set_x_dotdot_sg (const sg_const_vector_t &x_dotdot_sg) |
sg_const_vector_t | get_x_dot_sg () const |
Get stochastic Galerkin time derivative vector polynomial. More... | |
sg_const_vector_t | get_x_dotdot_sg () const |
void | set_x_mp (const mp_const_vector_t &x_mp) |
Set multi-point solution vector. More... | |
mp_const_vector_t | get_x_mp () const |
Get multi-point solution vector. More... | |
void | set_x_dot_mp (const mp_const_vector_t &x_dot_mp) |
Set multi-point time derivative vector. More... | |
void | set_x_dotdot_mp (const mp_const_vector_t &x_dotdot_mp) |
mp_const_vector_t | get_x_dot_mp () const |
Get multi-point time derivative vector. More... | |
mp_const_vector_t | get_x_dotdot_mp () const |
void | set_p (int l, const Teuchos::RCP< const Epetra_Vector > &p_l) |
Teuchos::RCP< const Epetra_Vector > | get_p (int l) const |
void | set_p_sg (int l, const sg_const_vector_t &p_sg_l) |
Set stochastic Galerkin vector polynomial parameter. More... | |
sg_const_vector_t | get_p_sg (int l) const |
Get stochastic Galerkin vector polynomial parameter. More... | |
void | set_p_mp (int l, const mp_const_vector_t &p_mp_l) |
Set multi-point parameter vector. More... | |
mp_const_vector_t | get_p_mp (int l) const |
Get multi-point parameter vector. More... | |
void | set_t (double t) |
double | get_alpha () const |
void | set_alpha (double alpha) |
double | get_omega () const |
void | set_omega (double omega) |
double | get_beta () const |
void | set_beta (double beta) |
double | get_t () const |
double | get_step_size () const |
void | set_step_size (double step_size) |
int | get_stage_number () const |
void | set_stage_number (int stage_number) |
Teuchos::RCP< const Stokhos::OrthogPolyBasis< int, double > > | get_sg_basis () const |
void | set_sg_basis (const Teuchos::RCP< const Stokhos::OrthogPolyBasis< int, double > > &basis) |
Teuchos::RCP< const Stokhos::Quadrature< int, double > > | get_sg_quadrature () const |
void | set_sg_quadrature (const Teuchos::RCP< const Stokhos::Quadrature< int, double > > &quad) |
Teuchos::RCP < Stokhos::OrthogPolyExpansion < int, double, Stokhos::StandardStorage< int, double > > > | get_sg_expansion () const |
void | set_sg_expansion (const Teuchos::RCP< Stokhos::OrthogPolyExpansion< int, double, Stokhos::StandardStorage< int, double > > > &exp) |
bool | supports (EInArgsMembers arg) const |
bool | supports (EInArgs_p_sg arg, int l) const |
Whether p_sg is supported for parameter vector l. More... | |
bool | supports (EInArgs_p_mp arg, int l) const |
Whether p_mp is supported for parameter vector l. More... | |
Protected Member Functions | |
void | _setModelEvalDescription (const std::string &modelEvalDescription) |
void | _set_Np (int Np) |
void | _setSupports (EInArgsMembers arg, bool supports) |
void | _setSupports (EInArgs_p_sg arg, int l, bool supports) |
void | _setSupports (EInArgs_p_mp arg, int l, bool supports) |
Definition at line 141 of file EpetraExt_ModelEvaluator.h.
typedef Teuchos::RCP<const Stokhos::EpetraVectorOrthogPoly> EpetraExt::ModelEvaluator::InArgs::sg_const_vector_t |
Short-hand for stochastic Galerkin vector type.
Definition at line 145 of file EpetraExt_ModelEvaluator.h.
EpetraExt::ModelEvaluator::InArgs::InArgs | ( | ) |
Definition at line 54 of file EpetraExt_ModelEvaluator.cpp.
|
inline |
Definition at line 1471 of file EpetraExt_ModelEvaluator.h.
|
inline |
Definition at line 1475 of file EpetraExt_ModelEvaluator.h.
|
inline |
Definition at line 1479 of file EpetraExt_ModelEvaluator.h.
|
inline |
Definition at line 1483 of file EpetraExt_ModelEvaluator.h.
|
inline |
Definition at line 1487 of file EpetraExt_ModelEvaluator.h.
|
inline |
Definition at line 1491 of file EpetraExt_ModelEvaluator.h.
|
inline |
Definition at line 1495 of file EpetraExt_ModelEvaluator.h.
|
inline |
Set solution vector Taylor polynomial.
Definition at line 1499 of file EpetraExt_ModelEvaluator.h.
|
inline |
Definition at line 1521 of file EpetraExt_ModelEvaluator.h.
|
inline |
Get solution vector Taylor polynomial.
Definition at line 1526 of file EpetraExt_ModelEvaluator.h.
|
inline |
Set time derivative vector Taylor polynomial.
Definition at line 1503 of file EpetraExt_ModelEvaluator.h.
|
inline |
Definition at line 1507 of file EpetraExt_ModelEvaluator.h.
|
inline |
Get time derivative vector Taylor polynomial.
Definition at line 1512 of file EpetraExt_ModelEvaluator.h.
|
inline |
Definition at line 1517 of file EpetraExt_ModelEvaluator.h.
|
inline |
Set stochastic Galerkin solution vector polynomial.
Definition at line 1566 of file EpetraExt_ModelEvaluator.h.
|
inline |
Get stochastic Galerkin solution vector polynomial.
Definition at line 1571 of file EpetraExt_ModelEvaluator.h.
|
inline |
Set stochastic Galerkin time derivative vector polynomial.
Definition at line 1530 of file EpetraExt_ModelEvaluator.h.
|
inline |
Definition at line 1534 of file EpetraExt_ModelEvaluator.h.
|
inline |
Get stochastic Galerkin time derivative vector polynomial.
Definition at line 1539 of file EpetraExt_ModelEvaluator.h.
|
inline |
Definition at line 1544 of file EpetraExt_ModelEvaluator.h.
|
inline |
Set multi-point solution vector.
Definition at line 1575 of file EpetraExt_ModelEvaluator.h.
|
inline |
Get multi-point solution vector.
Definition at line 1580 of file EpetraExt_ModelEvaluator.h.
|
inline |
Set multi-point time derivative vector.
Definition at line 1548 of file EpetraExt_ModelEvaluator.h.
|
inline |
Definition at line 1552 of file EpetraExt_ModelEvaluator.h.
|
inline |
Get multi-point time derivative vector.
Definition at line 1557 of file EpetraExt_ModelEvaluator.h.
|
inline |
Definition at line 1562 of file EpetraExt_ModelEvaluator.h.
|
inline |
Definition at line 1584 of file EpetraExt_ModelEvaluator.h.
|
inline |
Definition at line 1588 of file EpetraExt_ModelEvaluator.h.
|
inline |
Set stochastic Galerkin vector polynomial parameter.
Definition at line 1592 of file EpetraExt_ModelEvaluator.h.
|
inline |
Get stochastic Galerkin vector polynomial parameter.
Definition at line 1598 of file EpetraExt_ModelEvaluator.h.
|
inline |
Set multi-point parameter vector.
Definition at line 1602 of file EpetraExt_ModelEvaluator.h.
|
inline |
Get multi-point parameter vector.
Definition at line 1608 of file EpetraExt_ModelEvaluator.h.
|
inline |
Definition at line 1612 of file EpetraExt_ModelEvaluator.h.
|
inline |
Definition at line 1624 of file EpetraExt_ModelEvaluator.h.
|
inline |
Definition at line 1620 of file EpetraExt_ModelEvaluator.h.
|
inline |
Definition at line 1632 of file EpetraExt_ModelEvaluator.h.
|
inline |
Definition at line 1628 of file EpetraExt_ModelEvaluator.h.
|
inline |
Definition at line 1640 of file EpetraExt_ModelEvaluator.h.
|
inline |
Definition at line 1636 of file EpetraExt_ModelEvaluator.h.
|
inline |
Definition at line 1616 of file EpetraExt_ModelEvaluator.h.
|
inline |
Definition at line 1648 of file EpetraExt_ModelEvaluator.h.
|
inline |
Definition at line 1644 of file EpetraExt_ModelEvaluator.h.
|
inline |
Definition at line 1656 of file EpetraExt_ModelEvaluator.h.
|
inline |
Definition at line 1652 of file EpetraExt_ModelEvaluator.h.
|
inline |
Definition at line 1665 of file EpetraExt_ModelEvaluator.h.
|
inline |
Definition at line 1660 of file EpetraExt_ModelEvaluator.h.
|
inline |
Definition at line 1674 of file EpetraExt_ModelEvaluator.h.
|
inline |
Definition at line 1669 of file EpetraExt_ModelEvaluator.h.
|
inline |
Definition at line 1683 of file EpetraExt_ModelEvaluator.h.
|
inline |
Definition at line 1678 of file EpetraExt_ModelEvaluator.h.
bool EpetraExt::ModelEvaluator::InArgs::supports | ( | EInArgsMembers | arg | ) | const |
Definition at line 65 of file EpetraExt_ModelEvaluator.cpp.
bool EpetraExt::ModelEvaluator::InArgs::supports | ( | EInArgs_p_sg | arg, |
int | l | ||
) | const |
Whether p_sg is supported for parameter vector l.
Definition at line 74 of file EpetraExt_ModelEvaluator.cpp.
bool EpetraExt::ModelEvaluator::InArgs::supports | ( | EInArgs_p_mp | arg, |
int | l | ||
) | const |
Whether p_mp is supported for parameter vector l.
Definition at line 80 of file EpetraExt_ModelEvaluator.cpp.
|
inlineprotected |
Definition at line 1687 of file EpetraExt_ModelEvaluator.h.
|
inlineprotected |
Definition at line 1693 of file EpetraExt_ModelEvaluator.h.
|
protected |
Definition at line 86 of file EpetraExt_ModelEvaluator.cpp.
|
protected |
Definition at line 95 of file EpetraExt_ModelEvaluator.cpp.
|
protected |
Definition at line 101 of file EpetraExt_ModelEvaluator.cpp.