Write pore-network grids with attached data to dgf file.
#include <string>#include <iostream>#include <fstream>Go to the source code of this file.
Namespaces | |
| namespace | Dumux |
| namespace | Dumux::PoreNetwork |
Functions | |
| template<class GridView, class GridData> | |
| void | Dumux::PoreNetwork::writeDgf (const std::string &fileName, const GridView &gridView, const GridData &gridData) |
| Write pore-network grids with attached data to dgf file. | |