dune-grid-glue
2.6-git
dune
grid-glue
common
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
s
id
e,
typename
Glue>
11
void
write_glue_area_vtk
(
const
Glue& glue, std::ostream& out);
12
13
template
<
int
s
id
e,
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
Dune
Definition:
gridglue.hh:35
areawriter_impl.hh
Dune::GridGlue::write_glue_areas_vtk
void write_glue_areas_vtk(const Glue &glue, const std::string &base)
Definition:
areawriter_impl.hh:127
Dune::GridGlue::write_glue_area_vtk
void write_glue_area_vtk(const Glue &glue, std::ostream &out)
Definition:
areawriter_impl.hh:82
Generated by
1.8.17