DUNE
Distributed and Unified Numerics Environment
DUNE-GRID-GLUE (2.10)
dune
grid-glue
common
areawriter.hh
1
// SPDX-FileCopyrightInfo: Copyright © DUNE Project contributors, see file LICENSE.md in module root
2
// SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-GPL-2.0-only-with-dune-grid-glue-exception
3
#ifndef DUNE_GRIDGLUE_COMMON_AREAWRITER_HH
4
#define DUNE_GRIDGLUE_COMMON_AREAWRITER_HH
5
6
#include <ostream>
7
#include <string>
8
9
namespace
Dune {
10
namespace
GridGlue {
11
12
template
<
int
s
id
e,
typename
Glue>
13
void
write_glue_area_vtk(
const
Glue& glue, std::ostream& out);
14
15
template
<
int
s
id
e,
typename
Glue>
16
void
write_glue_area_vtk(
const
Glue& glue,
const
std::string& filename);
17
37
template
<
typename
Glue>
38
void
write_glue_areas_vtk(
const
Glue& glue,
const
std::string& base);
39
40
}
/* namespace GridGlue */
41
}
/* namespace Dune */
42
43
#include "areawriter_impl.hh"
44
45
#endif
|
Legal Statements / Impressum
| Hosted by
TU Dresden
&
Uni Heidelberg
| generated with Hugo v0.111.3 (Sep 3, 22:42, 2025)