Panzer
Version of the Day
|
#include <Panzer_Sum_decl.hpp>
Classes | |
struct | NoScalarsTag |
struct | ScalarsTag |
Public Member Functions | |
SumStatic (const Teuchos::ParameterList &p) | |
void | postRegistrationSetup (typename TRAITS::SetupData d, PHX::FieldManager< TRAITS > &fm) |
void | evaluateFields (typename TRAITS::EvalData d) |
KOKKOS_INLINE_FUNCTION void | operator() (const ScalarsTag, const unsigned c) const |
KOKKOS_INLINE_FUNCTION void | operator() (const NoScalarsTag, const unsigned c) const |
![]() | |
void | setDetailsIndex (const int di) |
An evaluator builder sets the details index. More... | |
Private Types | |
enum | { MAX_VALUES =20 } |
typedef EvalT::ScalarT | ScalarT |
Private Attributes | |
PHX::MDField< ScalarT, Tag0, Tag1 > | sum |
std::vector< PHX::MDField< const ScalarT, Tag0, Tag1 > > | values |
bool | useScalars |
PHX::MDField< const ScalarT, Tag0, Tag1 > | current_value |
Kokkos::View< const ScalarT **, PHX::Device > | value_views [MAX_VALUES] |
Kokkos::View< const double *, PHX::Device > | scalars |
int | numValues |
Additional Inherited Members | |
![]() | |
WorksetDetailsAccessor | wda |
Definition at line 117 of file Panzer_Sum_decl.hpp.
|
private |
Definition at line 134 of file Panzer_Sum_decl.hpp.
|
private |
Enumerator | |
---|---|
MAX_VALUES |
Definition at line 142 of file Panzer_Sum_decl.hpp.
panzer::SumStatic< EvalT, TRAITS, Tag0, Tag1, void >::SumStatic | ( | const Teuchos::ParameterList & | p | ) |
Definition at line 289 of file Panzer_Sum_impl.hpp.
void panzer::SumStatic< EvalT, TRAITS, Tag0, Tag1, void >::postRegistrationSetup | ( | typename TRAITS::SetupData | d, |
PHX::FieldManager< TRAITS > & | fm | ||
) |
Definition at line 341 of file Panzer_Sum_impl.hpp.
void panzer::SumStatic< EvalT, TRAITS, Tag0, Tag1, void >::evaluateFields | ( | typename TRAITS::EvalData | d | ) |
Definition at line 355 of file Panzer_Sum_impl.hpp.
KOKKOS_INLINE_FUNCTION void panzer::SumStatic< EvalT, TRAITS, Tag0, Tag1, void >::operator() | ( | const ScalarsTag | , |
const unsigned | c | ||
) | const |
Definition at line 371 of file Panzer_Sum_impl.hpp.
KOKKOS_INLINE_FUNCTION void panzer::SumStatic< EvalT, TRAITS, Tag0, Tag1, void >::operator() | ( | const NoScalarsTag | , |
const unsigned | c | ||
) | const |
Definition at line 384 of file Panzer_Sum_impl.hpp.
|
private |
Definition at line 136 of file Panzer_Sum_decl.hpp.
|
private |
Definition at line 137 of file Panzer_Sum_decl.hpp.
|
private |
Definition at line 138 of file Panzer_Sum_decl.hpp.
|
private |
Definition at line 143 of file Panzer_Sum_decl.hpp.
|
private |
Definition at line 144 of file Panzer_Sum_decl.hpp.
|
private |
Definition at line 145 of file Panzer_Sum_decl.hpp.
|
private |
Definition at line 146 of file Panzer_Sum_decl.hpp.