Bases: dolfin.cpp.common.Variable
This class stores a time series of objects to file(s) in a binary format which is efficient for reading and writing.
When objects are retrieved, the object stored at the time closest to the given time will be used.
A new time series will check if values have been stored to file before (for a series with the same name) and in that case reuse those values. If new values are stored, old values will be cleared.
Create empty time series
Clear time series
Default parameter values
Return array of sample times for meshes
Overloaded versions
retrieve(vector, t, interpolate=true)
Retrieve vector at given time
The vector (values to be retrieved).
The time.
Optional argument: If true (default), interpolate time samples closest to t if t is not present.
retrieve(mesh, t)
Retrieve mesh at given time
The mesh (values to be retrieved).
The time.
Overloaded versions
store(vector, t)
Store vector at given time
The vector to be stored.
The time.
store(mesh, t)
Store mesh at given time
The mesh to be stored.
The time.
The membership flag
Return array of sample times for vectors