dune-fem
2.4.1-rc
|
#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/io/file/iotuple.hh>
Public Types | |
typedef Tuple | ReturnType |
typedef PersistenceManager::BackupStreamType | OutStreamType |
typedef PersistenceManager::RestoreStreamType | InStreamType |
Static Public Member Functions | |
template<class GridType > | |
static Tuple * | input (GridType *&grid, double &time, const int rank, const int size, const std::string &path, const std::string &name) |
template<class GridType > | |
static void | restoreData (Tuple &data, const GridType &grid, const std::string &path, const std::string &name) |
restore all data in tupel More... | |
template<class GridType > | |
static void | output (const GridType &grid, const double time, const std::string &path, const std::string &name, const Tuple &tuple) |
write grid and data to given directory More... | |
template<class Disp , class DINFO > | |
static void | addToDisplay (Disp &disp, const DINFO *dinf, double time, Tuple &tuple) |
template<class Disp , class DINFO > | |
static void | addToDisplayOrRemove (Disp &disp, const DINFO *dinf, double time, Tuple &tuple) |
template<class Disp > | |
static void | addToDisplay (Disp &disp, Tuple &tuple) |
static void | removeData (Tuple &tuple) |
static std::string | pathAndName (const std::string &path, const std::string &name, const std::string &suffix) |
static std::string | gridName (const std::string &path, const std::string &name) |
static std::string | dataName (const std::string &path, const std::string &name) |
static std::string | rankName (const std::string &path, const std::string &name, const int rank, const int size) |
template<class GridType > | |
static void | restoreGrid (GridType *&grid, InStreamType &inStream, const std::string &filename) |
template<class GridType > | |
static void | restoreDofManager (const GridType &grid, InStreamType &inStream) |
template<class GridType > | |
static void | writeGrid (const GridType &grid, OutStreamType &outStream, const std::string &filename) |
write grid and data to given directory More... | |
Static Public Attributes | |
static const int | length = tuple_size< Tuple >::value |
static const bool | singleBackupRestoreFile = PersistenceManager :: singleBackupRestoreFile |
|
inherited |
|
inherited |
typedef Tuple Dune::Fem::IOTuple< Tuple >::ReturnType |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestaticinherited |
References Dune::Fem::IOTupleBase::pathAndName().
|
inlinestaticinherited |
References Dune::Fem::IOTupleBase::pathAndName().
|
inlinestatic |
|
inlinestatic |
write grid and data to given directory
References Dune::Fem::StreamFactory< StreamImpl >::create(), Dune::Fem::IOTupleBase::rankName(), and Dune::Fem::IOTupleBase::writeGrid().
|
inlinestaticinherited |
References path.
Referenced by Dune::Fem::IOTupleBase::dataName(), Dune::Fem::IOTupleBase::gridName(), and Dune::Fem::IOTupleBase::rankName().
|
inlinestaticinherited |
|
inlinestatic |
|
inlinestatic |
restore all data in tupel
References Dune::Fem::IOTupleBase::rankName().
|
inlinestaticinherited |
Referenced by Dune::Fem::IOTuple< Tuple >::input().
|
inlinestaticinherited |
References Dune::Fem::StandardInStream::stream().
Referenced by Dune::Fem::IOTuple< Tuple >::input().
|
inlinestaticinherited |
write grid and data to given directory
References Dune::Fem::StandardOutStream::stream().
Referenced by Dune::Fem::IOTuple< Tuple >::output(), and Dune::Fem::IOTuple< tuple<> >::output().
|
static |
|
staticinherited |
Referenced by Dune::Fem::IOTupleBase::rankName().