You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #78 from Project-SEA-Stack/refactor/hydro-system
Major Refactor: Modular Hydrodynamics Core (HydroForces) with HydroSystem Façade, and Chrono Coupling Layer
Merge pull request #76 from dav-og/fix/CLI_bugs
CLI fixes - progress bar, parsing wave inputs, adding some irregular data to .h5 files & GUI button bugfix
Merge pull request #70 from dav-og/feature/testing-framework
test(build,docs): integrate testing framework; migrate regression suites; add Windows build script
- Introduces regression testing framework and helpers.
- Migrates suites: sphere decay, RM3, OSWEC, F3OF DT1/DT2/DT3.
- Unifies reference data and comparison scripts; improves test logging.
- Adds `quick-build.ps1` and `build-config.example.json`; ignores machine-local `build-config.json`.
- Updates README with config-driven Windows build instructions and DLL notes.
- CMake: link Chrono/Eigen as imported targets (PUBLIC) and make include discovery robust when `Chrono_DIR` points to a build tree.
- Updates `.gitignore`.
No known breaking changes.
Update to Chrono v9.0.1 (#59)
* Updated to Chrono v9.0.1
* Set CHRONO_DATA_DIR in demos
* Fix sphere_decay test
* Remove set of max iterations for demos with direct solver
* Properly export CHRONO_DATA_DIR definition