| 
    Panzer
    Version of the Day
    
   | 
 
#include <Panzer_Sum.hpp>

Classes | |
| struct | PanzerSumTag | 
Public Member Functions | |
| Sum (const Teuchos::ParameterList &p) | |
| void | postRegistrationSetup (typename Traits::SetupData d, PHX::FieldManager< Traits > &fm) | 
| void | evaluateFields (typename Traits::EvalData d) | 
| template<unsigned int RANK> | |
| KOKKOS_INLINE_FUNCTION void | operator() (PanzerSumTag< RANK >, const int &i) const | 
  Public Member Functions inherited from panzer::EvaluatorWithBaseImpl< Traits > | |
| void | setDetailsIndex (const int di) | 
| An evaluator builder sets the details index.  More... | |
  Public Member Functions inherited from panzer::DomainEvaluator | |
| DomainEvaluator (DomainType domain=ALL) | |
| Constructor.  More... | |
| virtual | ~DomainEvaluator ()=default | 
| Default destructor.  More... | |
| void | setDomain (const DomainType domain) | 
| Set the domain for the evaluator.  More... | |
| DomainType | getDomain () | 
| Get the domain for the evaluator.  More... | |
| virtual int | cellStartIndex (const panzer::Workset &workset) const | 
| Returns the starting cell for the specified domain for a given workset.  More... | |
| virtual int | cellEndIndex (const panzer::Workset &workset) const | 
| Returns the non-inclusive end cell for the specified domain for a given workset.  More... | |
Private Types | |
| using | ScalarT = typename EvalT::ScalarT | 
Private Attributes | |
| PHX::MDField< ScalarT > | sum | 
| PHX::MDField< const ScalarT > | values [MAX_VALUES] | 
| Kokkos::View< const double  *, typename PHX::DevLayout < double >::type, PHX::Device >  | scalars | 
| std::size_t | cell_data_size | 
Static Private Attributes | |
| static const int | MAX_VALUES =20 | 
Additional Inherited Members | |
  Public Types inherited from panzer::DomainEvaluator | |
| enum | DomainType : int {  OWNED =0, GHOST =1, REAL =2, VIRTUAL =3, ALL =4 }  | 
| Domain types supported by worksets.  More... | |
  Protected Attributes inherited from panzer::EvaluatorWithBaseImpl< Traits > | |
| WorksetDetailsAccessor | wda | 
Sums entries on a single data layout
<ParameterList> <ParameterList name="Sum Name" type="string" value="<destination field name>"/> <ParameterList name="Values Names" type="Teuchos::RCP<std::vector<std::string> >" value="<Source field names>"/> <ParameterList name="Scalars" type="Teuchos::RCP<const std::vector<double> >" value="<scalar values>"/> <ParameterList name="Data Layout" type="Teuchos::RCP<PHX::DataLayout>" value="<data layout of all associated fields>"/> </ParameterList>
Definition at line 67 of file Panzer_Sum.hpp.
      
  | 
  private | 
Definition at line 88 of file Panzer_Sum.hpp.
| panzer::Sum< EvalT, Traits >::Sum | ( | const Teuchos::ParameterList & | p | ) | 
Definition at line 55 of file Panzer_Sum_impl.hpp.
| void panzer::Sum< EvalT, Traits >::postRegistrationSetup | ( | typename Traits::SetupData | d, | 
| PHX::FieldManager< Traits > & | fm | ||
| ) | 
Definition at line 108 of file Panzer_Sum_impl.hpp.
| void panzer::Sum< EvalT, Traits >::evaluateFields | ( | typename Traits::EvalData | d | ) | 
Definition at line 180 of file Panzer_Sum_impl.hpp.
| KOKKOS_INLINE_FUNCTION void panzer::Sum< EvalT, TRAITS >::operator() | ( | PanzerSumTag< RANK > | , | 
| const int & | i | ||
| ) | const | 
Definition at line 120 of file Panzer_Sum_impl.hpp.
      
  | 
  staticprivate | 
Definition at line 89 of file Panzer_Sum.hpp.
      
  | 
  private | 
Definition at line 91 of file Panzer_Sum.hpp.
      
  | 
  private | 
Definition at line 94 of file Panzer_Sum.hpp.
      
  | 
  private | 
Definition at line 95 of file Panzer_Sum.hpp.
      
  | 
  private | 
Definition at line 97 of file Panzer_Sum.hpp.
 1.8.5