[][src]Struct nyx_space::propagators::error_ctrl::RSSState

pub struct RSSState;

An RSS state error control: when in doubt, use this error controller, especially for high accurracy.

Here is the warning from GMAT R2016a on this error controller:

This is a more stringent error control method than [rss_step] that is often used as the default in other software such as STK. If you set [the] accuracy to a very small number, 1e-13 for example, and set the error control to [rss_step], integrator performance will be poor, for little if any improvement in the accuracy of the orbit integration. For more best practices of these integrators (which clone those in GMAT), please refer to the GMAT reference. (Source)[https://github.com/ChristopherRabotin/GMAT/blob/37201a6290e7f7b941bc98ee973a527a5857104b/src/base/forcemodel/ODEModel.cpp#L3004]

Trait Implementations

impl Clone for RSSState[src]

impl Copy for RSSState[src]

impl ErrorCtrl for RSSState[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<SS, SP> SupersetOf<SS> for SP where
    SS: SubsetOf<SP>, 

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,