version 3.8
couplingmanager2d3d.hh
Go to the documentation of this file.
1// -*- mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
2// vi: set et ts=4 sw=4 sts=4:
3//
4// SPDX-FileCopyrightInfo: Copyright © DuMux Project contributors, see AUTHORS.md in root folder
5// SPDX-License-Identifier: GPL-3.0-or-later
6//
13#ifndef DUMUX_MULTIDOMAIN_EMBEDDED_COUPLINGMANAGER_2D3D_HH
14#define DUMUX_MULTIDOMAIN_EMBEDDED_COUPLINGMANAGER_2D3D_HH
15
17
18namespace Dumux {
19
25template<class MDTraits>
27: public EmbeddedCouplingManagerBase<MDTraits,
28 EmbeddedCouplingManager2d3d<MDTraits>>
29{
32public:
34};
35
37template<class MDTraits>
39: public std::true_type {};
40
41} // end namespace Dumux
42
43#endif
Coupling manager for embedded fractures.
Definition: couplingmanager2d3d.hh:29
Manages the coupling between bulk elements and lower dimensional elements Point sources on each integ...
Definition: couplingmanagerbase.hh:71
Coupling manager for low-dimensional domains embedded in the bulk domain. Point sources on each integ...
Definition: adapt.hh:17
Type trait that is specialized for coupling manager supporting multithreaded assembly.
Definition: multistagemultidomainfvassembler.hh:78