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_ProjectToFaces_decl.hpp>
Public Member Functions | |
ProjectToFaces (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 |
using | ProjectionSpace = Kokkos::HostSpace |
Private Member Functions | |
ProjectToFaces () | |
Private Attributes | |
std::string | dof_name |
Teuchos::RCP< const PureBasis > | basis |
int | num_pts |
int | num_dim |
int | quad_degree |
bool | use_fast_method_on_rectangular_hex_mesh |
If true, a fast algorithm can be used, but this requires a rectangular/square structured hex mesh. More... | |
PHX::MDField< const ScalarT, Cell, BASIS, Dim > | normals |
std::vector< PHX::MDField < const ScalarT, Cell, BASIS, Dim > > | vector_values |
PHX::MDField< ScalarT, Cell, BASIS > | result |
PHX::MDField< ScalarT, Cell, NODE, Dim > | gatherFieldNormals |
Teuchos::RCP< const std::vector < Intrepid2::Orientation > > | orientations |
Kokkos::DynRankView< ScalarT, ProjectionSpace > | refEdges |
Kokkos::DynRankView< ScalarT, ProjectionSpace > | phyEdges |
std::vector< Teuchos::RCP < Intrepid2::Cubature < ProjectionSpace::execution_space, double, double > > > | faceQuads |
Kokkos::DynRankView< double, ProjectionSpace > | quadWts |
Kokkos::DynRankView< double, ProjectionSpace > | quadPts |
Kokkos::DynRankView< double, ProjectionSpace > | physicalNodes |
Kokkos::DynRankView< double, ProjectionSpace > | refQuadPts |
Kokkos::DynRankView< double, ProjectionSpace > | jacobianSide |
Kokkos::DynRankView< double, ProjectionSpace > | weighted_measure |
Kokkos::DynRankView< double, ProjectionSpace > | scratch_space |
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_ProjectToFaces_decl.hpp.
|
private |
Definition at line 79 of file Panzer_ProjectToFaces_decl.hpp.
|
private |
Definition at line 103 of file Panzer_ProjectToFaces_decl.hpp.
panzer::ProjectToFaces< EvalT, Traits >::ProjectToFaces | ( | const Teuchos::ParameterList & | p | ) |
Definition at line 67 of file Panzer_ProjectToFaces_impl.hpp.
|
private |
void panzer::ProjectToFaces< EvalT, Traits >::postRegistrationSetup | ( | typename Traits::SetupData | d, |
PHX::FieldManager< Traits > & | vm | ||
) |
Definition at line 131 of file Panzer_ProjectToFaces_impl.hpp.
void panzer::ProjectToFaces< EvalT, Traits >::evaluateFields | ( | typename Traits::EvalData | d | ) |
Definition at line 183 of file Panzer_ProjectToFaces_impl.hpp.
|
inlinevirtual |
Implements panzer::CloneableEvaluator.
Definition at line 74 of file Panzer_ProjectToFaces_decl.hpp.
|
private |
Definition at line 81 of file Panzer_ProjectToFaces_decl.hpp.
|
private |
Definition at line 82 of file Panzer_ProjectToFaces_decl.hpp.
|
private |
Definition at line 83 of file Panzer_ProjectToFaces_decl.hpp.
|
private |
Definition at line 84 of file Panzer_ProjectToFaces_decl.hpp.
|
private |
Definition at line 85 of file Panzer_ProjectToFaces_decl.hpp.
|
private |
If true, a fast algorithm can be used, but this requires a rectangular/square structured hex mesh.
Definition at line 87 of file Panzer_ProjectToFaces_decl.hpp.
|
private |
Definition at line 89 of file Panzer_ProjectToFaces_decl.hpp.
|
private |
Definition at line 90 of file Panzer_ProjectToFaces_decl.hpp.
|
private |
Definition at line 91 of file Panzer_ProjectToFaces_decl.hpp.
|
private |
Definition at line 95 of file Panzer_ProjectToFaces_decl.hpp.
|
private |
Definition at line 97 of file Panzer_ProjectToFaces_decl.hpp.
|
private |
Definition at line 104 of file Panzer_ProjectToFaces_decl.hpp.
|
private |
Definition at line 105 of file Panzer_ProjectToFaces_decl.hpp.
|
private |
Definition at line 106 of file Panzer_ProjectToFaces_decl.hpp.
|
private |
Definition at line 107 of file Panzer_ProjectToFaces_decl.hpp.
|
private |
Definition at line 108 of file Panzer_ProjectToFaces_decl.hpp.
|
private |
Definition at line 109 of file Panzer_ProjectToFaces_decl.hpp.
|
private |
Definition at line 110 of file Panzer_ProjectToFaces_decl.hpp.
|
private |
Definition at line 111 of file Panzer_ProjectToFaces_decl.hpp.
|
private |
Definition at line 112 of file Panzer_ProjectToFaces_decl.hpp.
|
private |
Definition at line 113 of file Panzer_ProjectToFaces_decl.hpp.