python-hydro / pyro2

A framework for hydrodynamics explorations and prototyping
https://python-hydro.github.io/pyro2
BSD 3-Clause "New" or "Revised" License
305 stars 124 forks source link

remove the isinstance check in the problem setups #258

Closed zingale closed 2 months ago

zingale commented 2 months ago

we don't need to restrict the setups to CellCenterData2d -- FV2d works just as well for most.

Additionally, enforcing this check is not really pythonic