dune-grid-glue 2.11
Loading...
Searching...
No Matches
adapter/gridglue.hh
Go to the documentation of this file.
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_ADAPTER_GRIDGLUE_HH
4#define DUNE_GRIDGLUE_ADAPTER_GRIDGLUE_HH
5
6#warning This header is deprecated, use <dune/grid-glue/gridglue.hh>
7
9
11
12#endif
Central component of the module implementing the coupling of two grids.
GridGlue(const std::shared_ptr< const GridPatch< 0 > > &gp0, const std::shared_ptr< const GridPatch< 1 > > &gp1, const std::shared_ptr< Merger > &merger)
constructor
Definition gridglue.cc:21