38 p->
set(
"Basis",basis);
81 p->
set<
bool>(
"Use Time Derivative Solution Vector",
false);
82 p->
get<std::string>(
"Global Data Key",
"Solution Gather Container");
88 p->
set<std::string>(
"Sensitivities Name",
"");
89 p->
set<
bool>(
"First Sensitivities Available",
true);
90 p->
set<
int>(
"Gather Seed Index",-1);
93 p->
set<
bool>(
"Second Sensitivities Available",
true);
94 p->
set<std::string>(
"Second Sensitivities Data Key Prefix",
"DELTA_");
T & get(const std::string &name, T def_value)
ParameterList & set(std::string const &name, T &&value, std::string const &docString="", RCP< const ParameterEntryValidator > const &validator=null)
bool remove(std::string const &name, bool throwIfNotExists=true)
TEUCHOS_DEPRECATED RCP< T > rcp(T *p, Dealloc_T dealloc, bool owns_mem)
void setMyParamList(const RCP< ParameterList > ¶mList)
void validateParametersAndSetDefaults(ParameterList const &validParamList, int const depth=1000)
bool isType(const std::string &name) const