simulation_null module¶
- class simulation_null.NullSimulation(solver_name, problem_name, rp, timers=None, data_class=<class 'mesh.patch.CellCenterData2d'>)[source]¶
Bases:
object
- compute_timestep()[source]¶
a generic wrapper for computing the timestep that respects the driver parameters on timestepping
- finalize()[source]¶
Do any final clean-ups for the simulation and call the problem’s finalize() method.