24#ifndef DUMUX_PNM_LABELS_HH
25#define DUMUX_PNM_LABELS_HH
Definition: discretization/porenetwork/fvelementgeometry.hh:34
Labels for pores and throats.
Definition: labels.hh:35
static constexpr int dirichlet
Label for pores/throats with Dirichlet BC.
Definition: labels.hh:39
static constexpr int interior
Label for pores/throats not on a boundary.
Definition: labels.hh:37
static constexpr int inlet
Label for pores/throats on an inlet.
Definition: labels.hh:40
static constexpr int source
Label for pores/throats with a sink/source term.
Definition: labels.hh:42
static constexpr int noflow
Label for pores/throats with a now flow BC.
Definition: labels.hh:38
static constexpr int outlet
Label for pores/throats on an outlet.
Definition: labels.hh:41