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
17
19
22
23} // end namespace Dumux::Properties::TTag
24
25namespace Dumux::Detail {
26
27template<class TypeTag>
29
30} // end namespace Dumux::Detail
31
32#endif
Definition box.hh:28
Definition pq1.hh:220
Definition cvfelocalresidual.hh:25
Type tag for numeric models.
Definition grid.hh:24
PQ1FVModel BoxModel
Alias for Box model.
Definition box.hh:21
Defines a type tag and some properties for models using pq1 discretization scheme.