|
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 Attributes | |
| std::string | dof_name_ |
| Teuchos::RCP< const PureBasis > | basis_ |
| int | num_edges_ |
| int | num_dim_ |
| PHX::MDField< const ScalarT, Cell, BASIS, Dim > | tangents_ |
| PHX::MDField< const ScalarT, Cell, BASIS, Dim > | vector_values_ |
| PHX::MDField< ScalarT, Cell, BASIS > | result_ |
Given a function stored as a vector and the tangents at each edge, project the vector onto the edge basis.
Definition at line 28 of file Panzer_ProjectToEdges_decl.hpp.
|
private |
Definition at line 47 of file Panzer_ProjectToEdges_decl.hpp.
| panzer::ProjectToEdges< EvalT, Traits >::ProjectToEdges | ( | const Teuchos::ParameterList & | p | ) |
Definition at line 30 of file Panzer_ProjectToEdges_impl.hpp.
| void panzer::ProjectToEdges< EvalT, Traits >::postRegistrationSetup | ( | typename Traits::SetupData | d, |
| PHX::FieldManager< Traits > & | vm | ||
| ) |
Definition at line 61 of file Panzer_ProjectToEdges_impl.hpp.
| void panzer::ProjectToEdges< EvalT, Traits >::evaluateFields | ( | typename Traits::EvalData | d | ) |
Definition at line 74 of file Panzer_ProjectToEdges_impl.hpp.
|
inlinevirtual |
Implements panzer::CloneableEvaluator.
Definition at line 42 of file Panzer_ProjectToEdges_decl.hpp.
|
private |
Definition at line 49 of file Panzer_ProjectToEdges_decl.hpp.
|
private |
Definition at line 50 of file Panzer_ProjectToEdges_decl.hpp.
|
private |
Definition at line 51 of file Panzer_ProjectToEdges_decl.hpp.
|
private |
Definition at line 52 of file Panzer_ProjectToEdges_decl.hpp.
|
private |
Definition at line 54 of file Panzer_ProjectToEdges_decl.hpp.
|
private |
Definition at line 55 of file Panzer_ProjectToEdges_decl.hpp.
|
private |
Definition at line 56 of file Panzer_ProjectToEdges_decl.hpp.