dcfd7b60aa
perf(multi): Simple parallel multi zone solver
...
Added a simple parallel multi-zone solver
2025-12-18 12:47:39 -05:00
0b09ed1cb3
feat(SpectralSolver): Spectral Solver now works in a limited fashion
...
Major work on spectral solver, can now evolve up to about a year. At
that point we likely need to impliment repartitioning logic to stabalize
the network or some other scheme based on the jacobian structure
2025-12-12 17:24:53 -05:00
e114c0e240
perf(thread saftey): All Engines are now thread safe
...
Previously engines were not thread safe, a seperate engine would be
needed for every thread. This is no longer the case. This allows for
much more efficient parallel execution
2025-12-12 12:08:47 -05:00
97a7fd05d2
feat(SpectralSolver): Began work on multizone spectral solver
...
The single zone solver we have is too slow for a true high resolution
multi-zone enviroment. Began work on a spectral element method
multi-zone solver
2025-12-10 12:50:35 -05:00
b6f452e74c
feat(libconfig): new version of libconfig
2025-12-06 11:41:57 -05:00
Emily Boudreaux
e0a05bbd1a
build(cross): macOS cross compilation
...
macos cross compilation now works. macos binaries can be compiled on
linux with osxcross installed and built
2025-12-01 13:28:25 -05:00
ce8717b248
feat(graphnet_sandbox): Added CLI
...
Added cli options for controling temperature, density, and Tmax
2025-11-24 14:55:17 -05:00
0b77f2e269
refactor(reaction): refactored to an abstract reaction class in prep for weak reactions
2025-08-14 13:33:46 -04:00
f20bffc411
feat(python): added robust python bindings covering the entire codebase
2025-07-23 16:26:30 -04:00
cd191cff23
feat(GridFire): major design changes
...
Switching to an Engine + solver design. Also brought xxHash and Eigen in. Working on QSE and Culling.
2025-06-26 15:13:46 -04:00