Class for manual tweaking with the simulation data. More...
#include <main_loop_2d.hpp>
Public Member Functions | |
virtual void | operator() (hdsim &sim)=0 |
Modifies the simulation data. More... | |
Class for manual tweaking with the simulation data.
Definition at line 112 of file main_loop_2d.hpp.
|
pure virtual |
Modifies the simulation data.
sim | Hydrodynamic simulation |
Implemented in NonConservativeAMR, ConservativeAMR, and AMR.