DUNE-GRID-GLUE (2.10)

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
9namespace Dune {
10namespace GridGlue {
11
12template<int side, typename Glue>
13void write_glue_area_vtk(const Glue& glue, std::ostream& out);
14
15template<int side, typename Glue>
16void write_glue_area_vtk(const Glue& glue, const std::string& filename);
17
37template<typename Glue>
38void 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
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden & Uni Heidelberg  |  generated with Hugo v0.111.3 (Apr 3, 22:46, 2025)