#include <dune/fem/schemes/integrands.hh>
|
typedef Impl::IntegrandsTraits::DomainValueType< Integrands > | DomainValueType |
|
typedef Impl::IntegrandsTraits::RangeValueType< Integrands > | RangeValueType |
|
typedef Impl::IntegrandsTraits::GridPartType< Integrands > | GridPartType |
|
typedef Impl::IntegrandsTraits::EntityType< Integrands > | EntityType |
|
typedef Impl::IntegrandsTraits::IntersectionType< Integrands > | IntersectionType |
|
typedef Impl::IntegrandsTraits::RRangeType< Integrands > | RRangeType |
|
typedef Impl::IntegrandsTraits::DirichletComponentType< Integrands > | DirichletComponentType |
|
|
static const bool | interior = decltype( Impl::IntegrandsTraits::interior( std::declval< const Integrands & >() ) )::value |
|
static const bool | hasInterior = decltype( Impl::IntegrandsTraits::hasInterior( std::declval< const Integrands & >() ) )::value |
|
static const bool | boundary = decltype( Impl::IntegrandsTraits::boundary( std::declval< const Integrands & >() ) )::value |
|
static const bool | hasBoundary = decltype( Impl::IntegrandsTraits::hasBoundary( std::declval< const Integrands & >() ) )::value |
|
static const bool | skeleton = decltype( Impl::IntegrandsTraits::skeleton( std::declval< const Integrands & >() ) )::value |
|
static const bool | hasSkeleton = decltype( Impl::IntegrandsTraits::hasSkeleton( std::declval< const Integrands & >() ) )::value |
|
static const bool | isFull = hasInterior && hasBoundary && hasSkeleton |
|
◆ DirichletComponentType
template<class Integrands >
◆ DomainValueType
template<class Integrands >
◆ EntityType
template<class Integrands >
◆ GridPartType
template<class Integrands >
◆ IntersectionType
template<class Integrands >
◆ RangeValueType
template<class Integrands >
◆ RRangeType
template<class Integrands >
◆ boundary
template<class Integrands >
const bool Dune::Fem::IntegrandsTraits< Integrands >::boundary = decltype( Impl::IntegrandsTraits::boundary( std::declval< const Integrands & >() ) )::value |
|
static |
◆ hasBoundary
template<class Integrands >
const bool Dune::Fem::IntegrandsTraits< Integrands >::hasBoundary = decltype( Impl::IntegrandsTraits::hasBoundary( std::declval< const Integrands & >() ) )::value |
|
static |
◆ hasInterior
template<class Integrands >
const bool Dune::Fem::IntegrandsTraits< Integrands >::hasInterior = decltype( Impl::IntegrandsTraits::hasInterior( std::declval< const Integrands & >() ) )::value |
|
static |
◆ hasSkeleton
template<class Integrands >
const bool Dune::Fem::IntegrandsTraits< Integrands >::hasSkeleton = decltype( Impl::IntegrandsTraits::hasSkeleton( std::declval< const Integrands & >() ) )::value |
|
static |
◆ interior
template<class Integrands >
const bool Dune::Fem::IntegrandsTraits< Integrands >::interior = decltype( Impl::IntegrandsTraits::interior( std::declval< const Integrands & >() ) )::value |
|
static |
◆ isFull
template<class Integrands >
◆ skeleton
template<class Integrands >
const bool Dune::Fem::IntegrandsTraits< Integrands >::skeleton = decltype( Impl::IntegrandsTraits::skeleton( std::declval< const Integrands & >() ) )::value |
|
static |
The documentation for this struct was generated from the following file: