#include <PHAL_Source_Def.hpp>


Public Types | |
| typedef EvalT::ScalarT | ScalarT |
| typedef EvalT::MeshScalarT | MeshScalarT |
Public Member Functions | |
| PointSource (Teuchos::ParameterList *source_list) | |
| virtual | ~PointSource () |
| virtual void | EvaluatedFields (Source< EvalT, Traits > &source, Teuchos::ParameterList &p) |
| virtual void | DependentFields (Source< EvalT, Traits > &source, Teuchos::ParameterList &p) |
| virtual void | FieldData (PHX::EvaluatorUtilities< EvalT, Traits > &utils, PHX::FieldManager< Traits > &fm) |
| virtual void | evaluateFields (typename Traits::EvalData workset) |
Static Public Member Functions | |
| static bool | check_for_existance (Teuchos::ParameterList *source_list) |
Private Attributes | |
| std::size_t | m_num_qp |
| std::size_t | m_num_dim |
| Wavelet_Base * | m_wavelet |
| std::vector< Spatial_Base < EvalT > * > | m_spatials |
| Teuchos::ParameterList * | m_source_list |
| PHX::MDField< ScalarT, Cell, Point > | m_pressure_source |
| PHX::MDField< MeshScalarT, Cell, Point, Dim > | coordVec |
Definition at line 995 of file PHAL_Source_Def.hpp.
| typedef EvalT::ScalarT PHAL::Source_Functions::PointSource< EvalT, Traits >::ScalarT |
Definition at line 997 of file PHAL_Source_Def.hpp.
| typedef EvalT::MeshScalarT PHAL::Source_Functions::PointSource< EvalT, Traits >::MeshScalarT |
Definition at line 998 of file PHAL_Source_Def.hpp.
| PHAL::Source_Functions::PointSource< EvalT, Traits >::PointSource | ( | Teuchos::ParameterList * | source_list | ) |
Definition at line 1024 of file PHAL_Source_Def.hpp.
| PHAL::Source_Functions::PointSource< EvalT, Traits >::~PointSource | ( | ) | [virtual] |
Definition at line 1049 of file PHAL_Source_Def.hpp.
| bool PHAL::Source_Functions::PointSource< EvalT, Traits >::check_for_existance | ( | Teuchos::ParameterList * | source_list | ) | [static] |
Definition at line 1017 of file PHAL_Source_Def.hpp.
| void PHAL::Source_Functions::PointSource< EvalT, Traits >::EvaluatedFields | ( | Source< EvalT, Traits > & | source, | |
| Teuchos::ParameterList & | p | |||
| ) | [virtual] |
Implements PHAL::Source_Functions::Source_Base< EvalT, Traits >.
Definition at line 1060 of file PHAL_Source_Def.hpp.
| void PHAL::Source_Functions::PointSource< EvalT, Traits >::DependentFields | ( | Source< EvalT, Traits > & | source, | |
| Teuchos::ParameterList & | p | |||
| ) | [virtual] |
Implements PHAL::Source_Functions::Source_Base< EvalT, Traits >.
Definition at line 1069 of file PHAL_Source_Def.hpp.
| void PHAL::Source_Functions::PointSource< EvalT, Traits >::FieldData | ( | PHX::EvaluatorUtilities< EvalT, Traits > & | utils, | |
| PHX::FieldManager< Traits > & | fm | |||
| ) | [virtual] |
Implements PHAL::Source_Functions::Source_Base< EvalT, Traits >.
Definition at line 1081 of file PHAL_Source_Def.hpp.
| void PHAL::Source_Functions::PointSource< EvalT, Traits >::evaluateFields | ( | typename Traits::EvalData | workset | ) | [virtual] |
Implements PHAL::Source_Functions::Source_Base< EvalT, Traits >.
Definition at line 1091 of file PHAL_Source_Def.hpp.
std::size_t PHAL::Source_Functions::PointSource< EvalT, Traits >::m_num_qp [private] |
Definition at line 1007 of file PHAL_Source_Def.hpp.
std::size_t PHAL::Source_Functions::PointSource< EvalT, Traits >::m_num_dim [private] |
Definition at line 1008 of file PHAL_Source_Def.hpp.
Wavelet_Base* PHAL::Source_Functions::PointSource< EvalT, Traits >::m_wavelet [private] |
Definition at line 1009 of file PHAL_Source_Def.hpp.
std::vector<Spatial_Base<EvalT> * > PHAL::Source_Functions::PointSource< EvalT, Traits >::m_spatials [private] |
Definition at line 1010 of file PHAL_Source_Def.hpp.
Teuchos::ParameterList* PHAL::Source_Functions::PointSource< EvalT, Traits >::m_source_list [private] |
Definition at line 1012 of file PHAL_Source_Def.hpp.
PHX::MDField<ScalarT,Cell,Point> PHAL::Source_Functions::PointSource< EvalT, Traits >::m_pressure_source [private] |
Definition at line 1013 of file PHAL_Source_Def.hpp.
PHX::MDField<MeshScalarT,Cell,Point,Dim> PHAL::Source_Functions::PointSource< EvalT, Traits >::coordVec [private] |
Definition at line 1014 of file PHAL_Source_Def.hpp.
1.7.1