Panzer
Version of the Day
|
Given a function stored as a vector and the tangents at each edge, project the vector onto the edge basis. More...
#include <Panzer_ProjectToEdges_decl.hpp>
Public Member Functions | |
ProjectToEdges (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 | |
ProjectToEdges () | |
Private Attributes | |
std::string | dof_name |
Teuchos::RCP< const PureBasis > | basis |
int | num_pts |
int | num_dim |
int | quad_degree |
PHX::MDField< const ScalarT, Cell, BASIS, Dim > | tangents |
std::vector< PHX::MDField < const ScalarT, Cell, BASIS, Dim > > | vector_values |
PHX::MDField< ScalarT, Cell, BASIS > | result |
PHX::MDField< const ScalarT, Cell, NODE > | dof_orientation |
PHX::MDField< ScalarT, Cell, NODE, Dim > | gatherFieldTangents |
Teuchos::RCP< const std::vector < Intrepid2::Orientation > > | orientations |
Given a function stored as a vector and the tangents at each edge, project the vector onto the edge basis.
Definition at line 60 of file Panzer_ProjectToEdges_decl.hpp.
|
private |
Definition at line 79 of file Panzer_ProjectToEdges_decl.hpp.
panzer::ProjectToEdges< EvalT, Traits >::ProjectToEdges | ( | const Teuchos::ParameterList & | p | ) |
Definition at line 62 of file Panzer_ProjectToEdges_impl.hpp.
|
private |
void panzer::ProjectToEdges< EvalT, Traits >::postRegistrationSetup | ( | typename Traits::SetupData | d, |
PHX::FieldManager< Traits > & | vm | ||
) |
Definition at line 122 of file Panzer_ProjectToEdges_impl.hpp.
void panzer::ProjectToEdges< EvalT, Traits >::evaluateFields | ( | typename Traits::EvalData | d | ) |
Definition at line 137 of file Panzer_ProjectToEdges_impl.hpp.
|
inlinevirtual |
Implements panzer::CloneableEvaluator.
Definition at line 74 of file Panzer_ProjectToEdges_decl.hpp.
|
private |
Definition at line 81 of file Panzer_ProjectToEdges_decl.hpp.
|
private |
Definition at line 82 of file Panzer_ProjectToEdges_decl.hpp.
|
private |
Definition at line 83 of file Panzer_ProjectToEdges_decl.hpp.
|
private |
Definition at line 84 of file Panzer_ProjectToEdges_decl.hpp.
|
private |
Definition at line 85 of file Panzer_ProjectToEdges_decl.hpp.
|
private |
Definition at line 87 of file Panzer_ProjectToEdges_decl.hpp.
|
private |
Definition at line 88 of file Panzer_ProjectToEdges_decl.hpp.
|
private |
Definition at line 89 of file Panzer_ProjectToEdges_decl.hpp.
|
private |
Definition at line 93 of file Panzer_ProjectToEdges_decl.hpp.
|
private |
Definition at line 94 of file Panzer_ProjectToEdges_decl.hpp.
|
private |
Definition at line 96 of file Panzer_ProjectToEdges_decl.hpp.