Handles scattering of scalar response functions into epetra data structures. More...
#include <PHAL_ScatterScalarResponse.hpp>
Public Member Functions | |
ScatterScalarResponseBase (const Teuchos::ParameterList &p, const Teuchos::RCP< Albany::Layouts > &dl) | |
void | postRegistrationSetup (typename Traits::SetupData d, PHX::FieldManager< Traits > &vm) |
void | evaluateFields (typename Traits::EvalData d) |
Teuchos::RCP< const PHX::FieldTag > | getResponseFieldTag () const |
Get tag for response field (to determine the number of responses). | |
Teuchos::RCP< const PHX::FieldTag > | getEvaluatedFieldTag () const |
Get tag for evaluated field (required field for field manager). | |
Protected Types | |
typedef EvalT::ScalarT | ScalarT |
Protected Member Functions | |
ScatterScalarResponseBase () | |
void | setup (const Teuchos::ParameterList &p, const Teuchos::RCP< Albany::Layouts > &dl) |
Teuchos::RCP< const Teuchos::ParameterList > | getValidResponseParameters () const |
Protected Attributes | |
PHX::MDField< ScalarT > | global_response |
Teuchos::RCP< PHX::FieldTag > | scatter_operation |
Handles scattering of scalar response functions into epetra data structures.
Base implementation useable by specializations below
Definition at line 26 of file PHAL_ScatterScalarResponse.hpp.
typedef EvalT::ScalarT PHAL::ScatterScalarResponseBase< EvalT, Traits >::ScalarT [protected] |
PHAL::ScatterScalarResponseBase< EvalT, Traits >::ScatterScalarResponseBase | ( | const Teuchos::ParameterList & | p, | |
const Teuchos::RCP< Albany::Layouts > & | dl | |||
) |
Definition at line 17 of file PHAL_ScatterScalarResponse_Def.hpp.
PHAL::ScatterScalarResponseBase< EvalT, Traits >::ScatterScalarResponseBase | ( | ) | [inline, protected] |
Definition at line 55 of file PHAL_ScatterScalarResponse.hpp.
void PHAL::ScatterScalarResponseBase< EvalT, Traits >::postRegistrationSetup | ( | typename Traits::SetupData | d, | |
PHX::FieldManager< Traits > & | vm | |||
) |
Definition at line 25 of file PHAL_ScatterScalarResponse_Def.hpp.
void PHAL::ScatterScalarResponseBase< EvalT, Traits >::evaluateFields | ( | typename Traits::EvalData | d | ) | [inline] |
Reimplemented in QCAD::FieldValueScatterScalarResponse< PHAL::AlbanyTraits::Jacobian, Traits >.
Definition at line 38 of file PHAL_ScatterScalarResponse.hpp.
Teuchos::RCP<const PHX::FieldTag> PHAL::ScatterScalarResponseBase< EvalT, Traits >::getResponseFieldTag | ( | ) | const [inline] |
Get tag for response field (to determine the number of responses).
Definition at line 42 of file PHAL_ScatterScalarResponse.hpp.
Teuchos::RCP<const PHX::FieldTag> PHAL::ScatterScalarResponseBase< EvalT, Traits >::getEvaluatedFieldTag | ( | ) | const [inline] |
Get tag for evaluated field (required field for field manager).
Definition at line 48 of file PHAL_ScatterScalarResponse.hpp.
void PHAL::ScatterScalarResponseBase< EvalT, Traits >::setup | ( | const Teuchos::ParameterList & | p, | |
const Teuchos::RCP< Albany::Layouts > & | dl | |||
) | [protected] |
get and validate parameter list
Reimplemented in PHAL::ScatterScalarResponse< PHAL::AlbanyTraits::Residual, Traits >, PHAL::ScatterScalarResponse< PHAL::AlbanyTraits::Tangent, Traits >, and QCAD::FieldValueScatterScalarResponse< PHAL::AlbanyTraits::Jacobian, Traits >.
Definition at line 34 of file PHAL_ScatterScalarResponse_Def.hpp.
Teuchos::RCP< const Teuchos::ParameterList > PHAL::ScatterScalarResponseBase< EvalT, Traits >::getValidResponseParameters | ( | ) | const [protected] |
Definition at line 71 of file PHAL_ScatterScalarResponse_Def.hpp.
PHX::MDField<ScalarT> PHAL::ScatterScalarResponseBase< EvalT, Traits >::global_response [protected] |
Definition at line 66 of file PHAL_ScatterScalarResponse.hpp.
Teuchos::RCP<PHX::FieldTag> PHAL::ScatterScalarResponseBase< EvalT, Traits >::scatter_operation [protected] |
Definition at line 67 of file PHAL_ScatterScalarResponse.hpp.