HPCSys-Lab / simwave

Simulates the propagation of the acoustic wave using the finite difference method in 2D and 3D domains.
GNU General Public License v3.0
40 stars 13 forks source link

timestep specification #36

Closed krober10nd closed 3 years ago

krober10nd commented 3 years ago
jaimesouza commented 3 years ago

Indeed. I am gonna change that.

jaimesouza commented 3 years ago

Done https://github.com/HPCSys-Lab/simwave/commit/0f82eb4164d38c1252b14a855ca3b49b6d7465dc

jaimesouza commented 3 years ago

Do you think we should define the custom dt in the TimeModel constructor, instead of in a setter function?

krober10nd commented 3 years ago

I think we should have an optional kwarg in the constructor and also a getter and setter method in the TimeModel class.

jaimesouza commented 3 years ago

Ok