Public Types | Public Member Functions | Static Public Member Functions | Private Attributes

PHAL::Source_Functions::PointSource< EvalT, Traits > Class Template Reference

#include <PHAL_Source_Def.hpp>

Inheritance diagram for PHAL::Source_Functions::PointSource< EvalT, Traits >:
Inheritance graph
[legend]
Collaboration diagram for PHAL::Source_Functions::PointSource< EvalT, Traits >:
Collaboration graph
[legend]

List of all members.

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_Basem_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

Detailed Description

template<typename EvalT, typename Traits>
class PHAL::Source_Functions::PointSource< EvalT, Traits >

Definition at line 995 of file PHAL_Source_Def.hpp.


Member Typedef Documentation

template<typename EvalT, typename Traits>
typedef EvalT::ScalarT PHAL::Source_Functions::PointSource< EvalT, Traits >::ScalarT

Definition at line 997 of file PHAL_Source_Def.hpp.

template<typename EvalT, typename Traits>
typedef EvalT::MeshScalarT PHAL::Source_Functions::PointSource< EvalT, Traits >::MeshScalarT

Definition at line 998 of file PHAL_Source_Def.hpp.


Constructor & Destructor Documentation

template<typename EvalT , typename Traits >
PHAL::Source_Functions::PointSource< EvalT, Traits >::PointSource ( Teuchos::ParameterList *  source_list  ) 

Definition at line 1024 of file PHAL_Source_Def.hpp.

template<typename EvalT , typename Traits >
PHAL::Source_Functions::PointSource< EvalT, Traits >::~PointSource (  )  [virtual]

Definition at line 1049 of file PHAL_Source_Def.hpp.


Member Function Documentation

template<typename EvalT , typename Traits >
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.

template<typename EvalT , typename Traits >
void PHAL::Source_Functions::PointSource< EvalT, Traits >::EvaluatedFields ( Source< EvalT, Traits > &  source,
Teuchos::ParameterList &  p 
) [virtual]
template<typename EvalT , typename Traits >
void PHAL::Source_Functions::PointSource< EvalT, Traits >::DependentFields ( Source< EvalT, Traits > &  source,
Teuchos::ParameterList &  p 
) [virtual]
template<typename EvalT , typename Traits >
void PHAL::Source_Functions::PointSource< EvalT, Traits >::FieldData ( PHX::EvaluatorUtilities< EvalT, Traits > &  utils,
PHX::FieldManager< Traits > &  fm 
) [virtual]
template<typename EvalT , typename Traits >
void PHAL::Source_Functions::PointSource< EvalT, Traits >::evaluateFields ( typename Traits::EvalData  workset  )  [virtual]

Member Data Documentation

template<typename EvalT, typename Traits>
std::size_t PHAL::Source_Functions::PointSource< EvalT, Traits >::m_num_qp [private]

Definition at line 1007 of file PHAL_Source_Def.hpp.

template<typename EvalT, typename Traits>
std::size_t PHAL::Source_Functions::PointSource< EvalT, Traits >::m_num_dim [private]

Definition at line 1008 of file PHAL_Source_Def.hpp.

template<typename EvalT, typename Traits>
Wavelet_Base* PHAL::Source_Functions::PointSource< EvalT, Traits >::m_wavelet [private]

Definition at line 1009 of file PHAL_Source_Def.hpp.

template<typename EvalT, typename Traits>
std::vector<Spatial_Base<EvalT> * > PHAL::Source_Functions::PointSource< EvalT, Traits >::m_spatials [private]

Definition at line 1010 of file PHAL_Source_Def.hpp.

template<typename EvalT, typename Traits>
Teuchos::ParameterList* PHAL::Source_Functions::PointSource< EvalT, Traits >::m_source_list [private]

Definition at line 1012 of file PHAL_Source_Def.hpp.

template<typename EvalT, typename Traits>
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.

template<typename EvalT, typename Traits>
PHX::MDField<MeshScalarT,Cell,Point,Dim> PHAL::Source_Functions::PointSource< EvalT, Traits >::coordVec [private]

Definition at line 1014 of file PHAL_Source_Def.hpp.


The documentation for this class was generated from the following file: