#include <QCAD_ResponseFieldValue.hpp>
Public Member Functions | |
FieldValueScatterScalarResponse (const Teuchos::ParameterList &p, const Teuchos::RCP< Albany::Layouts > &dl) | |
Protected Member Functions | |
FieldValueScatterScalarResponse () | |
void | setup (const Teuchos::ParameterList &p, const Teuchos::RCP< Albany::Layouts > &dl) |
void | setNodeID (const Teuchos::ArrayRCP< Teuchos::ArrayRCP< int > > &) |
Protected Attributes | |
Teuchos::Array< int > | field_components |
Definition at line 17 of file QCAD_ResponseFieldValue.hpp.
QCAD::FieldValueScatterScalarResponse< EvalT, Traits >::FieldValueScatterScalarResponse | ( | const Teuchos::ParameterList & | p, | |
const Teuchos::RCP< Albany::Layouts > & | dl | |||
) | [inline] |
Definition at line 22 of file QCAD_ResponseFieldValue.hpp.
QCAD::FieldValueScatterScalarResponse< EvalT, Traits >::FieldValueScatterScalarResponse | ( | ) | [inline, protected] |
Definition at line 29 of file QCAD_ResponseFieldValue.hpp.
void QCAD::FieldValueScatterScalarResponse< EvalT, Traits >::setup | ( | const Teuchos::ParameterList & | p, | |
const Teuchos::RCP< Albany::Layouts > & | dl | |||
) | [inline, protected] |
Definition at line 33 of file QCAD_ResponseFieldValue.hpp.
void QCAD::FieldValueScatterScalarResponse< EvalT, Traits >::setNodeID | ( | const Teuchos::ArrayRCP< Teuchos::ArrayRCP< int > > & | ) | [inline, protected] |
Definition at line 39 of file QCAD_ResponseFieldValue.hpp.
Teuchos::Array<int> QCAD::FieldValueScatterScalarResponse< EvalT, Traits >::field_components [protected] |
Definition at line 41 of file QCAD_ResponseFieldValue.hpp.