p-costa / SNaC

A multi-block solver for massively parallel direct numerical simulations (DNS) of fluid flows
MIT License
39 stars 9 forks source link

sanity check -- ensure that there are enough points to partition for a certain block #4

Closed p-costa closed 3 years ago

p-costa commented 3 years ago

if the number of computational divisions is larger than the number of grid points, the simulation must be killed and an error returned.

p-costa commented 3 years ago

Fixed by 3634a4c.