refactor(network): updated network and network::approx8 to use composition module

This is a very basic wrapper implimentation currently. This is sufficient to lock the interface down so that other code can target it. However, internally there is just a "convert" function. Eventually we should rework the code itself to use the composition module more directly.
This commit is contained in:
2025-06-17 09:43:43 -04:00
parent 06de84592e
commit 70f13b7222
8 changed files with 366 additions and 298 deletions

View File

@@ -15,7 +15,9 @@ dependencies = [
quill_dep,
mfem_dep,
config_dep,
probe_dep
probe_dep,
species_weight_dep,
composition_dep,
]
# Define the libnetwork library so it can be linked against by other parts of the build system