|
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 Member Functions | |
| GatherTangents () | |
Private Attributes | |
| std::string | dof_name |
| PHX::MDField< ScalarT, Cell, NODE, Dim > | gatherFieldTangents |
| Teuchos::RCP< const PureBasis > | basis |
| Teuchos::RCP< const PointRule > | pointRule |
| Kokkos::DynRankView< ScalarT, PHX::Device > | edgeTan |
| Kokkos::DynRankView< ScalarT, PHX::Device > | refEdgeTan |
| PointValues2< double > | pointValues |
| PHX::MDField< const double, Cell, IP, Dim, Dim > | constJac_ |
| Teuchos::RCP< const std::vector < Intrepid2::Orientation > > | orientations |
Gathers tangent vectors per field from the global indexer and stores them in the field manager.
Definition at line 62 of file Panzer_GatherTangents_decl.hpp.
|
private |
Definition at line 81 of file Panzer_GatherTangents_decl.hpp.
| panzer::GatherTangents< EvalT, Traits >::GatherTangents | ( | const Teuchos::ParameterList & | p | ) |
Definition at line 60 of file Panzer_GatherTangents_impl.hpp.
|
private |
| void panzer::GatherTangents< EvalT, Traits >::postRegistrationSetup | ( | typename Traits::SetupData | d, |
| PHX::FieldManager< Traits > & | vm | ||
| ) |
Definition at line 97 of file Panzer_GatherTangents_impl.hpp.
| void panzer::GatherTangents< EvalT, Traits >::evaluateFields | ( | typename Traits::EvalData | d | ) |
Definition at line 107 of file Panzer_GatherTangents_impl.hpp.
|
inlinevirtual |
Implements panzer::CloneableEvaluator.
Definition at line 76 of file Panzer_GatherTangents_decl.hpp.
|
private |
Definition at line 85 of file Panzer_GatherTangents_decl.hpp.
|
private |
Definition at line 87 of file Panzer_GatherTangents_decl.hpp.
|
private |
Definition at line 91 of file Panzer_GatherTangents_decl.hpp.
|
private |
Definition at line 92 of file Panzer_GatherTangents_decl.hpp.
|
private |
Definition at line 93 of file Panzer_GatherTangents_decl.hpp.
|
private |
Definition at line 94 of file Panzer_GatherTangents_decl.hpp.
|
private |
Definition at line 96 of file Panzer_GatherTangents_decl.hpp.
|
private |
Definition at line 97 of file Panzer_GatherTangents_decl.hpp.
|
private |
Definition at line 99 of file Panzer_GatherTangents_decl.hpp.
1.8.5