CFD-GO / TCLB

TCLB - Templated MPI+CUDA/CPU Lattice Boltzmann code
https://tclb.io
GNU General Public License v3.0
177 stars 70 forks source link

Adding double-dash options #494

Closed llaniewski closed 7 months ago

llaniewski commented 7 months ago

This simplifies the interface for the most common, global options:

CLB/d2q9/main example/flow/2d/karman.xml . @toArb = "y" . @remove_bulk = "Wall"

becomes now:

CLB/d2q9/main example/flow/2d/karman.xml --toArb true --remove_bulk Wall