version 3.11-dev
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
defaultlocaloperator.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_DISCRETIZATION_DEFAULT_LOCAL_OPERTAOR_HH
14#define DUMUX_DISCRETIZATION_DEFAULT_LOCAL_OPERTAOR_HH
15
16namespace Dumux::Detail {
17
18template<class TypeTag>
20
21} // end namespace Dumux::Detail
22
23namespace Dumux {
24
25template<class TypeTag>
28
29} // end namespace Dumux
30
31#endif
Distance implementation details.
Definition: cvfelocalresidual.hh:25
Definition: adapt.hh:17
typename Detail::DiscretizationDefaultLocalOperator< TypeTag >::type DiscretizationDefaultLocalOperator
Definition: defaultlocaloperator.hh:27
Definition: defaultlocaloperator.hh:19