KASKADE 7 development version
|
#include <memory>
#include <string>
#include <dune/grid/config.h>
#include "dune/grid/uggrid.hh"
Go to the source code of this file.
Functions | |
std::unique_ptr< Dune::UGGrid< 2 > > | readPolyData (std::string const &name, std::vector< int > *boundaryMarker=nullptr) |
Construct an unstructured UG grid from .node and .ele files (Triangle output). More... | |