38 virtual Real
value(
const Point & p)
override;
InputParameters validParams()
Interface for objects that need to use distributions.
All Distributions should inherit from this class.
const InputParameters & parameters() const
Get the parameters of the object.
Base class for randomly generated initial conditions.
RandomIC just returns a Random value.
const Real _max
The upper bound of the random number range.
static InputParameters validParams()
Distribution const * _distribution
Distribution object optionally used to define distribution of random numbers.
virtual Real value(const Point &p) override
The value of the variable at a point.
const Real _min
The lower bound of the random number range.
The following methods are specializations for using the libMesh::Parallel::packed_range_* routines fo...