Classes
cell_updater_1d.hpp File Reference

Base class for cell update schemes. More...

#include <vector>
#include "source/newtonian/two_dimensional/computational_cell_2d.hpp"
#include "source/newtonian/common/hydrodynamic_variables.hpp"
#include "source/newtonian/common/equation_of_state.hpp"
#include "physical_geometry_1d.hpp"
#include "../two_dimensional/extensive.hpp"
#include "simulation_state_1d.hpp"
Include dependency graph for cell_updater_1d.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CellUpdater1D
 Abstract class for the cell update scheme. More...
 
class  SimpleCellUpdater1D
 A simple cell updater. More...
 

Detailed Description

Base class for cell update schemes.

Author
Almog Yalinewich

Definition in file cell_updater_1d.hpp.