Evaltuator to compute a nodal stress field. More...
#include <IPtoNodalField.hpp>
Public Types | |
typedef EvalT::ScalarT | ScalarT |
typedef EvalT::MeshScalarT | MeshScalarT |
Public Member Functions | |
IPtoNodalFieldBase (Teuchos::ParameterList &p, const Teuchos::RCP< Albany::Layouts > &dl) | |
Constructor. | |
void | postRegistrationSetup (typename Traits::SetupData d, PHX::FieldManager< Traits > &vm) |
Phalanx method to allocate space. | |
void | preEvaluate (typename Traits::PreEvalData d)=0 |
These functions are defined in the specializations. | |
void | postEvaluate (typename Traits::PostEvalData d)=0 |
void | evaluateFields (typename Traits::EvalData d)=0 |
Teuchos::RCP< const PHX::FieldTag > | getEvaluatedFieldTag () const |
Teuchos::RCP< const PHX::FieldTag > | getResponseFieldTag () const |
Protected Member Functions | |
Teuchos::RCP< const Teuchos::ParameterList > | getValidIPtoNodalFieldParameters () const |
Protected Attributes | |
int | number_of_fields_ |
std::vector< std::string > | ip_field_names_ |
std::vector< std::string > | ip_field_layouts_ |
std::vector< std::string > | nodal_field_names_ |
std::string | nodal_weights_name_ |
std::size_t | num_pts_ |
std::size_t | num_dims_ |
std::size_t | num_nodes_ |
std::size_t | num_vertices_ |
PHX::MDField< MeshScalarT, Cell, QuadPoint > | weights_ |
std::vector< PHX::MDField < ScalarT > > | ip_fields_ |
bool | output_to_exodus_ |
bool | output_node_data_ |
Teuchos::RCP< PHX::Tag< ScalarT > > | field_tag_ |
Albany::StateManager * | p_state_mgr_ |
Evaltuator to compute a nodal stress field.
Definition at line 23 of file IPtoNodalField.hpp.
typedef EvalT::ScalarT LCM::IPtoNodalFieldBase< EvalT, Traits >::ScalarT |
Definition at line 28 of file IPtoNodalField.hpp.
typedef EvalT::MeshScalarT LCM::IPtoNodalFieldBase< EvalT, Traits >::MeshScalarT |
Definition at line 29 of file IPtoNodalField.hpp.
LCM::IPtoNodalFieldBase< EvalT, Traits >::IPtoNodalFieldBase | ( | Teuchos::ParameterList & | p, | |
const Teuchos::RCP< Albany::Layouts > & | dl | |||
) |
Constructor.
get and validate IPtoNodalField parameter list
number of quad points per cell and dimension
Register with state manager
Definition at line 18 of file IPtoNodalField_Def.hpp.
void LCM::IPtoNodalFieldBase< EvalT, Traits >::postRegistrationSetup | ( | typename Traits::SetupData | d, | |
PHX::FieldManager< Traits > & | vm | |||
) |
Phalanx method to allocate space.
Definition at line 115 of file IPtoNodalField_Def.hpp.
void LCM::IPtoNodalFieldBase< EvalT, Traits >::preEvaluate | ( | typename Traits::PreEvalData | d | ) | [pure virtual] |
These functions are defined in the specializations.
Implemented in LCM::IPtoNodalField< EvalT, Traits >, and LCM::IPtoNodalField< PHAL::AlbanyTraits::Residual, Traits >.
void LCM::IPtoNodalFieldBase< EvalT, Traits >::postEvaluate | ( | typename Traits::PostEvalData | d | ) | [pure virtual] |
void LCM::IPtoNodalFieldBase< EvalT, Traits >::evaluateFields | ( | typename Traits::EvalData | d | ) | [pure virtual] |
Teuchos::RCP<const PHX::FieldTag> LCM::IPtoNodalFieldBase< EvalT, Traits >::getEvaluatedFieldTag | ( | ) | const [inline] |
Definition at line 50 of file IPtoNodalField.hpp.
Teuchos::RCP<const PHX::FieldTag> LCM::IPtoNodalFieldBase< EvalT, Traits >::getResponseFieldTag | ( | ) | const [inline] |
Definition at line 54 of file IPtoNodalField.hpp.
Teuchos::RCP< const Teuchos::ParameterList > LCM::IPtoNodalFieldBase< EvalT, Traits >::getValidIPtoNodalFieldParameters | ( | ) | const [protected] |
Definition at line 262 of file IPtoNodalField_Def.hpp.
int LCM::IPtoNodalFieldBase< EvalT, Traits >::number_of_fields_ [protected] |
Definition at line 62 of file IPtoNodalField.hpp.
std::vector<std::string> LCM::IPtoNodalFieldBase< EvalT, Traits >::ip_field_names_ [protected] |
Definition at line 64 of file IPtoNodalField.hpp.
std::vector<std::string> LCM::IPtoNodalFieldBase< EvalT, Traits >::ip_field_layouts_ [protected] |
Definition at line 65 of file IPtoNodalField.hpp.
std::vector<std::string> LCM::IPtoNodalFieldBase< EvalT, Traits >::nodal_field_names_ [protected] |
Definition at line 66 of file IPtoNodalField.hpp.
std::string LCM::IPtoNodalFieldBase< EvalT, Traits >::nodal_weights_name_ [protected] |
Definition at line 68 of file IPtoNodalField.hpp.
std::size_t LCM::IPtoNodalFieldBase< EvalT, Traits >::num_pts_ [protected] |
Definition at line 70 of file IPtoNodalField.hpp.
std::size_t LCM::IPtoNodalFieldBase< EvalT, Traits >::num_dims_ [protected] |
Definition at line 71 of file IPtoNodalField.hpp.
std::size_t LCM::IPtoNodalFieldBase< EvalT, Traits >::num_nodes_ [protected] |
Definition at line 72 of file IPtoNodalField.hpp.
std::size_t LCM::IPtoNodalFieldBase< EvalT, Traits >::num_vertices_ [protected] |
Definition at line 73 of file IPtoNodalField.hpp.
PHX::MDField<MeshScalarT,Cell,QuadPoint> LCM::IPtoNodalFieldBase< EvalT, Traits >::weights_ [protected] |
Definition at line 75 of file IPtoNodalField.hpp.
std::vector<PHX::MDField<ScalarT> > LCM::IPtoNodalFieldBase< EvalT, Traits >::ip_fields_ [protected] |
Definition at line 76 of file IPtoNodalField.hpp.
bool LCM::IPtoNodalFieldBase< EvalT, Traits >::output_to_exodus_ [protected] |
Definition at line 78 of file IPtoNodalField.hpp.
bool LCM::IPtoNodalFieldBase< EvalT, Traits >::output_node_data_ [protected] |
Definition at line 79 of file IPtoNodalField.hpp.
Teuchos::RCP< PHX::Tag<ScalarT> > LCM::IPtoNodalFieldBase< EvalT, Traits >::field_tag_ [protected] |
Definition at line 81 of file IPtoNodalField.hpp.
Albany::StateManager* LCM::IPtoNodalFieldBase< EvalT, Traits >::p_state_mgr_ [protected] |
Definition at line 82 of file IPtoNodalField.hpp.