dune-multidomaingrid 2.8
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
subdomainset.hh File Reference
#include <algorithm>
#include <cassert>
#include <cstddef>
#include <cstdint>
#include <limits>
#include <strings.h>
#include <dune/common/typetraits.hh>
#include <dune/common/iteratorfacades.hh>
#include <dune/common/exceptions.hh>
#include <dune/grid/multidomaingrid/utility.hh>

Go to the source code of this file.

Classes

class  Dune::mdgrid::IntegralTypeSubDomainSet< SubDomainIndexT, capacity >
 
struct  Dune::mdgrid::IntegralTypeSubDomainSet< SubDomainIndexT, capacity >::DataHandle
 

Namespaces

namespace  Dune
 
namespace  Dune::mdgrid
 

Functions

template<typename SubDomainIndex , std::size_t capacity>
bool Dune::mdgrid::setContains (const IntegralTypeSubDomainSet< SubDomainIndex, capacity > &a, const IntegralTypeSubDomainSet< SubDomainIndex, capacity > &b)
 
template<typename SubDomainIndex , std::size_t capacity>
void Dune::mdgrid::setAdd (IntegralTypeSubDomainSet< SubDomainIndex, capacity > &a, const IntegralTypeSubDomainSet< SubDomainIndex, capacity > &b)
 
template<typename A , typename B >
bool Dune::mdgrid::setContains (const A &a, const B &b)
 
template<typename A , typename B >
void Dune::mdgrid::setAdd (A &a, const B &b)