use bitfields to minimize the size More...
#include <dumux/common/boundarytypes.hh>
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 |
bool Dumux::BoundaryTypes< numEq >::BoundaryInfo::isCouplingDirichlet |
bool Dumux::BoundaryTypes< numEq >::BoundaryInfo::isCouplingNeumann |
bool Dumux::BoundaryTypes< numEq >::BoundaryInfo::isDirichlet |
bool Dumux::BoundaryTypes< numEq >::BoundaryInfo::isNeumann |
bool Dumux::BoundaryTypes< numEq >::BoundaryInfo::isOutflow |
bool Dumux::BoundaryTypes< numEq >::BoundaryInfo::visited |