|
Panzer
Version of the Day
|
Go to the documentation of this file.
43 #ifndef PANZER_EVALUATOR_DOF_DIV_DECL_HPP
44 #define PANZER_EVALUATOR_DOF_DIV_DECL_HPP
46 #include "Phalanx_Evaluator_Macros.hpp"
47 #include "Phalanx_MDField.hpp"
53 template<
typename EvalT,
typename TRAITS>
55 public PHX::EvaluatorDerived<EvalT, TRAITS> {
67 DOFDiv(
const PHX::FieldTag & input,
68 const PHX::FieldTag & output,
93 template<
typename TRAITS>
96 public PHX::EvaluatorDerived<panzer::Traits::Jacobian, TRAITS> {
101 DOFDiv(
const PHX::FieldTag & input,
102 const PHX::FieldTag & output,
std::vector< int > offsets
PHX::MDField< const ScalarT, Cell, Point > dof_value
panzer::Traits::Jacobian::ScalarT ScalarT
PHX::MDField< ScalarT, Cell, IP > dof_div
panzer::IntegrationDescriptor id_
PHX::MDField< ScalarT, Cell, IP > dof_div
panzer::BasisDescriptor bd_
void postRegistrationSetup(typename TRAITS::SetupData d, PHX::FieldManager< TRAITS > &fm)
Interpolates basis DOF values to IP DOF Div values.
panzer::BasisDescriptor bd_
PHX::MDField< const ScalarT, Cell, Point > dof_value
Wrapper to PHX::EvaluatorWithBaseImpl that implements Panzer-specific helpers.
DOFDiv(const Teuchos::ParameterList &p)
panzer::IntegrationDescriptor id_
void evaluateFields(typename TRAITS::EvalData d)