version 3.8
entitycolor.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_ENTITY_COLOR_HH
14
#define DUMUX_ENTITY_COLOR_HH
15
16
namespace
Dumux
{
17
23
enum class
EntityColor
{
25
red
,
26
28
yellow
,
29
37
orange
,
38
40
green
41
};
42
43
}
// end namespace Dumux
44
45
#endif
Dumux::EntityColor
EntityColor
The colors of elements and vertices required for partial Jacobian reassembly.
Definition:
entitycolor.hh:23
Dumux::EntityColor::green
@ green
does not need to be reassembled
Dumux::EntityColor::red
@ red
distance from last linearization is above the tolerance
Dumux::EntityColor::yellow
@ yellow
neighboring entity is red
Dumux::EntityColor::orange
@ orange
Dumux
Definition:
adapt.hh:17
dumux
assembly
entitycolor.hh
© Copyright 2010-
DuMux project contributors
(doc pages:
CC-BY 4.0
/ code examples:
GPLv3 or later
)
3.8 Generated by
1.9.3