MCPcopy Create free account
hub / github.com/Axect/Peroxide / KeplerProblem

Class KeplerProblem

examples/ode_test_orbit.rs:54–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54pub struct KeplerProblem;
55
56impl ODEProblem for KeplerProblem {
57 fn rhs(&self, _t: f64, y: &[f64], dy: &mut [f64]) -> anyhow::Result<()> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected