version 3.11-dev
Loading...
Searching...
No Matches
box.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-FileCopyrightText: Copyright © DuMux Project contributors, see AUTHORS.md in root folder
5
// SPDX-License-Identifier: GPL-3.0-or-later
6
//
12
13
#ifndef DUMUX_DISCRETIZTAION_BOX_HH
14
#define DUMUX_DISCRETIZTAION_BOX_HH
15
16
#include <
dumux/discretization/pq1.hh
>
17
18
namespace
Dumux::Properties::TTag
{
19
21
using
BoxModel
=
PQ1FVModel
;
22
23
}
// end namespace Dumux::Properties::TTag
24
25
namespace
Dumux::Detail
{
26
27
template
<
class
TypeTag>
28
concept
BoxModel
=
PQ1FVModel<TypeTag>
;
29
30
}
// end namespace Dumux::Detail
31
32
#endif
Dumux::Detail::BoxModel
Definition
box.hh:28
Dumux::Detail::PQ1FVModel
Definition
pq1.hh:220
Dumux::Detail
Definition
cvfelocalresidual.hh:25
Dumux::Properties::TTag
Type tag for numeric models.
Definition
grid.hh:24
Dumux::Properties::TTag::BoxModel
PQ1FVModel BoxModel
Alias for Box model.
Definition
box.hh:21
pq1.hh
Defines a type tag and some properties for models using pq1 discretization scheme.
Dumux::Properties::TTag::PQ1FVModel
Definition
pq1.hh:60
dumux
discretization
box.hh
© Copyright 2010-
DuMux project contributors
(doc pages:
CC-BY 4.0
/ code examples:
GPLv3 or later
)
3.11-dev Generated by
1.16.1