feat(GridFire): SERiF now uses GridFire

This commit is contained in:
2025-06-21 13:50:04 -04:00
parent 80e4f6c7d9
commit 4cb1a4841a
19 changed files with 42 additions and 1252 deletions

View File

@@ -25,7 +25,7 @@ py_mod = py_installation.extension_module(
mfem_dep,
polysolver_dep,
trampoline_dep,
network_dep,
gridfire_dep,
],
cpp_args : ['-UNDEBUG'], # Example: Ensure assertions are enabled if needed
install : true,