Go to the source code of this file.
Functions | |
std::string | paramErrorPrefix (const InputParameters ¶ms, const std::string ¶m) |
Get canonical paramError prefix for param-related error/warning/info messages. More... | |
std::string paramErrorPrefix | ( | const InputParameters & | params, |
const std::string & | param | ||
) |
Get canonical paramError prefix for param-related error/warning/info messages.
Use this for building custom messages when the default paramError isn't quite what you need.
Definition at line 16 of file MooseBaseParameterInterface.C.
Referenced by MaterialPropertyInterface::checkBlockAndBoundaryCompatibility(), and MooseBaseParameterInterface::paramErrorMsg().