dune-fem
2.4.1-rc
|
Factory class for Fem Streams to deal with different constructor parameters. More...
#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/io/streams/streams.hh>
Public Types | |
typedef MPIHelper::MPICommunicator | MPICommunicatorType |
type of MPI communicator More... | |
Static Public Member Functions | |
static StreamImpl * | create (const std::string &filename, const int rank=MPIManager::rank(), const MPICommunicatorType &mpiComm=MPIHelper::getCommunicator()) |
return pointer to stream object created by new. More... | |
Factory class for Fem Streams to deal with different constructor parameters.
typedef MPIHelper :: MPICommunicator Dune::Fem::StreamFactory< StreamImpl >::MPICommunicatorType |
type of MPI communicator
|
inlinestatic |
return pointer to stream object created by new.
[in] | filename | name of file that the stream read/writes |
[in] | rank | rank of process data is read/written (defaults to MPIManager::rank()) |
[in] | mpiComm | MPI communicator (defaults to MPIHelper :: getCommunicator()) |
Referenced by Dune::Fem::IOTuple< Tuple >::input(), Dune::Fem::IOTuple< Tuple >::output(), and Dune::Fem::PersistenceManager::restoreValue().