![]() |
Dune-Fufem 2.11-git
|
Loading...
Searching...
No Matches
domains.hh
Go to the documentation of this file.
75 struct IsDomain : public std::disjunction<IsBulkDomain<T>, IsBoundaryDomain<T>, IsSkeletonDomain<T>> {};
203 struct IsBulkDomain<Dune::Functions::Experimental::SubDomain<GridView>> : public std::true_type {};
213 struct IsSkeletonDomain<Dune::Functions::Experimental::SubDomainInterface<SubDomainA, SubDomainB>> : public std::true_type {};
223 struct IsSkeletonDomain<Dune::Functions::Experimental::SubDomainSkeleton<SubDomain>> : public std::true_type {};
constexpr Skeleton skeleton
Object representing the full grid view skeleton as integration domain.
Definition domains.hh:251
constexpr Boundary boundary
Object representing the full grid view boundary as integration domain.
Definition domains.hh:242
constexpr Bulk bulk
Object representing the full grid view as integration domain.
Definition domains.hh:233
Definition baseclass.hh:22
Encapsulate the set of the boundary intersections of a GridView.
Definition boundary.hh:27
Encapsulate a subset of the boundary intersections of a GridView.
Definition domains/boundarypatch.hh:37
Traits class to identify bulk integration domains.
Definition domains.hh:36
Traits class to identify boundary integration domains.
Definition domains.hh:49
Traits class to identify skeleton integration domains.
Definition domains.hh:62
Class representing the grid view elements as integration domain.
Definition domains.hh:85
static constexpr bool contains(const Element &)
Definition domains.hh:88
Class representing the grid view boundary as integration domain.
Definition domains.hh:112
static constexpr bool containsFaceOf(const Element &element)
Definition domains.hh:121
static constexpr bool contains(const Intersection &intersection)
Definition domains.hh:115
Class representing the grid view skeleton as integration domain.
Definition domains.hh:145
static constexpr bool contains(const Intersection &)
Definition domains.hh:148
