Go to the documentation of this file.
33 virtual bool solveStep(Real dt, Real target_time,
bool auto_advance =
true)
override;
const unsigned int & _interval
The solve interval for reinitialization.
InputParameters validParams< LevelSetReinitializationMultiApp >()
virtual bool solveStep(Real dt, Real target_time, bool auto_advance=true) override
Executioner * _executioner
Access to the Executioner object to call execute()
LevelSetReinitializationProblem * _level_set_problem
Access to the level set specific problem to allow for the resetTime() method to be called.
MultiApp that performs a time reset prior to solving, this enables the level set reinitialization to ...
LevelSetReinitializationMultiApp(const InputParameters ¶meters)
A Problem object to perform level set equation reinitialization implementation, mainly implementing a...
virtual void initialSetup() override