Panzer
Version of the Day
|
Transform at Tensor to a std::vector of PHX-vectors. More...
#include <Panzer_TensorToStdVector_decl.hpp>
Inherits EvaluatorWithBaseImpl< Traits >, and 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) More... | |
std::vector< PHX::MDField < ScalarT, Cell, Point, Dim > > | vector_fields |
Vector (to be filled) More... | |
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 65 of file Panzer_TensorToStdVector_decl.hpp.
|
private |
Definition at line 81 of file Panzer_TensorToStdVector_decl.hpp.
panzer::TensorToStdVector< EvalT, Traits >::TensorToStdVector | ( | const Teuchos::ParameterList & | p | ) |
Definition at line 53 of file Panzer_TensorToStdVector_impl.hpp.
void panzer::TensorToStdVector< EvalT, Traits >::evaluateFields | ( | typename Traits::EvalData | d | ) |
Definition at line 87 of file Panzer_TensorToStdVector_impl.hpp.
|
private |
Tensor (to be distributed to vector)
Definition at line 84 of file Panzer_TensorToStdVector_decl.hpp.
|
private |
Vector (to be filled)
Definition at line 87 of file Panzer_TensorToStdVector_decl.hpp.