feat(mean_field): added dimensions, discritization, and start of eos
The full rewrite of mean_field into something maintainable is progressing. dimensions is mostly done, discritization (domain, blocks, and fields) is done, and eos is progressing quickly
This commit is contained in:
@@ -29,10 +29,7 @@ endif
|
||||
subdir('build-check')
|
||||
subdir('build-config')
|
||||
subdir('include/meson_mfem_template')
|
||||
subdir('examples')
|
||||
subdir('benchmarks')
|
||||
subdir('web')
|
||||
subdir('build-python')
|
||||
subdir('src')
|
||||
subdir('tests')
|
||||
|
||||
summary(
|
||||
@@ -52,8 +49,6 @@ summary(
|
||||
'FMS': mfem_features.get('fms'),
|
||||
'Algoim': mfem_features.get('algoim'),
|
||||
'Python bindings': get_option('build_python'),
|
||||
'examples': get_option('build_examples'),
|
||||
'benchmarks': get_option('build_benchmarks'),
|
||||
'tests': get_option('build_tests'),
|
||||
},
|
||||
section: 'meson-mfem-template ' + meson.project_version(),
|
||||
|
||||
Reference in New Issue
Block a user