stroid generates o-grid topologies with proper boundary conditions applied. Currently the external domain does not work, this will be addressed in the next commit.
3 lines
327 B
Meson
3 lines
327 B
Meson
option('pkg_config', type: 'boolean', value: false, description: 'generate pkg-config file for stroid')
|
|
option('build_tests', type: 'boolean', value: false, description: 'compile subproject tests')
|
|
option('build_python', type: 'boolean', value: true, description: 'build the python bindings so you can use stroid from python.') |