dune-fem 2.8.0
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
Dune::Fem::Capabilities::hasInterpolation< DiscreteFunctionSpace > Class Template Reference

determine whether a discrete function space provides a (local) interpolation More...

#include <dune/fem/space/common/capabilities.hh>

Static Public Attributes

static const bool v = decltype( Impl::hasInterpolation( std::declval< const DiscreteFunctionSpace & >() ) )::value
 

Detailed Description

template<class DiscreteFunctionSpace>
class Dune::Fem::Capabilities::hasInterpolation< DiscreteFunctionSpace >

determine whether a discrete function space provides a (local) interpolation

Note
This capability is generated automatically by SFINAE.

Member Data Documentation

◆ v

template<class DiscreteFunctionSpace >
const bool Dune::Fem::Capabilities::hasInterpolation< DiscreteFunctionSpace >::v = decltype( Impl::hasInterpolation( std::declval< const DiscreteFunctionSpace & >() ) )::value
static

The documentation for this class was generated from the following file: