#include <Albany_AbstractProblem.hpp>
Public Member Functions | |
ConstructEvaluatorsOp (ProblemType &prob_, PHX::FieldManager< PHAL::AlbanyTraits > &fm_, const Albany::MeshSpecsStruct &meshSpecs_, Albany::StateManager &stateMgr_, Albany::FieldManagerChoice fmchoice_=BUILD_RESID_FM, const Teuchos::RCP< Teuchos::ParameterList > &responseList_=Teuchos::null) | |
template<typename T > | |
void | operator() (T x) |
Public Attributes | |
ProblemType & | prob |
PHX::FieldManager < PHAL::AlbanyTraits > & | fm |
const Albany::MeshSpecsStruct & | meshSpecs |
Albany::StateManager & | stateMgr |
Albany::FieldManagerChoice | fmchoice |
Teuchos::RCP < Teuchos::ParameterList > | responseList |
Teuchos::RCP< Teuchos::Array < Teuchos::RCP< const PHX::FieldTag > > > | tags |
Definition at line 160 of file Albany_AbstractProblem.hpp.
Albany::ConstructEvaluatorsOp< ProblemType >::ConstructEvaluatorsOp | ( | ProblemType & | prob_, | |
PHX::FieldManager< PHAL::AlbanyTraits > & | fm_, | |||
const Albany::MeshSpecsStruct & | meshSpecs_, | |||
Albany::StateManager & | stateMgr_, | |||
Albany::FieldManagerChoice | fmchoice_ = BUILD_RESID_FM , |
|||
const Teuchos::RCP< Teuchos::ParameterList > & | responseList_ = Teuchos::null | |||
) | [inline] |
Definition at line 168 of file Albany_AbstractProblem.hpp.
void Albany::ConstructEvaluatorsOp< ProblemType >::operator() | ( | T | x | ) | [inline] |
Definition at line 180 of file Albany_AbstractProblem.hpp.
ProblemType& Albany::ConstructEvaluatorsOp< ProblemType >::prob |
Definition at line 161 of file Albany_AbstractProblem.hpp.
PHX::FieldManager<PHAL::AlbanyTraits>& Albany::ConstructEvaluatorsOp< ProblemType >::fm |
Definition at line 162 of file Albany_AbstractProblem.hpp.
const Albany::MeshSpecsStruct& Albany::ConstructEvaluatorsOp< ProblemType >::meshSpecs |
Definition at line 163 of file Albany_AbstractProblem.hpp.
Albany::StateManager& Albany::ConstructEvaluatorsOp< ProblemType >::stateMgr |
Definition at line 164 of file Albany_AbstractProblem.hpp.
Albany::FieldManagerChoice Albany::ConstructEvaluatorsOp< ProblemType >::fmchoice |
Definition at line 165 of file Albany_AbstractProblem.hpp.
Teuchos::RCP<Teuchos::ParameterList> Albany::ConstructEvaluatorsOp< ProblemType >::responseList |
Definition at line 166 of file Albany_AbstractProblem.hpp.
Teuchos::RCP< Teuchos::Array< Teuchos::RCP<const PHX::FieldTag> > > Albany::ConstructEvaluatorsOp< ProblemType >::tags |
Definition at line 167 of file Albany_AbstractProblem.hpp.