3.1-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Public Attributes | List of all members
Dumux::BoundaryTypes< numEq >::BoundaryInfo Struct Reference

use bitfields to minimize the size More...

#include <dumux/common/boundarytypes.hh>

Description

template<int numEq>
struct Dumux::BoundaryTypes< numEq >::BoundaryInfo

use bitfields to minimize the size

Public Attributes

bool visited: 1
 
bool isDirichlet: 1
 
bool isNeumann: 1
 
bool isOutflow: 1
 
bool isCouplingDirichlet: 1
 
bool isCouplingNeumann: 1
 

Member Data Documentation

◆ isCouplingDirichlet

template<int numEq>
bool Dumux::BoundaryTypes< numEq >::BoundaryInfo::isCouplingDirichlet

◆ isCouplingNeumann

template<int numEq>
bool Dumux::BoundaryTypes< numEq >::BoundaryInfo::isCouplingNeumann

◆ isDirichlet

template<int numEq>
bool Dumux::BoundaryTypes< numEq >::BoundaryInfo::isDirichlet

◆ isNeumann

template<int numEq>
bool Dumux::BoundaryTypes< numEq >::BoundaryInfo::isNeumann

◆ isOutflow

template<int numEq>
bool Dumux::BoundaryTypes< numEq >::BoundaryInfo::isOutflow

◆ visited

template<int numEq>
bool Dumux::BoundaryTypes< numEq >::BoundaryInfo::visited

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