24#ifndef DUMUX_BOUNDARY_FLAG_HH
25#define DUMUX_BOUNDARY_FLAG_HH
41 : flag_(std::numeric_limits<std::size_t>::max()) {}
43 template<
class Intersection>
45 : flag_(std::numeric_limits<std::size_t>::max())
48 flag_ = i.boundarySegmentIndex();
make the local view function available whenever we use the grid geometry
Definition: adapt.hh:29
Class for accessing boundary flags.
Definition: boundaryflag.hh:38
std::size_t value_type
Definition: boundaryflag.hh:51
BoundarySegmentIndexFlag(const Intersection &i)
Definition: boundaryflag.hh:44
BoundarySegmentIndexFlag()
Definition: boundaryflag.hh:40
value_type get() const
Definition: boundaryflag.hh:53
Definition: boundaryflag.hh:68