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

Public Types | |
| typedef EvalT::ScalarT | ScalarT |
Public Member Functions | |
| StokesFOBodyForce (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, FO_INTERP_SURF_GRAD, POISSON, FO_SINCOS2D, FO_COSEXP2D, FO_COSEXP2DFLIP, FO_COSEXP2DALL, FO_SINCOSZ, FO_SINEXP2D, FO_DOME } |
| typedef EvalT::MeshScalarT | MeshScalarT |
Private Attributes | |
| PHX::MDField< ScalarT, Cell, QuadPoint > | muFELIX |
| PHX::MDField< MeshScalarT, Cell, QuadPoint, Dim > | coordVec |
| PHX::MDField< MeshScalarT, Cell, QuadPoint, Dim > | surfaceGrad |
| 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 24 of file FELIX_StokesFOBodyForce.hpp.
| typedef EvalT::ScalarT FELIX::StokesFOBodyForce< EvalT, Traits >::ScalarT |
Definition at line 29 of file FELIX_StokesFOBodyForce.hpp.
typedef EvalT::MeshScalarT FELIX::StokesFOBodyForce< EvalT, Traits >::MeshScalarT [private] |
Definition at line 42 of file FELIX_StokesFOBodyForce.hpp.
enum FELIX::StokesFOBodyForce::BFTYPE [private] |
| NONE | |
| FO_INTERP_SURF_GRAD | |
| POISSON | |
| FO_SINCOS2D | |
| FO_COSEXP2D | |
| FO_COSEXP2DFLIP | |
| FO_COSEXP2DALL | |
| FO_SINCOSZ | |
| FO_SINEXP2D | |
| FO_DOME |
Definition at line 54 of file FELIX_StokesFOBodyForce.hpp.
| FELIX::StokesFOBodyForce< EvalT, Traits >::StokesFOBodyForce | ( | const Teuchos::ParameterList & | p, | |
| const Teuchos::RCP< Albany::Layouts > & | dl | |||
| ) |
Definition at line 27 of file FELIX_StokesFOBodyForce_Def.hpp.
| void FELIX::StokesFOBodyForce< EvalT, Traits >::postRegistrationSetup | ( | typename Traits::SetupData | d, | |
| PHX::FieldManager< Traits > & | vm | |||
| ) |
Definition at line 159 of file FELIX_StokesFOBodyForce_Def.hpp.
| void FELIX::StokesFOBodyForce< EvalT, Traits >::evaluateFields | ( | typename Traits::EvalData | d | ) |
Definition at line 179 of file FELIX_StokesFOBodyForce_Def.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> FELIX::StokesFOBodyForce< EvalT, Traits >::muFELIX [private] |
Definition at line 45 of file FELIX_StokesFOBodyForce.hpp.
PHX::MDField<MeshScalarT,Cell,QuadPoint, Dim> FELIX::StokesFOBodyForce< EvalT, Traits >::coordVec [private] |
Definition at line 46 of file FELIX_StokesFOBodyForce.hpp.
PHX::MDField<MeshScalarT,Cell,QuadPoint, Dim> FELIX::StokesFOBodyForce< EvalT, Traits >::surfaceGrad [private] |
Definition at line 47 of file FELIX_StokesFOBodyForce.hpp.
Teuchos::Array<double> FELIX::StokesFOBodyForce< EvalT, Traits >::gravity [private] |
Definition at line 48 of file FELIX_StokesFOBodyForce.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint,VecDim> FELIX::StokesFOBodyForce< EvalT, Traits >::force [private] |
Definition at line 51 of file FELIX_StokesFOBodyForce.hpp.
BFTYPE FELIX::StokesFOBodyForce< EvalT, Traits >::bf_type [private] |
Definition at line 56 of file FELIX_StokesFOBodyForce.hpp.
std::size_t FELIX::StokesFOBodyForce< EvalT, Traits >::numQPs [private] |
Definition at line 58 of file FELIX_StokesFOBodyForce.hpp.
std::size_t FELIX::StokesFOBodyForce< EvalT, Traits >::numDims [private] |
Definition at line 59 of file FELIX_StokesFOBodyForce.hpp.
std::size_t FELIX::StokesFOBodyForce< EvalT, Traits >::vecDim [private] |
Definition at line 60 of file FELIX_StokesFOBodyForce.hpp.
double FELIX::StokesFOBodyForce< EvalT, Traits >::n [private] |
Definition at line 63 of file FELIX_StokesFOBodyForce.hpp.
double FELIX::StokesFOBodyForce< EvalT, Traits >::A [private] |
Definition at line 64 of file FELIX_StokesFOBodyForce.hpp.
double FELIX::StokesFOBodyForce< EvalT, Traits >::alpha [private] |
Definition at line 66 of file FELIX_StokesFOBodyForce.hpp.
1.7.1