dune-fem 2.8.0
|
Factory class for Fem Streams to deal with different constructor parameters. More...
#include <dune/fem/io/streams/streams.hh>
Public Types | |
typedef MPIHelper::MPICommunicator | MPICommunicatorType |
type of MPI communicator | |
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. | |
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()) |