cylindrical_complementary_1d.hpp
1 #include "source_term_1d.hpp"
2 
6 {
7 public:
8 
10 
11  Extensive operator()
12  (const SimulationState1D& state,
13  size_t point,
14  double t,
15  double dt) const;
16 };
Extensive variables.
Definition: extensive.hpp:18
Abstract class for external forces.
Complementary source term for spherical simulations.
Abstract class for external forces.
Package for computational domain and hydro cells.