feat(dynamic-engine): added derivitves for energy generation rate. dε/dT and dε/dρ have been added to NetOut and computed with auto diff
This commit is contained in:
14
meson.build
14
meson.build
@@ -79,9 +79,19 @@ subdir('build-config')
|
||||
|
||||
subdir('src')
|
||||
|
||||
subdir('build-python')
|
||||
if get_option('build-python')
|
||||
message('Configuring Python bindings...')
|
||||
subdir('src-pybind')
|
||||
else
|
||||
message('Skipping Python bindings...')
|
||||
endif
|
||||
|
||||
subdir('tests')
|
||||
if get_option('build-tests')
|
||||
message('Setting up tests for GridFire...')
|
||||
subdir('tests')
|
||||
else
|
||||
message('Skipping tests for GridFire...')
|
||||
endif
|
||||
|
||||
|
||||
if get_option('pkg-config')
|
||||
|
||||
Reference in New Issue
Block a user