Test for vtk interface of the grid creator. More...
#include <config.h>#include <iostream>#include <algorithm>#include <tuple>#include <dune/common/parallel/mpihelper.hh>#include <dune/grid/io/file/vtk.hh>#include <dumux/common/parameters.hh>#include <dumux/io/grid/gridmanager.hh>Test for vtk interface of the grid creator.
Namespaces | |
| namespace | Dumux |
| make the local view function available whenever we use the grid geometry | |
Functions | |
| template<class GridView , class GridData > | |
| std::pair< std::vector< std::vector< double > >, std::vector< std::vector< double > > > | Dumux::getGridData (const GridView &gridView, const GridData &data, const std::vector< std::string > &cellDataFieldNames, const std::vector< std::string > &pointDataFieldNames) |
| template<class Grid > | |
| void | Dumux::testVTKReader (const std::string &gridName) |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
