36 FEProblemBase * fe_problem = this->getParam<FEProblemBase *>(
"_fe_problem_base");
registerMooseObject("MooseApp", ImageFunction)
Specialization of SubProblem for solving nonlinear equations plus auxiliary equations.
virtual MooseMesh & mesh() override
Base class for function objects.
static InputParameters validParams()
Class constructor.
A function for extracting data from an image or stack of images.
virtual void initialSetup() override
Initialize the ImageSampler.
virtual ~ImageFunction()
Class destructor.
static InputParameters validParams()
Class constructor.
virtual Real value(Real t, const Point &p) const override
Return the pixel value for the given point.
ImageFunction(const InputParameters ¶meters)
A helper class for reading and sampling images using VTK.
virtual libMesh::Real sample(const libMesh::Point &p) const
Return the pixel value for the given point.
virtual void setupImageSampler(MooseMesh &mesh)
Perform initialization of image data.
static InputParameters validParams()
Constructor.
MooseMesh wraps a libMesh::Mesh object and enhances its capabilities by caching additional data and s...