zero_force_1d.hpp
Go to the documentation of this file.
1 
6 #ifndef ZERO_FORCE_1D_HPP
7 #define ZERO_FORCE_1D_HPP 1
8 
9 #include "source_term_1d.hpp"
10 
13 {
14 public:
15  Extensive operator()
16  (const SimulationState1D& state,
17  size_t point,
18  double t,
19  double dt) const;
20 };
21 
22 #endif // ZERO_FORCE_1D_HPP
Extensive variables.
Definition: extensive.hpp:18
Abstract class for external forces.
Zero external force.
Abstract class for external forces.
Package for computational domain and hydro cells.