Abstract interface for representing a 1-D finite element problem. More...
#include <Albany_ResponseUtilities.hpp>
Public Member Functions | |
ResponseUtilities (Teuchos::RCP< Albany::Layouts > dl) | |
Teuchos::RCP< const PHX::FieldTag > | constructResponses (PHX::FieldManager< PHAL::AlbanyTraits > &fm0, Teuchos::ParameterList &responseList, Teuchos::RCP< Teuchos::ParameterList > paramsFromProblem, Albany::StateManager &stateMgr) |
Utility for parsing response requests and creating response field manager. | |
Teuchos::RCP< const PHX::FieldTag > | constructResponses (PHX::FieldManager< PHAL::AlbanyTraits > &fm0, Teuchos::ParameterList &responseList, Albany::StateManager &stateMgr) |
Utility for parsing response requests and creating response field manager (Convenience overload in the absence of parameters list from problem). | |
Teuchos::RCP< Albany::Layouts > | get_dl () |
Accessor. | |
Private Attributes | |
Teuchos::RCP< Albany::Layouts > | dl |
Struct of PHX::DataLayout objects defined all together. |
Abstract interface for representing a 1-D finite element problem.
Definition at line 28 of file Albany_ResponseUtilities.hpp.
Albany::ResponseUtilities< EvalT, Traits >::ResponseUtilities | ( | Teuchos::RCP< Albany::Layouts > | dl | ) |
Definition at line 27 of file Albany_ResponseUtilities_Def.hpp.
Teuchos::RCP< const PHX::FieldTag > Albany::ResponseUtilities< EvalT, Traits >::constructResponses | ( | PHX::FieldManager< PHAL::AlbanyTraits > & | fm0, | |
Teuchos::ParameterList & | responseList, | |||
Teuchos::RCP< Teuchos::ParameterList > | paramsFromProblem, | |||
Albany::StateManager & | stateMgr | |||
) |
Utility for parsing response requests and creating response field manager.
Definition at line 35 of file Albany_ResponseUtilities_Def.hpp.
Teuchos::RCP<const PHX::FieldTag> Albany::ResponseUtilities< EvalT, Traits >::constructResponses | ( | PHX::FieldManager< PHAL::AlbanyTraits > & | fm0, | |
Teuchos::ParameterList & | responseList, | |||
Albany::StateManager & | stateMgr | |||
) | [inline] |
Utility for parsing response requests and creating response field manager (Convenience overload in the absence of parameters list from problem).
Definition at line 45 of file Albany_ResponseUtilities.hpp.
Teuchos::RCP<Albany::Layouts> Albany::ResponseUtilities< EvalT, Traits >::get_dl | ( | ) | [inline] |
Accessor.
Definition at line 53 of file Albany_ResponseUtilities.hpp.
Teuchos::RCP<Albany::Layouts> Albany::ResponseUtilities< EvalT, Traits >::dl [private] |
Struct of PHX::DataLayout objects defined all together.
Definition at line 53 of file Albany_ResponseUtilities.hpp.