Finite Element Interpolation Evaluator. More...
#include <LaplaceBeltramiResid.hpp>
Public Member Functions | |
| LaplaceBeltramiResid (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 | |
| typedef EvalT::MeshScalarT | MeshScalarT |
| typedef EvalT::ScalarT | ScalarT |
Private Attributes | |
| PHX::MDField< ScalarT, Cell, Node, Dim > | solnVec |
| Coordinate vector at vertices being solved for. | |
| Teuchos::RCP < Intrepid::Cubature< RealType > > | cubature |
| Teuchos::RCP < shards::CellTopology > | cellType |
| PHX::MDField< ScalarT, Cell, QuadPoint, Dim, Dim > | Gc |
| Teuchos::RCP< Intrepid::Basis < RealType, Intrepid::FieldContainer < RealType > > > | intrepidBasis |
| Intrepid::FieldContainer < RealType > | grad_at_cub_points |
| Intrepid::FieldContainer < RealType > | refPoints |
| Intrepid::FieldContainer < RealType > | refWeights |
| Intrepid::FieldContainer< ScalarT > | jacobian |
| Intrepid::FieldContainer< ScalarT > | jacobian_det |
| PHX::MDField< ScalarT, Cell, Node, Dim > | solnResidual |
| unsigned int | numQPs |
| unsigned int | numDims |
| unsigned int | numNodes |
| unsigned int | worksetSize |
Finite Element Interpolation Evaluator.
This evaluator interpolates nodal DOF values to quad points.
Definition at line 28 of file LaplaceBeltramiResid.hpp.
typedef EvalT::MeshScalarT PHAL::LaplaceBeltramiResid< EvalT, Traits >::MeshScalarT [private] |
Definition at line 43 of file LaplaceBeltramiResid.hpp.
typedef EvalT::ScalarT PHAL::LaplaceBeltramiResid< EvalT, Traits >::ScalarT [private] |
Definition at line 44 of file LaplaceBeltramiResid.hpp.
| PHAL::LaplaceBeltramiResid< EvalT, Traits >::LaplaceBeltramiResid | ( | const Teuchos::ParameterList & | p, | |
| const Teuchos::RCP< Albany::Layouts > & | dl | |||
| ) |
Definition at line 15 of file LaplaceBeltramiResid_Def.hpp.
| void PHAL::LaplaceBeltramiResid< EvalT, Traits >::postRegistrationSetup | ( | typename Traits::SetupData | d, | |
| PHX::FieldManager< Traits > & | vm | |||
| ) |
Definition at line 52 of file LaplaceBeltramiResid_Def.hpp.
| void PHAL::LaplaceBeltramiResid< EvalT, Traits >::evaluateFields | ( | typename Traits::EvalData | d | ) |
Definition at line 64 of file LaplaceBeltramiResid_Def.hpp.
PHX::MDField<ScalarT, Cell, Node, Dim> PHAL::LaplaceBeltramiResid< EvalT, Traits >::solnVec [private] |
Coordinate vector at vertices being solved for.
Definition at line 48 of file LaplaceBeltramiResid.hpp.
Teuchos::RCP<Intrepid::Cubature<RealType> > PHAL::LaplaceBeltramiResid< EvalT, Traits >::cubature [private] |
Definition at line 50 of file LaplaceBeltramiResid.hpp.
Teuchos::RCP<shards::CellTopology> PHAL::LaplaceBeltramiResid< EvalT, Traits >::cellType [private] |
Definition at line 51 of file LaplaceBeltramiResid.hpp.
PHX::MDField<ScalarT, Cell, QuadPoint, Dim, Dim> PHAL::LaplaceBeltramiResid< EvalT, Traits >::Gc [private] |
Definition at line 52 of file LaplaceBeltramiResid.hpp.
Teuchos::RCP<Intrepid::Basis<RealType, Intrepid::FieldContainer<RealType> > > PHAL::LaplaceBeltramiResid< EvalT, Traits >::intrepidBasis [private] |
Definition at line 53 of file LaplaceBeltramiResid.hpp.
Intrepid::FieldContainer<RealType> PHAL::LaplaceBeltramiResid< EvalT, Traits >::grad_at_cub_points [private] |
Definition at line 56 of file LaplaceBeltramiResid.hpp.
Intrepid::FieldContainer<RealType> PHAL::LaplaceBeltramiResid< EvalT, Traits >::refPoints [private] |
Definition at line 57 of file LaplaceBeltramiResid.hpp.
Intrepid::FieldContainer<RealType> PHAL::LaplaceBeltramiResid< EvalT, Traits >::refWeights [private] |
Definition at line 58 of file LaplaceBeltramiResid.hpp.
Intrepid::FieldContainer<ScalarT> PHAL::LaplaceBeltramiResid< EvalT, Traits >::jacobian [private] |
Definition at line 59 of file LaplaceBeltramiResid.hpp.
Intrepid::FieldContainer<ScalarT> PHAL::LaplaceBeltramiResid< EvalT, Traits >::jacobian_det [private] |
Definition at line 60 of file LaplaceBeltramiResid.hpp.
PHX::MDField<ScalarT, Cell, Node, Dim> PHAL::LaplaceBeltramiResid< EvalT, Traits >::solnResidual [private] |
Definition at line 63 of file LaplaceBeltramiResid.hpp.
unsigned int PHAL::LaplaceBeltramiResid< EvalT, Traits >::numQPs [private] |
Definition at line 65 of file LaplaceBeltramiResid.hpp.
unsigned int PHAL::LaplaceBeltramiResid< EvalT, Traits >::numDims [private] |
Definition at line 65 of file LaplaceBeltramiResid.hpp.
unsigned int PHAL::LaplaceBeltramiResid< EvalT, Traits >::numNodes [private] |
Definition at line 65 of file LaplaceBeltramiResid.hpp.
unsigned int PHAL::LaplaceBeltramiResid< EvalT, Traits >::worksetSize [private] |
Definition at line 65 of file LaplaceBeltramiResid.hpp.
1.7.1