A Problem object to perform level set equation reinitialization implementation, mainly implementing a method to reset the state of the simulation so a solve can be performed again. More...
#include <LevelSetReinitializationProblem.h>
Public Member Functions | |
| LevelSetReinitializationProblem (const InputParameters ¶meters) | |
| void | resetTime () |
| Resets the state of the simulation to allow for it to be re-executed. More... | |
A Problem object to perform level set equation reinitialization implementation, mainly implementing a method to reset the state of the simulation so a solve can be performed again.
Definition at line 24 of file LevelSetReinitializationProblem.h.
| LevelSetReinitializationProblem::LevelSetReinitializationProblem | ( | const InputParameters & | parameters | ) |
Definition at line 24 of file LevelSetReinitializationProblem.C.
| void LevelSetReinitializationProblem::resetTime | ( | ) |
Resets the state of the simulation to allow for it to be re-executed.
Definition at line 30 of file LevelSetReinitializationProblem.C.
Referenced by LevelSetReinitializationMultiApp::solveStep().
1.8.16