Example usage for org.apache.commons.math3.ode ParameterizedODE interface-usage

List of usage examples for org.apache.commons.math3.ode ParameterizedODE interface-usage

Introduction

In this page you can find the example usage for org.apache.commons.math3.ode ParameterizedODE interface-usage.

Usage

From source file org.orekit.propagation.conversion.PropagatorBuilder.java

/** This interface is the top-level abstraction to build propagators for conversion.
 * @author Pascal Parraud
 * @since 6.0
 */
public interface PropagatorBuilder extends ParameterizedODE {

From source file org.orekit.forces.ForceModel.java

/** This interface represents a force modifying spacecraft motion.
 *
 * <p>
 * Objects implementing this interface are intended to be added to a
 * {@link org.orekit.propagation.numerical.NumericalPropagator numerical propagator}
 * before the propagation is started.