Fix v X B

This commit is contained in:
2023-10-02 21:49:35 +02:00
parent 25f018f35f
commit 5509efc301
2 changed files with 40 additions and 18 deletions

View File

@@ -75,6 +75,10 @@ public:
/** @brief Go forward one timestep using the forward Euler method
* */
void evolve_forward_euler(double dt);
arma::vec get_particle(int i);
double get_d();
};
#endif