output stream writing into a single file with the SIONlib (http://www2.fz-juelich.de/jsc/sionlib/)
More...
#include <dune/fem/io/streams/sionlibstreams.hh>
output stream writing into a single file with the SIONlib (http://www2.fz-juelich.de/jsc/sionlib/)
- Note
- This stream directly stores the binary representation of the data. The binary representation of the stored data is always that of the current machine. On read the data is converted accordingly on machines with different endianess.
- Newly added:
◆ OutStreamInterfaceType
◆ OutStreamType
type of the implementation (Barton-Nackman)
◆ Traits
◆ SIONlibOutStream() [1/3]
Dune::Fem::SIONlibOutStream::SIONlibOutStream |
( |
const std::string & |
filename, |
|
|
const int |
rank, |
|
|
MPICommunicatorType |
mpiComm, |
|
|
ParameterReader |
parameter = Parameter::container() |
|
) |
| |
|
inline |
constructor
- Parameters
-
[in] | filename | name of a global file to write to |
[in] | rank | process rank (defaults to MPIManager::rank()) |
[in] | mpiComm | MPI communicator (defaults to MPIHelper :: getCommunicator() ) |
- Note
- The filename must be the same on all ranks.
◆ SIONlibOutStream() [2/3]
◆ SIONlibOutStream() [3/3]
◆ ~SIONlibOutStream()
Dune::Fem::SIONlibOutStream::~SIONlibOutStream |
( |
| ) |
|
|
inline |
destructor writing internal data buffer to the file via SIONlib
◆ asImp() [1/6]
◆ asImp() [2/6]
◆ asImp() [3/6]
|
inlinestaticprotectedinherited |
◆ asImp() [4/6]
template<class Interface , class Implementation >
|
inlinestaticprotectedinherited |
◆ asImp() [5/6]
|
inlinestaticprotectedinherited |
◆ asImp() [6/6]
template<class Interface , class Implementation >
|
inlinestaticprotectedinherited |
◆ dataStream()
std::ostream & Dune::Fem::SIONlibOutStream::dataStream |
( |
| ) |
|
|
inlineprotected |
◆ flush()
void Dune::Fem::StandardOutStream::flush |
( |
| ) |
|
|
inlineinherited |
flush the stream
By calling the flush method, the user can ensure that the stream is actually transferred (e.g., written to disk)
◆ stream()
std::ostream & Dune::Fem::StandardOutStream::stream |
( |
| ) |
|
|
inlineinherited |
return reference to internal ostream
◆ valid()
bool Dune::Fem::StandardOutStream::valid |
( |
| ) |
const |
|
inlineprotectedinherited |
◆ writeBool()
void Dune::Fem::StandardOutStream::writeBool |
( |
const bool |
value | ) |
|
|
inlineinherited |
write a char to the stream
- Parameters
-
[in] | value | value to write to the stream |
◆ writeChar()
void Dune::Fem::StandardOutStream::writeChar |
( |
const char |
value | ) |
|
|
inlineinherited |
write a char to the stream
- Parameters
-
[in] | value | value to write to the stream |
◆ writeDouble()
void Dune::Fem::StandardOutStream::writeDouble |
( |
const double |
value | ) |
|
|
inlineinherited |
write a double to the stream
- Parameters
-
[in] | value | value to write to the stream |
◆ writeError()
◆ writeFile()
void Dune::Fem::SIONlibOutStream::writeFile |
( |
| ) |
|
|
inlineprotected |
◆ writeFloat()
void Dune::Fem::StandardOutStream::writeFloat |
( |
const float |
value | ) |
|
|
inlineinherited |
write a float to the stream
- Parameters
-
[in] | value | value to write to the stream |
◆ writeInt()
void Dune::Fem::StandardOutStream::writeInt |
( |
const int |
value | ) |
|
|
inlineinherited |
write an int to the stream
- Parameters
-
[in] | value | value to write to the stream |
◆ writePrimitive()
template<class T >
void Dune::Fem::StandardOutStream::writePrimitive |
( |
const T & |
value | ) |
|
|
inlineprotectedinherited |
◆ writeString()
void Dune::Fem::StandardOutStream::writeString |
( |
const std::string & |
s | ) |
|
|
inlineinherited |
write a string to the stream
- Parameters
-
[in] | s | string to write to the stream |
◆ writeUnsignedInt()
void Dune::Fem::StandardOutStream::writeUnsignedInt |
( |
unsigned int |
value | ) |
|
|
inlineinherited |
write an unsigned int to the stream
- Parameters
-
[in] | value | value to write to the stream |
◆ writeUnsignedInt64()
void Dune::Fem::StandardOutStream::writeUnsignedInt64 |
( |
uint64_t |
value | ) |
|
|
inlineinherited |
write an uint64_t to the stream
- Parameters
-
[in] | value | value to write to the stream |
◆ operator<<()
write a discrete function into an output stream
- Parameters
-
[in] | out | stream to write to |
[in] | df | discrete function to write |
- Returns
- the output stream (for concatenation)
◆ blockSize_
const int Dune::Fem::SIONlibOutStream::blockSize_ |
|
protected |
◆ data_
std::stringstream* Dune::Fem::SIONlibOutStream::data_ |
|
protected |
◆ filename_
const std::string Dune::Fem::SIONlibOutStream::filename_ |
|
protected |
◆ mpiComm_
MPICommunicatorType Dune::Fem::SIONlibOutStream::mpiComm_ |
|
protected |
◆ numFiles_
const int Dune::Fem::SIONlibOutStream::numFiles_ |
|
protected |
◆ rank_
const int Dune::Fem::SIONlibOutStream::rank_ |
|
protected |
◆ stream_
std::ostream& Dune::Fem::StandardOutStream::stream_ |
|
protectedinherited |
The documentation for this class was generated from the following file: