Struct dvcompute::simulation::Point[][src]

#[repr(C)]
pub struct Point<'a> { pub run: &'a Run, pub time: f64, pub priority: isize, pub iteration: usize, pub phase: i32, }
Expand description

The modeling point.

Fields

run: &'a Run

The current simulation run.

time: f64

The current simulation time.

priority: isize

The current simulation time priority.

iteration: usize

The current integration iteration.

phase: i32

The integration iteration phase.

Implementations

Return the integration time point by the specified iteration number.

Trace by displaying the specified message.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.