3.1-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Loading...
Searching...
No Matches
test_gridmanager_vtk.cc File Reference

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>

Description

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)

Function Documentation

◆ main()

int main ( int argc,
char ** argv )