Public Member Functions | Private Types | Private Attributes

PHAL::GatherSurfaceVelocity< EvalT, Traits > Class Template Reference

Gathers surface velocity into the nodal fields of the field manager. More...

#include <PHAL_GatherSurfaceVelocity.hpp>

Collaboration diagram for PHAL::GatherSurfaceVelocity< EvalT, Traits >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 GatherSurfaceVelocity (const Teuchos::ParameterList &p, const Teuchos::RCP< Albany::Layouts > &dl)
 GatherSurfaceVelocity (const Teuchos::ParameterList &p)
void postRegistrationSetup (typename Traits::SetupData d, PHX::FieldManager< Traits > &vm)
void evaluateFields (typename Traits::EvalData d)

Private Types

typedef EvalT::ScalarT ScalarT
typedef EvalT::MeshScalarT MeshScalarT

Private Attributes

PHX::MDField< RealType, Cell,
Node, VecDim
surfaceVelocity
std::size_t worksetSize
std::size_t numVertices
std::size_t numVecDim

Detailed Description

template<typename EvalT, typename Traits>
class PHAL::GatherSurfaceVelocity< EvalT, Traits >

Gathers surface velocity into the nodal fields of the field manager.

Currently makes an assumption that the stride is constant for dofs and that the nmber of dofs is equal to the size of the solution names vector.

Definition at line 29 of file PHAL_GatherSurfaceVelocity.hpp.


Member Typedef Documentation

template<typename EvalT , typename Traits >
typedef EvalT::ScalarT PHAL::GatherSurfaceVelocity< EvalT, Traits >::ScalarT [private]

Definition at line 46 of file PHAL_GatherSurfaceVelocity.hpp.

template<typename EvalT , typename Traits >
typedef EvalT::MeshScalarT PHAL::GatherSurfaceVelocity< EvalT, Traits >::MeshScalarT [private]

Definition at line 47 of file PHAL_GatherSurfaceVelocity.hpp.


Constructor & Destructor Documentation

template<typename EvalT , typename Traits >
PHAL::GatherSurfaceVelocity< EvalT, Traits >::GatherSurfaceVelocity ( const Teuchos::ParameterList &  p,
const Teuchos::RCP< Albany::Layouts > &  dl 
)

Definition at line 17 of file PHAL_GatherSurfaceVelocity_Def.hpp.

template<typename EvalT , typename Traits >
PHAL::GatherSurfaceVelocity< EvalT, Traits >::GatherSurfaceVelocity ( const Teuchos::ParameterList &  p  ) 

Definition at line 28 of file PHAL_GatherSurfaceVelocity_Def.hpp.


Member Function Documentation

template<typename EvalT , typename Traits >
void PHAL::GatherSurfaceVelocity< EvalT, Traits >::postRegistrationSetup ( typename Traits::SetupData  d,
PHX::FieldManager< Traits > &  vm 
)

Definition at line 38 of file PHAL_GatherSurfaceVelocity_Def.hpp.

template<typename EvalT , typename Traits >
void PHAL::GatherSurfaceVelocity< EvalT, Traits >::evaluateFields ( typename Traits::EvalData  d  ) 

Definition at line 53 of file PHAL_GatherSurfaceVelocity_Def.hpp.


Member Data Documentation

template<typename EvalT , typename Traits >
PHX::MDField<RealType,Cell,Node,VecDim> PHAL::GatherSurfaceVelocity< EvalT, Traits >::surfaceVelocity [private]

Definition at line 49 of file PHAL_GatherSurfaceVelocity.hpp.

template<typename EvalT , typename Traits >
std::size_t PHAL::GatherSurfaceVelocity< EvalT, Traits >::worksetSize [private]

Definition at line 51 of file PHAL_GatherSurfaceVelocity.hpp.

template<typename EvalT , typename Traits >
std::size_t PHAL::GatherSurfaceVelocity< EvalT, Traits >::numVertices [private]

Definition at line 52 of file PHAL_GatherSurfaceVelocity.hpp.

template<typename EvalT , typename Traits >
std::size_t PHAL::GatherSurfaceVelocity< EvalT, Traits >::numVecDim [private]

Definition at line 53 of file PHAL_GatherSurfaceVelocity.hpp.


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