|
Panzer Version of the Day
|
Copies a set of scalar fields into a single vector field. More...
#include <Panzer_ScalarToVector_decl.hpp>

Public Types | |
| using | ScalarT = typename EvalT::ScalarT |
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... | |
Public Member Functions | |
| ScalarToVector (const Teuchos::ParameterList &p) | |
| ScalarToVector (const std::vector< PHX::Tag< ScalarT > > &input, const PHX::FieldTag &output) | |
| void | postRegistrationSetup (typename Traits::SetupData d, PHX::FieldManager< Traits > &fm) |
| void | evaluateFields (typename Traits::EvalData d) |
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 | InnerView = typename PHX::MDField< const ScalarT, Cell, Point >::array_type |
Private Attributes | |
| PHX::MDField< ScalarT, Cell, Point, Dim > | vector_field_ |
| std::vector< PHX::MDField< const ScalarT, Cell, Point > > | scalar_fields_ |
| PHX::ViewOfViews< 1, InnerView > | scalar_fields_vov_ |
Additional Inherited Members | |
Protected Attributes inherited from panzer::EvaluatorWithBaseImpl< Traits > | |
| WorksetDetailsAccessor | wda |
Copies a set of scalar fields into a single vector field.
Definition at line 24 of file Panzer_ScalarToVector_decl.hpp.
| using panzer::ScalarToVector< EvalT, Traits >::ScalarT = typename EvalT::ScalarT |
Definition at line 27 of file Panzer_ScalarToVector_decl.hpp.
|
private |
Definition at line 43 of file Panzer_ScalarToVector_decl.hpp.
| panzer::ScalarToVector< EvalT, Traits >::ScalarToVector | ( | const Teuchos::ParameterList & | p | ) |
Definition at line 20 of file Panzer_ScalarToVector_impl.hpp.
| panzer::ScalarToVector< EvalT, Traits >::ScalarToVector | ( | const std::vector< PHX::Tag< ScalarT > > & | input, |
| const PHX::FieldTag & | output | ||
| ) |
Definition at line 46 of file Panzer_ScalarToVector_impl.hpp.
| void panzer::ScalarToVector< EvalT, Traits >::postRegistrationSetup | ( | typename Traits::SetupData | d, |
| PHX::FieldManager< Traits > & | fm | ||
| ) |
Definition at line 71 of file Panzer_ScalarToVector_impl.hpp.
| void panzer::ScalarToVector< EvalT, Traits >::evaluateFields | ( | typename Traits::EvalData | d | ) |
Definition at line 86 of file Panzer_ScalarToVector_impl.hpp.
|
private |
Definition at line 41 of file Panzer_ScalarToVector_decl.hpp.
|
private |
Definition at line 42 of file Panzer_ScalarToVector_decl.hpp.
|
private |
Definition at line 44 of file Panzer_ScalarToVector_decl.hpp.