11 #ifndef PANZER_PARAMETER_LIBRARY_UTILITIES_IMPL_HPP
12 #define PANZER_PARAMETER_LIBRARY_UTILITIES_IMPL_HPP
16 template<
typename EvaluationType>
21 if (!pl.isParameter(name))
22 pl.addParameterFamily(name,
true,
false);
26 if (pl.isParameterForType<EvaluationType>(name)) {
28 pl.getEntry<EvaluationType>(name);
34 pl.addEntry<EvaluationType>(name,entry);
40 template<
typename EvaluationType>
45 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)