NiHu  2.0
NiHu::integral_operator_traits< sum_integral_operator< LhsOp, RhsOp > > Struct Template Reference

Classes

struct  wr_result_type
 metafunction returning the result type of a double integral More...
 

Static Public Attributes

static const bool is_local
 indicates if the operator is to be evaluated only on the same element More...
 

Detailed Description

template<class LhsOp, class RhsOp>
struct NiHu::integral_operator_traits< sum_integral_operator< LhsOp, RhsOp > >

Definition at line 202 of file integral_operator.hpp.

Member Data Documentation

◆ is_local

template<class LhsOp , class RhsOp >
const bool NiHu::integral_operator_traits< sum_integral_operator< LhsOp, RhsOp > >::is_local
static
Initial value:
= integral_operator_traits<
typename std::decay<LhsOp>::type
>::is_local && integral_operator_traits<
typename std::decay<RhsOp>::type

indicates if the operator is to be evaluated only on the same element

Definition at line 218 of file integral_operator.hpp.


The documentation for this struct was generated from the following file:
NiHu::integral_operator_traits< sum_integral_operator< LhsOp, RhsOp > >::is_local
static const bool is_local
indicates if the operator is to be evaluated only on the same element
Definition: integral_operator.hpp:218