version 3.9
cellcentered/mpfa/connectivitymap.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//
15#ifndef DUMUX_CC_MPFA_CONNECTIVITY_MAP_HH
16#define DUMUX_CC_MPFA_CONNECTIVITY_MAP_HH
17
20
21namespace Dumux {
22
24template<class GridGeometry, MpfaMethods method>
26
28template<class GridGeometry>
29class CCMpfaConnectivityMap<GridGeometry, MpfaMethods::oMethod> : public CCSimpleConnectivityMap<GridGeometry> {};
30} // end namespace Dumux
31
32#endif
Stores the face indices corresponding to the neighbors of an element that contribute to the derivativ...
Forward declaration of method specific implementation of the assembly map.
Definition: cellcentered/mpfa/connectivitymap.hh:25
A simple version of the connectivity map for cellcentered schemes. This implementation works for sche...
Definition: cellcentered/connectivitymap.hh:41
MpfaMethods
The available mpfa schemes in Dumux.
Definition: methods.hh:22
The available mpfa schemes in Dumux.
Definition: adapt.hh:17