3.2-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Public Types | List of all members
Dumux::BoundaryConditions Struct Reference

Define a class containing boundary condition flags. More...

#include <dumux/common/boundaryconditions.hh>

Description

Define a class containing boundary condition flags.

Public Types

enum  Flags { outflow = 0 , neumann = 1 , process = 2 , dirichlet = 3 }
 These values are ordered according to precedence. More...
 

Member Enumeration Documentation

◆ Flags

These values are ordered according to precedence.

Enumerator
outflow 

An outflow boundary.

neumann 

Neumann boundary.

process 

Processor boundary.

dirichlet 

Dirichlet boundary.


The documentation for this struct was generated from the following file: