1 parent f7998f0 commit 913a8a6Copy full SHA for 913a8a6
1 file changed
README.md
@@ -253,6 +253,14 @@ cmake --build --preset macos-debug -j
253
./build/macos-debug/ode_two_body_uncertainty_example
254
```
255
256
+Cowell force-model example (modular perturbation stack: gravity + J2 + drag + SRP + relativity + tidal):
257
+
258
+```bash
259
+cmake --preset macos-debug -DODE_FETCH_DEPS=ON
260
+cmake --build --preset macos-debug -j
261
+./build/macos-debug/ode_cowell_force_model_example
262
+```
263
264
## Profiling
265
266
```bash
0 commit comments