Public Member Functions | Public Attributes

Albany::ConstructEvaluatorsOp< ProblemType > Struct Template Reference

#include <Albany_AbstractProblem.hpp>

Collaboration diagram for Albany::ConstructEvaluatorsOp< ProblemType >:
Collaboration graph
[legend]

List of all members.

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::MeshSpecsStructmeshSpecs
Albany::StateManagerstateMgr
Albany::FieldManagerChoice fmchoice
Teuchos::RCP
< Teuchos::ParameterList > 
responseList
Teuchos::RCP< Teuchos::Array
< Teuchos::RCP< const
PHX::FieldTag > > > 
tags

Detailed Description

template<typename ProblemType>
struct Albany::ConstructEvaluatorsOp< ProblemType >

Definition at line 160 of file Albany_AbstractProblem.hpp.


Constructor & Destructor Documentation

template<typename ProblemType>
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.


Member Function Documentation

template<typename ProblemType>
template<typename T >
void Albany::ConstructEvaluatorsOp< ProblemType >::operator() ( x  )  [inline]

Definition at line 180 of file Albany_AbstractProblem.hpp.


Member Data Documentation

template<typename ProblemType>
ProblemType& Albany::ConstructEvaluatorsOp< ProblemType >::prob

Definition at line 161 of file Albany_AbstractProblem.hpp.

template<typename ProblemType>
PHX::FieldManager<PHAL::AlbanyTraits>& Albany::ConstructEvaluatorsOp< ProblemType >::fm

Definition at line 162 of file Albany_AbstractProblem.hpp.

template<typename ProblemType>
const Albany::MeshSpecsStruct& Albany::ConstructEvaluatorsOp< ProblemType >::meshSpecs

Definition at line 163 of file Albany_AbstractProblem.hpp.

template<typename ProblemType>
Albany::StateManager& Albany::ConstructEvaluatorsOp< ProblemType >::stateMgr

Definition at line 164 of file Albany_AbstractProblem.hpp.

template<typename ProblemType>
Albany::FieldManagerChoice Albany::ConstructEvaluatorsOp< ProblemType >::fmchoice

Definition at line 165 of file Albany_AbstractProblem.hpp.

template<typename ProblemType>
Teuchos::RCP<Teuchos::ParameterList> Albany::ConstructEvaluatorsOp< ProblemType >::responseList

Definition at line 166 of file Albany_AbstractProblem.hpp.

template<typename ProblemType>
Teuchos::RCP< Teuchos::Array< Teuchos::RCP<const PHX::FieldTag> > > Albany::ConstructEvaluatorsOp< ProblemType >::tags

Definition at line 167 of file Albany_AbstractProblem.hpp.


The documentation for this struct was generated from the following file: