feat(policy network stack): Policies can now return the network stack

Policies can now return the network stack which allows the caller more
control over settings and running a solver against various levels of the
stack. Further, policies can return the partition function used as well
as a vector of enums which describe the structure of the network stack.
This commit is contained in:
2025-11-14 10:53:38 -05:00
parent 9417b79a32
commit a9ef20f664
5 changed files with 67 additions and 2 deletions

View File

@@ -9,6 +9,7 @@ gridfire_sources = files(
'lib/engine/procedures/priming.cpp',
'lib/engine/procedures/construction.cpp',
'lib/engine/diagnostics/dynamic_engine_diagnostics.cpp',
'lib/engine/types/jacobian.cpp',
'lib/reaction/reaction.cpp',
'lib/reaction/reaclib.cpp',
'lib/reaction/weak/weak.cpp',