https://mooseframework.inl.gov
Loading...
Searching...
No Matches
Functions
SnapshotContainerBase.C File Reference

Go to the source code of this file.

Functions

void dataStore (std::ostream &stream, SnapshotContainerBase::Snapshots &v, void *context)
 
void dataLoad (std::istream &stream, SnapshotContainerBase::Snapshots &v, void *context)
 

Function Documentation

◆ dataLoad()

void dataLoad ( std::istream &  stream,
SnapshotContainerBase::Snapshots v,
void *  context 
)

Definition at line 63 of file SnapshotContainerBase.C.

64{
65 dataLoad(stream, cast_ref<UniqueStorage<NumericVector<Number>> &>(v), context);
66}
const double v
void dataLoad(std::istream &stream, SnapshotContainerBase::Snapshots &v, void *context)

Referenced by dataLoad().

◆ dataStore()

void dataStore ( std::ostream &  stream,
SnapshotContainerBase::Snapshots v,
void *  context 
)

Definition at line 57 of file SnapshotContainerBase.C.

58{
59 dataStore(stream, cast_ref<UniqueStorage<NumericVector<Number>> &>(v), context);
60}
void dataStore(std::ostream &stream, SnapshotContainerBase::Snapshots &v, void *context)

Referenced by dataStore().