Public Member Functions | Private Types | Private Attributes

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

Gathers surface basal friction into the nodal fields of the field manager. More...

#include <PHAL_GatherThickness.hpp>

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

List of all members.

Public Member Functions

 GatherThickness (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< ScalarT, Cell,
Vertex
thickness
std::size_t worksetSize
std::size_t numVertices

Detailed Description

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

Gathers surface basal friction 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 coordinates names vector.

Definition at line 29 of file PHAL_GatherThickness.hpp.


Member Typedef Documentation

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

Definition at line 43 of file PHAL_GatherThickness.hpp.

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

Definition at line 44 of file PHAL_GatherThickness.hpp.


Constructor & Destructor Documentation

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

Definition at line 17 of file PHAL_GatherThickness_Def.hpp.


Member Function Documentation

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

Definition at line 27 of file PHAL_GatherThickness_Def.hpp.

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

Definition at line 41 of file PHAL_GatherThickness_Def.hpp.


Member Data Documentation

template<typename EvalT , typename Traits >
PHX::MDField<ScalarT,Cell,Vertex> PHAL::GatherThickness< EvalT, Traits >::thickness [private]

Definition at line 46 of file PHAL_GatherThickness.hpp.

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

Definition at line 48 of file PHAL_GatherThickness.hpp.

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

Definition at line 49 of file PHAL_GatherThickness.hpp.


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