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

Public Member Functions | |
| VectorToScalar (const Teuchos::ParameterList &p) | |
| void | evaluateFields (typename Traits::EvalData d) |
| VectorToScalar (const PHX::FieldTag &input, const std::vector< PHX::Tag< ScalarT > > &output) | |
| Tag only constructor for this class. | |
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 | |
| std::vector< PHX::MDField< ScalarT, Cell, Point > > | scalar_fields |
| PHX::MDField< const ScalarT, Cell, Point, Dim > | vector_field |
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 |
Definition at line 23 of file Panzer_VectorToScalar_decl.hpp.
|
private |
Definition at line 39 of file Panzer_VectorToScalar_decl.hpp.
| panzer::VectorToScalar< EvalT, Traits >::VectorToScalar | ( | const Teuchos::ParameterList & | p | ) |
Definition at line 20 of file Panzer_VectorToScalar_impl.hpp.
| panzer::VectorToScalar< EvalT, Traits >::VectorToScalar | ( | const PHX::FieldTag & | input, |
| const std::vector< PHX::Tag< ScalarT > > & | output | ||
| ) |
Tag only constructor for this class.
Definition at line 54 of file Panzer_VectorToScalar_impl.hpp.
| void panzer::VectorToScalar< EvalT, Traits >::evaluateFields | ( | typename Traits::EvalData | d | ) |
Definition at line 79 of file Panzer_VectorToScalar_impl.hpp.
|
private |
Definition at line 41 of file Panzer_VectorToScalar_decl.hpp.
|
private |
Definition at line 42 of file Panzer_VectorToScalar_decl.hpp.