Panzer  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
panzer::sg_utils Namespace Reference

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...
 

Function Documentation

template<typename ScalarT >
void panzer::sg_utils::vectorToValue ( const std::vector< double > &  in_vector,
const Teuchos::RCP< Stokhos::OrthogPolyExpansion< int, double > > &  expansion,
ScalarT &  value 
)
inline

Converts a vector value into a scalar depending on the scalar type.

Definition at line 60 of file Panzer_SGUtilities.hpp.

void panzer::sg_utils::vectorToValue ( const std::vector< double > &  in_vector,
const Teuchos::RCP< Stokhos::OrthogPolyExpansion< int, double > > &  expansion,
panzer::Traits::SGResidual::ScalarT value 
)
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.

void panzer::sg_utils::vectorToValue ( const std::vector< double > &  in_vector,
const Teuchos::RCP< Stokhos::OrthogPolyExpansion< int, double > > &  expansion,
panzer::Traits::SGJacobian::ScalarT value 
)
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.