More...
#include <dune/alugrid/common/backuprestore.hh>
|
typedef ALUGrid< dim, dimworld, elType, refineType, Comm > | Grid |
|
|
static std::string | createFilename (const std::string &path, const std::string &fileprefix) |
|
static void | backup (const Grid &grid, const std::string &filename, const ::ALUGrid::MacroFileHeader::Format format=defaultFormat) |
|
static void | backup (const Grid &grid, std::ostream &stream, const ::ALUGrid::MacroFileHeader::Format format=defaultFormat) |
|
static Grid * | restore (const std::string &filename) |
|
static Grid * | restore (std::istream &stream) |
|
template<int dim, int dimworld, ALUGridElementType elType, ALUGridRefinementType refineType, class Comm>
struct Dune::BackupRestoreFacility< ALUGrid< dim, dimworld, elType, refineType, Comm > >
◆ Grid
template<int dim, int dimworld, ALUGridElementType elType, ALUGridRefinementType refineType, class Comm >
typedef ALUGrid< dim, dimworld, elType, refineType, Comm > Dune::BackupRestoreFacility< ALUGrid< dim, dimworld, elType, refineType, Comm > >::Grid |
◆ backup() [1/2]
template<int dim, int dimworld, ALUGridElementType elType, ALUGridRefinementType refineType, class Comm >
static void Dune::BackupRestoreFacility< ALUGrid< dim, dimworld, elType, refineType, Comm > >::backup |
( |
const Grid & |
grid, |
|
|
const std::string & |
filename, |
|
|
const ::ALUGrid::MacroFileHeader::Format |
format = defaultFormat |
|
) |
| |
|
inlinestatic |
◆ backup() [2/2]
template<int dim, int dimworld, ALUGridElementType elType, ALUGridRefinementType refineType, class Comm >
static void Dune::BackupRestoreFacility< ALUGrid< dim, dimworld, elType, refineType, Comm > >::backup |
( |
const Grid & |
grid, |
|
|
std::ostream & |
stream, |
|
|
const ::ALUGrid::MacroFileHeader::Format |
format = defaultFormat |
|
) |
| |
|
inlinestatic |
◆ createFilename()
template<int dim, int dimworld, ALUGridElementType elType, ALUGridRefinementType refineType, class Comm >
static std::string Dune::BackupRestoreFacility< ALUGrid< dim, dimworld, elType, refineType, Comm > >::createFilename |
( |
const std::string & |
path, |
|
|
const std::string & |
fileprefix |
|
) |
| |
|
inlinestatic |
◆ restore() [1/2]
template<int dim, int dimworld, ALUGridElementType elType, ALUGridRefinementType refineType, class Comm >
static Grid* Dune::BackupRestoreFacility< ALUGrid< dim, dimworld, elType, refineType, Comm > >::restore |
( |
const std::string & |
filename | ) |
|
|
inlinestatic |
◆ restore() [2/2]
template<int dim, int dimworld, ALUGridElementType elType, ALUGridRefinementType refineType, class Comm >
static Grid* Dune::BackupRestoreFacility< ALUGrid< dim, dimworld, elType, refineType, Comm > >::restore |
( |
std::istream & |
stream | ) |
|
|
inlinestatic |
◆ defaultFormat
template<int dim, int dimworld, ALUGridElementType elType, ALUGridRefinementType refineType, class Comm >
const ::ALUGrid:: MacroFileHeader::Format Dune::BackupRestoreFacility< ALUGrid< dim, dimworld, elType, refineType, Comm > >::defaultFormat |
|
static |
Initial value:= ::ALUGrid::
MacroFileHeader::defaultFormat
The documentation for this struct was generated from the following file: