Finite Element Interpolation Evaluator. More...
#include <PoroElasticityResidMass.hpp>
Public Member Functions | |
PoroElasticityResidMass (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< MeshScalarT, Cell, Node, QuadPoint > | wBF |
PHX::MDField< ScalarT, Cell, QuadPoint > | porePressure |
PHX::MDField< ScalarT, Cell, QuadPoint > | Tdot |
PHX::MDField< ScalarT, Cell, QuadPoint > | stabParameter |
PHX::MDField< ScalarT, Cell, QuadPoint > | ThermalCond |
PHX::MDField< ScalarT, Cell, QuadPoint > | kcPermeability |
PHX::MDField< ScalarT, Cell, QuadPoint > | porosity |
PHX::MDField< ScalarT, Cell, QuadPoint > | biotCoefficient |
PHX::MDField< ScalarT, Cell, QuadPoint > | biotModulus |
PHX::MDField< ScalarT, Cell, QuadPoint > | elasticModulus |
PHX::MDField< ScalarT, Cell, QuadPoint > | pRatio |
PHX::MDField< MeshScalarT, Cell, Node, QuadPoint, Dim > | wGradBF |
PHX::MDField< ScalarT, Cell, QuadPoint, Dim > | TGrad |
PHX::MDField< ScalarT, Cell, QuadPoint > | Source |
Teuchos::Array< double > | convectionVels |
PHX::MDField< ScalarT, Cell, QuadPoint > | rhoCp |
PHX::MDField< ScalarT, Cell, QuadPoint > | Absorption |
PHX::MDField< ScalarT, Cell, QuadPoint, Dim, Dim > | strain |
PHX::MDField< MeshScalarT, Cell, Vertex, Dim > | coordVec |
Teuchos::RCP < Intrepid::Cubature< RealType > > | cubature |
Teuchos::RCP < shards::CellTopology > | cellType |
PHX::MDField< MeshScalarT, Cell, QuadPoint > | weights |
PHX::MDField< ScalarT, Dummy > | deltaTime |
std::string | strainName |
std::string | porePressureName |
std::string | porosityName |
bool | haveSource |
bool | haveConvection |
bool | haveAbsorption |
bool | enableTransient |
bool | haverhoCp |
unsigned int | numNodes |
unsigned int | numQPs |
unsigned int | numDims |
unsigned int | worksetSize |
Intrepid::FieldContainer< ScalarT > | flux |
Intrepid::FieldContainer< ScalarT > | fluxdt |
Intrepid::FieldContainer< ScalarT > | pterm |
Intrepid::FieldContainer< ScalarT > | tpterm |
Intrepid::FieldContainer< ScalarT > | aterm |
Intrepid::FieldContainer < RealType > | refPoints |
Intrepid::FieldContainer < RealType > | refWeights |
Intrepid::FieldContainer < MeshScalarT > | jacobian |
Intrepid::FieldContainer < MeshScalarT > | jacobian_inv |
Intrepid::FieldContainer < MeshScalarT > | Gc |
ScalarT | porePbar |
ScalarT | vol |
ScalarT | trialPbar |
PHX::MDField< ScalarT, Cell, Node > | TResidual |
Finite Element Interpolation Evaluator.
This evaluator interpolates nodal DOF values to quad points.
Definition at line 26 of file PoroElasticityResidMass.hpp.
typedef EvalT::ScalarT LCM::PoroElasticityResidMass< EvalT, Traits >::ScalarT [private] |
Definition at line 40 of file PoroElasticityResidMass.hpp.
typedef EvalT::MeshScalarT LCM::PoroElasticityResidMass< EvalT, Traits >::MeshScalarT [private] |
Definition at line 41 of file PoroElasticityResidMass.hpp.
LCM::PoroElasticityResidMass< EvalT, Traits >::PoroElasticityResidMass | ( | const Teuchos::ParameterList & | p | ) |
Definition at line 17 of file PoroElasticityResidMass_Def.hpp.
void LCM::PoroElasticityResidMass< EvalT, Traits >::postRegistrationSetup | ( | typename Traits::SetupData | d, | |
PHX::FieldManager< Traits > & | vm | |||
) |
Definition at line 150 of file PoroElasticityResidMass_Def.hpp.
void LCM::PoroElasticityResidMass< EvalT, Traits >::evaluateFields | ( | typename Traits::EvalData | d | ) |
Definition at line 179 of file PoroElasticityResidMass_Def.hpp.
PHX::MDField<MeshScalarT,Cell,Node,QuadPoint> LCM::PoroElasticityResidMass< EvalT, Traits >::wBF [private] |
Definition at line 44 of file PoroElasticityResidMass.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::PoroElasticityResidMass< EvalT, Traits >::porePressure [private] |
Definition at line 45 of file PoroElasticityResidMass.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::PoroElasticityResidMass< EvalT, Traits >::Tdot [private] |
Definition at line 46 of file PoroElasticityResidMass.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::PoroElasticityResidMass< EvalT, Traits >::stabParameter [private] |
Definition at line 47 of file PoroElasticityResidMass.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::PoroElasticityResidMass< EvalT, Traits >::ThermalCond [private] |
Definition at line 48 of file PoroElasticityResidMass.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::PoroElasticityResidMass< EvalT, Traits >::kcPermeability [private] |
Definition at line 49 of file PoroElasticityResidMass.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::PoroElasticityResidMass< EvalT, Traits >::porosity [private] |
Definition at line 50 of file PoroElasticityResidMass.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::PoroElasticityResidMass< EvalT, Traits >::biotCoefficient [private] |
Definition at line 51 of file PoroElasticityResidMass.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::PoroElasticityResidMass< EvalT, Traits >::biotModulus [private] |
Definition at line 52 of file PoroElasticityResidMass.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::PoroElasticityResidMass< EvalT, Traits >::elasticModulus [private] |
Definition at line 53 of file PoroElasticityResidMass.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::PoroElasticityResidMass< EvalT, Traits >::pRatio [private] |
Definition at line 54 of file PoroElasticityResidMass.hpp.
PHX::MDField<MeshScalarT,Cell,Node,QuadPoint,Dim> LCM::PoroElasticityResidMass< EvalT, Traits >::wGradBF [private] |
Definition at line 55 of file PoroElasticityResidMass.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint,Dim> LCM::PoroElasticityResidMass< EvalT, Traits >::TGrad [private] |
Definition at line 56 of file PoroElasticityResidMass.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::PoroElasticityResidMass< EvalT, Traits >::Source [private] |
Definition at line 57 of file PoroElasticityResidMass.hpp.
Teuchos::Array<double> LCM::PoroElasticityResidMass< EvalT, Traits >::convectionVels [private] |
Definition at line 58 of file PoroElasticityResidMass.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::PoroElasticityResidMass< EvalT, Traits >::rhoCp [private] |
Definition at line 59 of file PoroElasticityResidMass.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::PoroElasticityResidMass< EvalT, Traits >::Absorption [private] |
Definition at line 60 of file PoroElasticityResidMass.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint,Dim,Dim> LCM::PoroElasticityResidMass< EvalT, Traits >::strain [private] |
Definition at line 61 of file PoroElasticityResidMass.hpp.
PHX::MDField<MeshScalarT,Cell,Vertex,Dim> LCM::PoroElasticityResidMass< EvalT, Traits >::coordVec [private] |
Definition at line 64 of file PoroElasticityResidMass.hpp.
Teuchos::RCP<Intrepid::Cubature<RealType> > LCM::PoroElasticityResidMass< EvalT, Traits >::cubature [private] |
Definition at line 65 of file PoroElasticityResidMass.hpp.
Teuchos::RCP<shards::CellTopology> LCM::PoroElasticityResidMass< EvalT, Traits >::cellType [private] |
Definition at line 66 of file PoroElasticityResidMass.hpp.
PHX::MDField<MeshScalarT,Cell,QuadPoint> LCM::PoroElasticityResidMass< EvalT, Traits >::weights [private] |
Definition at line 67 of file PoroElasticityResidMass.hpp.
PHX::MDField<ScalarT,Dummy> LCM::PoroElasticityResidMass< EvalT, Traits >::deltaTime [private] |
Definition at line 70 of file PoroElasticityResidMass.hpp.
std::string LCM::PoroElasticityResidMass< EvalT, Traits >::strainName [private] |
Definition at line 73 of file PoroElasticityResidMass.hpp.
std::string LCM::PoroElasticityResidMass< EvalT, Traits >::porePressureName [private] |
Definition at line 73 of file PoroElasticityResidMass.hpp.
std::string LCM::PoroElasticityResidMass< EvalT, Traits >::porosityName [private] |
Definition at line 73 of file PoroElasticityResidMass.hpp.
bool LCM::PoroElasticityResidMass< EvalT, Traits >::haveSource [private] |
Definition at line 77 of file PoroElasticityResidMass.hpp.
bool LCM::PoroElasticityResidMass< EvalT, Traits >::haveConvection [private] |
Definition at line 78 of file PoroElasticityResidMass.hpp.
bool LCM::PoroElasticityResidMass< EvalT, Traits >::haveAbsorption [private] |
Definition at line 79 of file PoroElasticityResidMass.hpp.
bool LCM::PoroElasticityResidMass< EvalT, Traits >::enableTransient [private] |
Definition at line 80 of file PoroElasticityResidMass.hpp.
bool LCM::PoroElasticityResidMass< EvalT, Traits >::haverhoCp [private] |
Definition at line 81 of file PoroElasticityResidMass.hpp.
unsigned int LCM::PoroElasticityResidMass< EvalT, Traits >::numNodes [private] |
Definition at line 82 of file PoroElasticityResidMass.hpp.
unsigned int LCM::PoroElasticityResidMass< EvalT, Traits >::numQPs [private] |
Definition at line 83 of file PoroElasticityResidMass.hpp.
unsigned int LCM::PoroElasticityResidMass< EvalT, Traits >::numDims [private] |
Definition at line 84 of file PoroElasticityResidMass.hpp.
unsigned int LCM::PoroElasticityResidMass< EvalT, Traits >::worksetSize [private] |
Definition at line 85 of file PoroElasticityResidMass.hpp.
Intrepid::FieldContainer<ScalarT> LCM::PoroElasticityResidMass< EvalT, Traits >::flux [private] |
Definition at line 88 of file PoroElasticityResidMass.hpp.
Intrepid::FieldContainer<ScalarT> LCM::PoroElasticityResidMass< EvalT, Traits >::fluxdt [private] |
Definition at line 89 of file PoroElasticityResidMass.hpp.
Intrepid::FieldContainer<ScalarT> LCM::PoroElasticityResidMass< EvalT, Traits >::pterm [private] |
Definition at line 90 of file PoroElasticityResidMass.hpp.
Intrepid::FieldContainer<ScalarT> LCM::PoroElasticityResidMass< EvalT, Traits >::tpterm [private] |
Definition at line 91 of file PoroElasticityResidMass.hpp.
Intrepid::FieldContainer<ScalarT> LCM::PoroElasticityResidMass< EvalT, Traits >::aterm [private] |
Definition at line 92 of file PoroElasticityResidMass.hpp.
Intrepid::FieldContainer<RealType> LCM::PoroElasticityResidMass< EvalT, Traits >::refPoints [private] |
Definition at line 94 of file PoroElasticityResidMass.hpp.
Intrepid::FieldContainer<RealType> LCM::PoroElasticityResidMass< EvalT, Traits >::refWeights [private] |
Definition at line 95 of file PoroElasticityResidMass.hpp.
Intrepid::FieldContainer<MeshScalarT> LCM::PoroElasticityResidMass< EvalT, Traits >::jacobian [private] |
Definition at line 96 of file PoroElasticityResidMass.hpp.
Intrepid::FieldContainer<MeshScalarT> LCM::PoroElasticityResidMass< EvalT, Traits >::jacobian_inv [private] |
Definition at line 97 of file PoroElasticityResidMass.hpp.
Intrepid::FieldContainer<MeshScalarT> LCM::PoroElasticityResidMass< EvalT, Traits >::Gc [private] |
Definition at line 98 of file PoroElasticityResidMass.hpp.
ScalarT LCM::PoroElasticityResidMass< EvalT, Traits >::porePbar [private] |
Definition at line 101 of file PoroElasticityResidMass.hpp.
ScalarT LCM::PoroElasticityResidMass< EvalT, Traits >::vol [private] |
Definition at line 101 of file PoroElasticityResidMass.hpp.
ScalarT LCM::PoroElasticityResidMass< EvalT, Traits >::trialPbar [private] |
Definition at line 102 of file PoroElasticityResidMass.hpp.
PHX::MDField<ScalarT,Cell,Node> LCM::PoroElasticityResidMass< EvalT, Traits >::TResidual [private] |
Definition at line 106 of file PoroElasticityResidMass.hpp.