|
Panzer Version of the Day
|
Gathers tangent vectors per field from the global indexer and stores them in the field manager. More...
#include <Panzer_GatherTangents_decl.hpp>

Public Member Functions | |
| GatherTangents (const Teuchos::ParameterList &p) | |
| void | postRegistrationSetup (typename Traits::SetupData d, PHX::FieldManager< Traits > &vm) |
| void | evaluateFields (typename Traits::EvalData d) |
| virtual Teuchos::RCP< CloneableEvaluator > | clone (const Teuchos::ParameterList &pl) const |
Public Member Functions inherited from panzer::CloneableEvaluator | |
| CloneableEvaluator () | |
| virtual | ~CloneableEvaluator () |
Private Types | |
| typedef EvalT::ScalarT | ScalarT |
Private Attributes | |
| std::string | dof_name_ |
| PHX::MDField< ScalarT, Cell, NODE, Dim > | gatherFieldTangents_ |
| Teuchos::RCP< const PureBasis > | basis_ |
| Teuchos::RCP< const PointRule > | pointRule_ |
| Intrepid2::RefSubcellParametrization< PHX::Device >::ConstViewType | edgeParam_ |
| PointValues2< double > | pointValues_ |
| PHX::MDField< const double, Cell, IP, Dim, Dim > | constJac_ |
| Kokkos::View< Intrepid2::Orientation * > | orientations_ |
| Kokkos::View< unsigned int * > | keys_ |
Gathers tangent vectors per field from the global indexer and stores them in the field manager.
Definition at line 31 of file Panzer_GatherTangents_decl.hpp.
|
private |
Definition at line 50 of file Panzer_GatherTangents_decl.hpp.
| panzer::GatherTangents< EvalT, Traits >::GatherTangents | ( | const Teuchos::ParameterList & | p | ) |
Definition at line 26 of file Panzer_GatherTangents_impl.hpp.
| void panzer::GatherTangents< EvalT, Traits >::postRegistrationSetup | ( | typename Traits::SetupData | d, |
| PHX::FieldManager< Traits > & | vm | ||
| ) |
Definition at line 63 of file Panzer_GatherTangents_impl.hpp.
| void panzer::GatherTangents< EvalT, Traits >::evaluateFields | ( | typename Traits::EvalData | d | ) |
Definition at line 89 of file Panzer_GatherTangents_impl.hpp.
|
inlinevirtual |
Implements panzer::CloneableEvaluator.
Definition at line 45 of file Panzer_GatherTangents_decl.hpp.
|
private |
Definition at line 54 of file Panzer_GatherTangents_decl.hpp.
|
private |
Definition at line 56 of file Panzer_GatherTangents_decl.hpp.
|
private |
Definition at line 58 of file Panzer_GatherTangents_decl.hpp.
|
private |
Definition at line 59 of file Panzer_GatherTangents_decl.hpp.
|
private |
Definition at line 60 of file Panzer_GatherTangents_decl.hpp.
|
private |
Definition at line 62 of file Panzer_GatherTangents_decl.hpp.
|
private |
Definition at line 63 of file Panzer_GatherTangents_decl.hpp.
|
private |
Definition at line 65 of file Panzer_GatherTangents_decl.hpp.
|
private |
Definition at line 66 of file Panzer_GatherTangents_decl.hpp.