Dune-Fufem 2.11-git
Loading...
Searching...
No Matches
domains.hh File Reference
#include <type_traits>
#include <utility>
#include <dune/common/version.hh>
#include <dune/fufem/boundarypatch.hh>

Go to the source code of this file.

Classes

struct  Dune::Fufem::Forms::IsBulkDomain< T >
 Traits class to identify bulk integration domains. More...
 
struct  Dune::Fufem::Forms::IsBoundaryDomain< T >
 Traits class to identify boundary integration domains. More...
 
struct  Dune::Fufem::Forms::IsSkeletonDomain< T >
 Traits class to identify skeleton integration domains. More...
 
struct  Dune::Fufem::Forms::IsDomain< T >
 Traits class to identify integration domains. More...
 
class  Dune::Fufem::Forms::Bulk
 Class representing the grid view elements as integration domain. More...
 
struct  Dune::Fufem::Forms::IsBulkDomain< Bulk >
 Tag class Bulk as bulk integration domain. More...
 
class  Dune::Fufem::Forms::Boundary
 Class representing the grid view boundary as integration domain. More...
 
struct  Dune::Fufem::Forms::IsBoundaryDomain< Boundary >
 Tag class Boundary as boundary integration domain. More...
 
class  Dune::Fufem::Forms::Skeleton
 Class representing the grid view skeleton as integration domain. More...
 
struct  Dune::Fufem::Forms::IsSkeletonDomain< Skeleton >
 Tag class Skeleton as skeleton integration domain. More...
 
struct  Dune::Fufem::Forms::IsBoundaryDomain< Dune::Fufem::Boundary< GridView > >
 Tag class template Dune::Fufem::Boundary as boundary integration domain. More...
 
struct  Dune::Fufem::Forms::IsBoundaryDomain< Dune::Fufem::BoundaryPatch< GridView > >
 Tag class template Dune::Fufem::BoundaryPatch as boundary integration domain. More...
 
struct  Dune::Fufem::Forms::IsBoundaryDomain<::BoundaryPatch< GridView > >
 Tag class template BoundaryPatch as boundary integration domain. More...
 

Namespaces

namespace  Dune
 
namespace  Dune::Fufem
 
namespace  Dune::Fufem::Forms
 

Variables

constexpr Bulk Dune::Fufem::Forms::bulk = {}
 Object representing the full grid view as integration domain.
 
constexpr Boundary Dune::Fufem::Forms::boundary = {}
 Object representing the full grid view boundary as integration domain.
 
constexpr Skeleton Dune::Fufem::Forms::skeleton = {}
 Object representing the full grid view skeleton as integration domain.