|
Panzer Version of the Day
|
Transform at Tensor to a std::vector of PHX-vectors. More...
#include <Panzer_TensorToStdVector_decl.hpp>
Inherits PHX::EvaluatorWithBaseImpl< Traits >, and PHX::EvaluatorDerived< EvalT, Traits >.
Public Member Functions | |
| TensorToStdVector (const Teuchos::ParameterList &p) | |
| void | evaluateFields (typename Traits::EvalData d) |
Private Types | |
| using | ScalarT = typename EvalT::ScalarT |
Private Attributes | |
| PHX::MDField< const ScalarT, Cell, Point, Dim, Dim > | tensor_field |
| Tensor (to be distributed to vector) | |
| std::vector< PHX::MDField< ScalarT, Cell, Point, Dim > > | vector_fields |
| Vector (to be filled) | |
Transform at Tensor to a std::vector of PHX-vectors.
Since Phalanx/Panzer heavily relies on componentwise compuations, a tensor PHX::MDField<ScalarT,Cell,Point,Dim,Dim> is often represented by a std::vector<PHX::MDField<ScalarT,Cell,Point,Dim> >.
This class transforms a tensor to a std::vector representation.
Definition at line 33 of file Panzer_TensorToStdVector_decl.hpp.
|
private |
Definition at line 49 of file Panzer_TensorToStdVector_decl.hpp.
| panzer::TensorToStdVector< EvalT, Traits >::TensorToStdVector | ( | const Teuchos::ParameterList & | p | ) |
Definition at line 20 of file Panzer_TensorToStdVector_impl.hpp.
| void panzer::TensorToStdVector< EvalT, Traits >::evaluateFields | ( | typename Traits::EvalData | d | ) |
Definition at line 54 of file Panzer_TensorToStdVector_impl.hpp.
|
private |
Tensor (to be distributed to vector)
Definition at line 52 of file Panzer_TensorToStdVector_decl.hpp.
|
private |
Vector (to be filled)
Definition at line 55 of file Panzer_TensorToStdVector_decl.hpp.