19 : _likelihood_feproblem(*parameters.get<
FEProblemBase *>(
"_fe_problem_base"))
26 std::vector<LikelihoodFunctionBase *> models;
30 .condition<AttribSystem>(
"LikelihoodFunctionBase")
34 mooseError(
"Unable to find a LikelihoodFunction object with the name '" +
name +
"'");
void mooseError(Args &&... args)
TheWarehouse & theWarehouse() const
All Likelihoods should inherit from this class.
FEProblemBase & _likelihood_feproblem
Reference to FEProblemBase instance.
static InputParameters validParams()
LikelihoodFunctionBase * getLikelihoodFunctionByName(const UserObjectName &name) const
Lookup a LikelihoodFunction object by name and return pointer.
LikelihoodInterface(const InputParameters ¶meters)