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

Public Member Functions | |
| GatherNormals (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 | |
| GatherNormals () | |
Private Attributes | |
| std::string | dof_name_ |
| PHX::MDField< ScalarT, Cell, NODE, Dim > | gatherFieldNormals_ |
| Teuchos::RCP< const PureBasis > | basis_ |
| Teuchos::RCP< const PointRule > | pointRule_ |
| Intrepid2::RefSubcellParametrization< PHX::Device >::ConstViewType | sideParam_ |
| PointValues2< double > | pointValues_ |
| PHX::MDField< const double, Cell, IP, Dim, Dim > | constJac_ |
| Kokkos::View< Intrepid2::Orientation * > | orientations_ |
| Kokkos::View< unsigned int * > | keys_ |
| Kokkos::DynRankView< ScalarT, PHX::Device > | refEdges_ |
| Kokkos::DynRankView< ScalarT, PHX::Device > | phyEdges_ |
Gathers tangent vectors per field from the global indexer and stores them in the field manager.
Definition at line 33 of file Panzer_GatherNormals_decl.hpp.
|
private |
Definition at line 52 of file Panzer_GatherNormals_decl.hpp.
| panzer::GatherNormals< EvalT, Traits >::GatherNormals | ( | const Teuchos::ParameterList & | p | ) |
Definition at line 26 of file Panzer_GatherNormals_impl.hpp.
|
private |
| void panzer::GatherNormals< EvalT, Traits >::postRegistrationSetup | ( | typename Traits::SetupData | d, |
| PHX::FieldManager< Traits > & | vm | ||
| ) |
Definition at line 63 of file Panzer_GatherNormals_impl.hpp.
| void panzer::GatherNormals< EvalT, Traits >::evaluateFields | ( | typename Traits::EvalData | d | ) |
Definition at line 95 of file Panzer_GatherNormals_impl.hpp.
|
inlinevirtual |
Implements panzer::CloneableEvaluator.
Definition at line 47 of file Panzer_GatherNormals_decl.hpp.
|
private |
Definition at line 56 of file Panzer_GatherNormals_decl.hpp.
|
private |
Definition at line 58 of file Panzer_GatherNormals_decl.hpp.
|
private |
Definition at line 62 of file Panzer_GatherNormals_decl.hpp.
|
private |
Definition at line 63 of file Panzer_GatherNormals_decl.hpp.
|
private |
Definition at line 64 of file Panzer_GatherNormals_decl.hpp.
|
private |
Definition at line 65 of file Panzer_GatherNormals_decl.hpp.
|
private |
Definition at line 66 of file Panzer_GatherNormals_decl.hpp.
|
private |
Definition at line 68 of file Panzer_GatherNormals_decl.hpp.
|
private |
Definition at line 69 of file Panzer_GatherNormals_decl.hpp.
|
private |
Definition at line 72 of file Panzer_GatherNormals_decl.hpp.
|
private |
Definition at line 73 of file Panzer_GatherNormals_decl.hpp.