ug4
|
grouping of solution and time point More...
#include <solution_time_series.h>
Public Member Functions | |
SmartPtr< vector_type > | solution () |
access solution More... | |
ConstSmartPtr< vector_type > | solution () const |
const access solution More... | |
number & | time () |
access time More... | |
const number & | time () const |
const access time More... | |
TimeSol () | |
TimeSol (SmartPtr< vector_type > vec_, number t_) | |
Protected Attributes | |
number | t |
SmartPtr< vector_type > | vec |
grouping of solution and time point
|
inline |
|
inline |
|
inline |
access solution
References ug::VectorTimeSeries< TVector >::TimeSol::vec.
|
inline |
const access solution
References ug::VectorTimeSeries< TVector >::TimeSol::vec.
|
inline |
access time
References ug::VectorTimeSeries< TVector >::TimeSol::t.
|
inline |
const access time
References ug::VectorTimeSeries< TVector >::TimeSol::t.
|
protected |
Referenced by ug::VectorTimeSeries< TVector >::TimeSol::time().
|
protected |
Referenced by ug::VectorTimeSeries< TVector >::TimeSol::solution().