Public Member Functions | Public Attributes | List of all members
Snapshot Class Reference

Container for snapshot data. More...

#include <hdf5_diagnostics.hpp>

Collaboration diagram for Snapshot:
Collaboration graph
[legend]

Public Member Functions

 Snapshot (void)
 Default constructor.
 
 Snapshot (const Snapshot &source)
 Copy constructor. More...
 
Snapshotoperator= (const Snapshot &other)
 Copy operator. More...
 

Public Attributes

vector< Vector2Dmesh_points
 Mesh points.
 
vector< ComputationalCellcells
 Computational cells.
 
double time
 Time.
 
int cycle
 Cycle number.
 
vector< Vector2Dproc_points
 Locations of cpus.
 
TracerStickerNames tracerstickernames
 THe names of the tracers and stickers.
 

Detailed Description

Container for snapshot data.

Definition at line 17 of file hdf5_diagnostics.hpp.

Constructor & Destructor Documentation

◆ Snapshot()

Snapshot::Snapshot ( const Snapshot source)

Copy constructor.

Parameters
sourceSource

Definition at line 21 of file hdf5_diagnostics.cpp.

Member Function Documentation

◆ operator=()

Snapshot & Snapshot::operator= ( const Snapshot other)

Copy operator.

Parameters
otherSource to copy from
Returns
Reference to self

Definition at line 32 of file hdf5_diagnostics.cpp.


The documentation for this class was generated from the following files: