Construct a deformation gradient on a surface. More...
#include <SurfaceVectorGradient.hpp>
Public Member Functions | |
SurfaceVectorGradient (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 | |
typedef EvalT::ScalarT | ScalarT |
typedef EvalT::MeshScalarT | MeshScalarT |
Private Attributes | |
ScalarT | thickness |
Length scale parameter for localization zone. | |
Teuchos::RCP < Intrepid::Cubature< RealType > > | cubature |
Numerical integration rule. | |
PHX::MDField< MeshScalarT, Cell, Vertex, Dim > | vector |
Vector to take the jump of. | |
PHX::MDField< ScalarT, Cell, QuadPoint, Dim > | jump |
PHX::MDField< ScalarT, Cell, QuadPoint, Dim, Dim > | currentBasis |
PHX::MDField< MeshScalarT, Cell, QuadPoint, Dim, Dim > | refDualBasis |
PHX::MDField< MeshScalarT, Cell, QuadPoint, Dim > | refNormal |
PHX::MDField< MeshScalarT, Cell, QuadPoint > | weights |
PHX::MDField< ScalarT, Cell, QuadPoint, Dim, Dim > | defGrad |
PHX::MDField< ScalarT, Cell, QuadPoint > | J |
unsigned int | worksetSize |
unsigned int | numNodes |
unsigned int | numQPs |
unsigned int | numDims |
unsigned int | numPlaneNodes |
unsigned int | numPlaneDims |
bool | weightedAverage |
flag to compute the weighted average of J | |
ScalarT | alpha |
stabilization parameter for the weighted average |
Construct a deformation gradient on a surface.
Definition at line 27 of file SurfaceVectorGradient.hpp.
typedef EvalT::ScalarT LCM::SurfaceVectorGradient< EvalT, Traits >::ScalarT [private] |
Definition at line 42 of file SurfaceVectorGradient.hpp.
typedef EvalT::MeshScalarT LCM::SurfaceVectorGradient< EvalT, Traits >::MeshScalarT [private] |
Definition at line 43 of file SurfaceVectorGradient.hpp.
LCM::SurfaceVectorGradient< EvalT, Traits >::SurfaceVectorGradient | ( | Teuchos::ParameterList & | p, | |
const Teuchos::RCP< Albany::Layouts > & | dl | |||
) |
Definition at line 17 of file SurfaceVectorGradient_Def.hpp.
void LCM::SurfaceVectorGradient< EvalT, Traits >::postRegistrationSetup | ( | typename Traits::SetupData | d, | |
PHX::FieldManager< Traits > & | vm | |||
) |
Definition at line 62 of file SurfaceVectorGradient_Def.hpp.
void LCM::SurfaceVectorGradient< EvalT, Traits >::evaluateFields | ( | typename Traits::EvalData | d | ) |
Definition at line 77 of file SurfaceVectorGradient_Def.hpp.
ScalarT LCM::SurfaceVectorGradient< EvalT, Traits >::thickness [private] |
Length scale parameter for localization zone.
Definition at line 47 of file SurfaceVectorGradient.hpp.
Teuchos::RCP<Intrepid::Cubature<RealType> > LCM::SurfaceVectorGradient< EvalT, Traits >::cubature [private] |
Numerical integration rule.
Definition at line 49 of file SurfaceVectorGradient.hpp.
PHX::MDField<MeshScalarT,Cell,Vertex,Dim> LCM::SurfaceVectorGradient< EvalT, Traits >::vector [private] |
Vector to take the jump of.
Definition at line 51 of file SurfaceVectorGradient.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint,Dim> LCM::SurfaceVectorGradient< EvalT, Traits >::jump [private] |
Definition at line 52 of file SurfaceVectorGradient.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint,Dim, Dim> LCM::SurfaceVectorGradient< EvalT, Traits >::currentBasis [private] |
Definition at line 54 of file SurfaceVectorGradient.hpp.
PHX::MDField<MeshScalarT,Cell,QuadPoint,Dim, Dim> LCM::SurfaceVectorGradient< EvalT, Traits >::refDualBasis [private] |
Definition at line 55 of file SurfaceVectorGradient.hpp.
PHX::MDField<MeshScalarT,Cell,QuadPoint,Dim> LCM::SurfaceVectorGradient< EvalT, Traits >::refNormal [private] |
Definition at line 56 of file SurfaceVectorGradient.hpp.
PHX::MDField<MeshScalarT,Cell,QuadPoint> LCM::SurfaceVectorGradient< EvalT, Traits >::weights [private] |
Definition at line 57 of file SurfaceVectorGradient.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint,Dim, Dim> LCM::SurfaceVectorGradient< EvalT, Traits >::defGrad [private] |
Definition at line 60 of file SurfaceVectorGradient.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::SurfaceVectorGradient< EvalT, Traits >::J [private] |
Definition at line 61 of file SurfaceVectorGradient.hpp.
unsigned int LCM::SurfaceVectorGradient< EvalT, Traits >::worksetSize [private] |
Definition at line 63 of file SurfaceVectorGradient.hpp.
unsigned int LCM::SurfaceVectorGradient< EvalT, Traits >::numNodes [private] |
Definition at line 64 of file SurfaceVectorGradient.hpp.
unsigned int LCM::SurfaceVectorGradient< EvalT, Traits >::numQPs [private] |
Definition at line 65 of file SurfaceVectorGradient.hpp.
unsigned int LCM::SurfaceVectorGradient< EvalT, Traits >::numDims [private] |
Definition at line 66 of file SurfaceVectorGradient.hpp.
unsigned int LCM::SurfaceVectorGradient< EvalT, Traits >::numPlaneNodes [private] |
Definition at line 67 of file SurfaceVectorGradient.hpp.
unsigned int LCM::SurfaceVectorGradient< EvalT, Traits >::numPlaneDims [private] |
Definition at line 68 of file SurfaceVectorGradient.hpp.
bool LCM::SurfaceVectorGradient< EvalT, Traits >::weightedAverage [private] |
flag to compute the weighted average of J
Definition at line 71 of file SurfaceVectorGradient.hpp.
ScalarT LCM::SurfaceVectorGradient< EvalT, Traits >::alpha [private] |
stabilization parameter for the weighted average
Definition at line 74 of file SurfaceVectorGradient.hpp.