Struct ExecutionComposition::Snapshot

Nested Relationships

This struct is a nested type of Template Class ExecutionComposition.

Struct Documentation

struct Snapshot

Public Functions

inline Snapshot(const ExecutionComposition &composition, const double time, const GlobalVectorType &state, const GlobalVectorType &state_dot)

Public Members

GlobalVectorType state_storage
GlobalVectorType derivative_storage
StateView<FieldVectorType> state_view
StateView<FieldVectorType> derivative_view
EvaluationContext<FieldVectorType> context