This commit is contained in:
2023-10-18 13:34:23 +02:00
parent d7246b05b1
commit 4f38357db7
14 changed files with 260 additions and 33 deletions

View File

@@ -222,6 +222,9 @@ public:
double fraction_of_particles_left(double time, unsigned int steps,
std::string method = "rk4",
bool particle_interaction = true);
vec_3d get_r(int i);
double get_t();
};
#endif