43 #ifndef PANZER_PARAMETER_LIBRARY_UTILITIES_IMPL_HPP 
   44 #define PANZER_PARAMETER_LIBRARY_UTILITIES_IMPL_HPP 
   48   template<
typename EvaluationType>
 
   53     if (!pl.isParameter(name))
 
   54       pl.addParameterFamily(name,
true,
false);
 
   58     if (pl.isParameterForType<EvaluationType>(name)) {
 
   60   pl.getEntry<EvaluationType>(name);
 
   66       pl.addEntry<EvaluationType>(name,entry);
 
   72   template<
typename EvaluationType>
 
   77       pl.getEntry<EvaluationType>(name);
 
Teuchos::RCP< panzer::ScalarParameterEntry< EvaluationType > > accessScalarParameter(const std::string name, panzer::ParamLib &pl)
 
TEUCHOS_DEPRECATED RCP< T > rcp(T *p, Dealloc_T dealloc, bool owns_mem)
 
Sacado::ScalarParameterLibrary< panzer::EvaluationTraits > ParamLib
 
Teuchos::RCP< panzer::ScalarParameterEntry< EvaluationType > > createAndRegisterScalarParameter(const std::string name, panzer::ParamLib &pl)