source
newtonian
one_dimensional
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
12
class
ZeroForce1D
:
public
SourceTerm1D
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
Extensive variables.
Definition:
extensive.hpp:18
source_term_1d.hpp
Abstract class for external forces.
ZeroForce1D
Zero external force.
Definition:
zero_force_1d.hpp:12
SourceTerm1D
Abstract class for external forces.
Definition:
source_term_1d.hpp:17
SimulationState1D
Package for computational domain and hydro cells.
Definition:
simulation_state_1d.hpp:34
Generated on Thu Jun 4 2020 18:12:15 by
1.8.13