|
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. | |
Public Member Functions inherited from panzer::DomainEvaluator | |
| DomainEvaluator (DomainType domain=ALL) | |
| Constructor. | |
| virtual | ~DomainEvaluator ()=default |
| Default destructor. | |
| void | setDomain (const DomainType domain) |
| Set the domain for the evaluator. | |
| DomainType | getDomain () |
| Get the domain for the evaluator. | |
| virtual int | cellStartIndex (const panzer::Workset &workset) const |
| Returns the starting cell for the specified domain for a given workset. | |
| virtual int | cellEndIndex (const panzer::Workset &workset) const |
| Returns the non-inclusive end cell for the specified domain for a given workset. | |
Private Types | |
| using | ScalarT = typename EvalT::ScalarT |
Private Attributes | |
| PHX::MDField< ScalarT > | sum |
| PHX::MDField< const ScalarT > | values [MAX_VALUES] |
| PHX::View< const double * > | 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 , EXTERNAL =4 , ALL =5 } |
| 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 35 of file Panzer_Sum.hpp.
|
private |
Definition at line 56 of file Panzer_Sum.hpp.
| panzer::Sum< EvalT, Traits >::Sum | ( | const Teuchos::ParameterList & | p | ) |
Definition at line 22 of file Panzer_Sum_impl.hpp.
| void panzer::Sum< EvalT, Traits >::postRegistrationSetup | ( | typename Traits::SetupData | d, |
| PHX::FieldManager< Traits > & | fm | ||
| ) |
Definition at line 77 of file Panzer_Sum_impl.hpp.
| void panzer::Sum< EvalT, Traits >::evaluateFields | ( | typename Traits::EvalData | d | ) |
Definition at line 149 of file Panzer_Sum_impl.hpp.
| KOKKOS_INLINE_FUNCTION void panzer::Sum< EvalT, TRAITS >::operator() | ( | PanzerSumTag< RANK > | , |
| const int & | i | ||
| ) | const |
Definition at line 90 of file Panzer_Sum_impl.hpp.
|
staticprivate |
Definition at line 57 of file Panzer_Sum.hpp.
|
private |
Definition at line 59 of file Panzer_Sum.hpp.
|
private |
Definition at line 62 of file Panzer_Sum.hpp.
|
private |
Definition at line 63 of file Panzer_Sum.hpp.
|
private |
Definition at line 65 of file Panzer_Sum.hpp.