ASPECT
Public Member Functions | Public Attributes | List of all members
aspect::Postprocess::DepthAverage< dim >::DataPoint Struct Reference

Public Member Functions

template<class Archive >
void serialize (Archive &ar, const unsigned int version)
 

Public Attributes

double time
 
std::vector< std::vector< double > > values
 

Detailed Description

template<int dim>
struct aspect::Postprocess::DepthAverage< dim >::DataPoint

A structure for a single time step record.

Definition at line 128 of file depth_average.h.

Member Function Documentation

§ serialize()

template<int dim>
template<class Archive >
void aspect::Postprocess::DepthAverage< dim >::DataPoint::serialize ( Archive &  ar,
const unsigned int  version 
)

Member Data Documentation

§ time

template<int dim>
double aspect::Postprocess::DepthAverage< dim >::DataPoint::time

Definition at line 130 of file depth_average.h.

§ values

template<int dim>
std::vector<std::vector<double> > aspect::Postprocess::DepthAverage< dim >::DataPoint::values

Definition at line 131 of file depth_average.h.


The documentation for this struct was generated from the following file: