hystrath / hyStrath

Hypersonic / Rarefied gas dynamics code developments (GPL-3.0)
https://hystrath.github.io/
GNU General Public License v3.0
219 stars 109 forks source link

Fix index out of range fatal error #114

Closed tantecky closed 1 year ago

tantecky commented 1 year ago

Some boundary conditions could not be used, because a wrong index was used to access a cell in delta time calculation.

vincentcasseau commented 1 year ago

Well spotted, thanks a lot!