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.
5 lines
167 B
Meson
5 lines
167 B
Meson
project('stroid', 'cpp', meson_version : '>= 1.3.0', version : 'v0.1.0a0.1', default_options : ['cpp_std=c++23'])
|
|
|
|
subdir('build-config')
|
|
subdir('src')
|
|
subdir('tests') |