Finite Element Interpolation Evaluator. More...
#include <FELIX_StokesL1L2BodyForce.hpp>

Public Types | |
| typedef EvalT::ScalarT | ScalarT |
Public Member Functions | |
| StokesL1L2BodyForce (const Teuchos::ParameterList &p, const Teuchos::RCP< Albany::Layouts > &dl) | |
| void | postRegistrationSetup (typename Traits::SetupData d, PHX::FieldManager< Traits > &vm) |
| void | evaluateFields (typename Traits::EvalData d) |
Private Types | |
| enum | BFTYPE { NONE, L1L2_SINCOS } |
| typedef EvalT::MeshScalarT | MeshScalarT |
Private Attributes | |
| PHX::MDField< ScalarT, Cell, QuadPoint > | muFELIX |
| PHX::MDField< MeshScalarT, Cell, QuadPoint, Dim > | coordVec |
| Teuchos::Array< double > | gravity |
| PHX::MDField< ScalarT, Cell, QuadPoint, VecDim > | force |
| BFTYPE | bf_type |
| std::size_t | numQPs |
| std::size_t | numDims |
| std::size_t | vecDim |
| double | n |
| double | A |
| double | alpha |
Finite Element Interpolation Evaluator.
This evaluator interpolates nodal DOF values to quad points.
Definition at line 35 of file FELIX_StokesL1L2BodyForce.hpp.
| typedef EvalT::ScalarT FELIX::StokesL1L2BodyForce< EvalT, Traits >::ScalarT |
Definition at line 40 of file FELIX_StokesL1L2BodyForce.hpp.
typedef EvalT::MeshScalarT FELIX::StokesL1L2BodyForce< EvalT, Traits >::MeshScalarT [private] |
Definition at line 53 of file FELIX_StokesL1L2BodyForce.hpp.
enum FELIX::StokesL1L2BodyForce::BFTYPE [private] |
Definition at line 64 of file FELIX_StokesL1L2BodyForce.hpp.
| FELIX::StokesL1L2BodyForce< EvalT, Traits >::StokesL1L2BodyForce | ( | const Teuchos::ParameterList & | p, | |
| const Teuchos::RCP< Albany::Layouts > & | dl | |||
| ) |
Definition at line 34 of file FELIX_StokesL1L2BodyForce_Def.hpp.
| void FELIX::StokesL1L2BodyForce< EvalT, Traits >::postRegistrationSetup | ( | typename Traits::SetupData | d, | |
| PHX::FieldManager< Traits > & | vm | |||
| ) |
Definition at line 83 of file FELIX_StokesL1L2BodyForce_Def.hpp.
| void FELIX::StokesL1L2BodyForce< EvalT, Traits >::evaluateFields | ( | typename Traits::EvalData | d | ) |
Definition at line 96 of file FELIX_StokesL1L2BodyForce_Def.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> FELIX::StokesL1L2BodyForce< EvalT, Traits >::muFELIX [private] |
Definition at line 56 of file FELIX_StokesL1L2BodyForce.hpp.
PHX::MDField<MeshScalarT,Cell,QuadPoint, Dim> FELIX::StokesL1L2BodyForce< EvalT, Traits >::coordVec [private] |
Definition at line 57 of file FELIX_StokesL1L2BodyForce.hpp.
Teuchos::Array<double> FELIX::StokesL1L2BodyForce< EvalT, Traits >::gravity [private] |
Definition at line 58 of file FELIX_StokesL1L2BodyForce.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint,VecDim> FELIX::StokesL1L2BodyForce< EvalT, Traits >::force [private] |
Definition at line 61 of file FELIX_StokesL1L2BodyForce.hpp.
BFTYPE FELIX::StokesL1L2BodyForce< EvalT, Traits >::bf_type [private] |
Definition at line 65 of file FELIX_StokesL1L2BodyForce.hpp.
std::size_t FELIX::StokesL1L2BodyForce< EvalT, Traits >::numQPs [private] |
Definition at line 67 of file FELIX_StokesL1L2BodyForce.hpp.
std::size_t FELIX::StokesL1L2BodyForce< EvalT, Traits >::numDims [private] |
Definition at line 68 of file FELIX_StokesL1L2BodyForce.hpp.
std::size_t FELIX::StokesL1L2BodyForce< EvalT, Traits >::vecDim [private] |
Definition at line 69 of file FELIX_StokesL1L2BodyForce.hpp.
double FELIX::StokesL1L2BodyForce< EvalT, Traits >::n [private] |
Definition at line 72 of file FELIX_StokesL1L2BodyForce.hpp.
double FELIX::StokesL1L2BodyForce< EvalT, Traits >::A [private] |
Definition at line 73 of file FELIX_StokesL1L2BodyForce.hpp.
double FELIX::StokesL1L2BodyForce< EvalT, Traits >::alpha [private] |
Definition at line 75 of file FELIX_StokesL1L2BodyForce.hpp.
1.7.1