dune-fem 2.8.0
Loading...
Searching...
No Matches
Public Types | Static Public Attributes | List of all members
AddDirichletBC< Op, DF, std::enable_if_t< std::is_void< decltype(std::declval< const Op >(). setConstraints(std::declval< DF & >()))>::value > > Struct Template Reference

#include <dune/fem/schemes/femscheme.hh>

Public Types

using DirichletBlockVector = typename Op::DirichletBlockVector
 

Static Public Attributes

static const bool value = true
 

Member Typedef Documentation

◆ DirichletBlockVector

template<class Op , class DF >
using AddDirichletBC< Op, DF, std::enable_if_t< std::is_void< decltype(std::declval< const Op >(). setConstraints(std::declval< DF & >()))>::value > >::DirichletBlockVector = typename Op::DirichletBlockVector

Member Data Documentation

◆ value

template<class Op , class DF >
const bool AddDirichletBC< Op, DF, std::enable_if_t< std::is_void< decltype(std::declval< const Op >(). setConstraints(std::declval< DF & >()))>::value > >::value = true
static

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