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:
2026-09-15 10:42:00 -04:00
parent 7c99debf2f
commit d1f59d6d70
88 changed files with 324020 additions and 268 deletions

View File

@@ -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(),