12#ifndef DUMUX_PNM_LABELS_HH
13#define DUMUX_PNM_LABELS_HH
Definition: discretization/porenetwork/fvelementgeometry.hh:24
Labels for pores and throats.
Definition: labels.hh:23
static constexpr int dirichlet
Label for pores/throats with Dirichlet BC.
Definition: labels.hh:27
static constexpr int interior
Label for pores/throats not on a boundary.
Definition: labels.hh:25
static constexpr int inlet
Label for pores/throats on an inlet.
Definition: labels.hh:28
static constexpr int source
Label for pores/throats with a sink/source term.
Definition: labels.hh:30
static constexpr int noflow
Label for pores/throats with a now flow BC.
Definition: labels.hh:26
static constexpr int outlet
Label for pores/throats on an outlet.
Definition: labels.hh:29