version 3.10.0
Loading...
Searching...
No Matches
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
//
12
13
#ifndef DUMUX_DISCRETIZATION_DEFAULT_LOCAL_OPERTAOR_HH
14
#define DUMUX_DISCRETIZATION_DEFAULT_LOCAL_OPERTAOR_HH
15
16
namespace
Dumux::Detail
{
17
18
template
<
class
TypeTag>
19
struct
DiscretizationDefaultLocalOperator
;
20
21
}
// end namespace Dumux::Detail
22
23
namespace
Dumux
{
24
25
template
<
class
TypeTag>
26
using
DiscretizationDefaultLocalOperator
27
=
typename
Detail::DiscretizationDefaultLocalOperator<TypeTag>::type
;
28
29
}
// end namespace Dumux
30
31
#endif
Dumux::Detail
Distance implementation details.
Definition
cvfelocalresidual.hh:25
Dumux
Definition
adapt.hh:17
Dumux::DiscretizationDefaultLocalOperator
typename Detail::DiscretizationDefaultLocalOperator< TypeTag >::type DiscretizationDefaultLocalOperator
Definition
defaultlocaloperator.hh:26
Dumux::Detail::DiscretizationDefaultLocalOperator
Definition
defaultlocaloperator.hh:19
dumux
discretization
defaultlocaloperator.hh
© Copyright 2010-
DuMux project contributors
(doc pages:
CC-BY 4.0
/ code examples:
GPLv3 or later
)
3.10.0 Generated by
1.13.2