|
ug4
|
grouping of solution and time point More...
#include <solution_time_series.h>
Public Member Functions | |
| SmartPtr< vector_type > | solution () |
| access solution | |
| ConstSmartPtr< vector_type > | solution () const |
| const access solution | |
| number & | time () |
| access time | |
| const number & | time () const |
| const access time | |
| 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 |
|
protected |