dune-grid-glue  2.5.0
areawriter.hh
Go to the documentation of this file.
1 #ifndef DUNE_GRIDGLUE_COMMON_AREAWRITER_HH
2 #define DUNE_GRIDGLUE_COMMON_AREAWRITER_HH
3 
4 #include <ostream>
5 #include <string>
6 
7 namespace Dune {
8 namespace GridGlue {
9 
10 template<int side, typename Glue>
11 void write_glue_area_vtk(const Glue& glue, std::ostream& out);
12 
13 template<int side, typename Glue>
14 void write_glue_area_vtk(const Glue& glue, const std::string& filename);
15 
35 template<typename Glue>
36 void write_glue_areas_vtk(const Glue& glue, const std::string& base);
37 
38 } /* namespace GridGlue */
39 } /* namespace Dune */
40 
41 #include "areawriter_impl.hh"
42 
43 #endif
Definition: gridglue.hh:31
void write_glue_area_vtk(const Glue &glue, std::ostream &out)
Definition: areawriter_impl.hh:82
void write_glue_areas_vtk(const Glue &glue, const std::string &base)
Definition: areawriter_impl.hh:127