#include <LikelihoodInterface.h>
Public Member Functions | |
LikelihoodInterface (const InputParameters ¶meters) | |
Static Public Member Functions | |
static InputParameters | validParams () |
Protected Member Functions | |
LikelihoodFunctionBase * | getLikelihoodFunctionByName (const UserObjectName &name) const |
Lookup a LikelihoodFunction object by name and return pointer. More... | |
Private Attributes | |
FEProblemBase & | _likelihood_feproblem |
Reference to FEProblemBase instance. More... | |
Definition at line 16 of file LikelihoodInterface.h.
LikelihoodInterface::LikelihoodInterface | ( | const InputParameters & | parameters | ) |
Definition at line 18 of file LikelihoodInterface.C.
|
protected |
Lookup a LikelihoodFunction object by name and return pointer.
Definition at line 24 of file LikelihoodInterface.C.
Referenced by PMCMCDecision::PMCMCDecision(), and TestLikelihood::TestLikelihood().
|
static |
Definition at line 13 of file LikelihoodInterface.C.
Referenced by TestLikelihood::validParams(), and PMCMCDecision::validParams().
|
private |
Reference to FEProblemBase instance.
Definition at line 29 of file LikelihoodInterface.h.
Referenced by getLikelihoodFunctionByName().