Panzer
Version of the Day
|
Functions | |
template<typename ScalarT > | |
void | vectorToValue (const std::vector< double > &in_vector, const Teuchos::RCP< Stokhos::OrthogPolyExpansion< int, double > > &expansion, ScalarT &value) |
Converts a vector value into a scalar depending on the scalar type. More... | |
void | vectorToValue (const std::vector< double > &in_vector, const Teuchos::RCP< Stokhos::OrthogPolyExpansion< int, double > > &expansion, panzer::Traits::SGResidual::ScalarT &value) |
Converts a vector value into a scalar depending on the scalar type (specific for SGResidual) More... | |
void | vectorToValue (const std::vector< double > &in_vector, const Teuchos::RCP< Stokhos::OrthogPolyExpansion< int, double > > &expansion, panzer::Traits::SGJacobian::ScalarT &value) |
Converts a vector value into a scalar depending on the scalar type (specific for SGJacobian) More... | |
|
inline |
Converts a vector value into a scalar depending on the scalar type.
Definition at line 60 of file Panzer_SGUtilities.hpp.
|
inline |
Converts a vector value into a scalar depending on the scalar type (specific for SGResidual)
Definition at line 67 of file Panzer_SGUtilities.hpp.
|
inline |
Converts a vector value into a scalar depending on the scalar type (specific for SGJacobian)
Definition at line 95 of file Panzer_SGUtilities.hpp.