|
ASPECT
|
Public Member Functions | |
| template<class Archive > | |
| void | serialize (Archive &ar, const unsigned int version) |
Public Attributes | |
| double | time |
| std::vector< std::vector< double > > | values |
A structure for a single time step record.
Definition at line 128 of file depth_average.h.
| void aspect::Postprocess::DepthAverage< dim >::DataPoint::serialize | ( | Archive & | ar, |
| const unsigned int | version | ||
| ) |
| double aspect::Postprocess::DepthAverage< dim >::DataPoint::time |
Definition at line 130 of file depth_average.h.
| std::vector<std::vector<double> > aspect::Postprocess::DepthAverage< dim >::DataPoint::values |
Definition at line 131 of file depth_average.h.