24 : _dni_params(moose_object->parameters()),
25 _dni_feproblem(*_dni_params.getCheckedPointerParam<
FEProblemBase *>(
"_fe_problem_base")),
26 _dni_moose_object_ptr(moose_object)
std::string name(const ElemQuality q)
virtual Distribution & getDistribution(const std::string &name)
DistributionInterface(const MooseObject *moose_object)
All Distributions should inherit from this class.
Specialization of SubProblem for solving nonlinear equations plus auxiliary equations.
static InputParameters validParams()
Every object that can be built by the factory should be derived from this class.
const Distribution & getDistributionByName(const DistributionName &name) const
Get a distribution with a given name.
FEProblemBase & _dni_feproblem
Reference to FEProblemBase instance.
const Distribution & getDistribution(const std::string &name) const
Get a distribution with a given name.
const InputParameters & _dni_params
Parameters of the object with this interface.