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 +
"'");
LikelihoodInterface(const InputParameters ¶meters)
All Likelihoods should inherit from this class.
void mooseError(Args &&... args)
FEProblemBase & _likelihood_feproblem
Reference to FEProblemBase instance.
TheWarehouse & theWarehouse() const
static InputParameters validParams()
LikelihoodFunctionBase * getLikelihoodFunctionByName(const UserObjectName &name) const
Lookup a LikelihoodFunction object by name and return pointer.
const Elem & get(const ElemType type_in)