NiHu  2.0
NiHu::integral_operator_traits< scaled_integral_operator< Scalar, IntOp > > Struct Template Reference

traits class of class NiHu::scaled_integral_operator More...

#include <integral_operator.hpp>

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 Scalar, class IntOp>
struct NiHu::integral_operator_traits< scaled_integral_operator< Scalar, IntOp > >

traits class of class NiHu::scaled_integral_operator

Definition at line 107 of file integral_operator.hpp.

Member Data Documentation

◆ is_local

template<class Scalar , class IntOp >
const bool NiHu::integral_operator_traits< scaled_integral_operator< Scalar, IntOp > >::is_local
static
Initial value:
= integral_operator_traits<
typename std::decay<IntOp>::type

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

Definition at line 121 of file integral_operator.hpp.


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