NiHu  2.0
NiHu::single_integral< TestField, TrialField, class > Class Template Reference

single integral for different element types More...

#include <single_integral.hpp>

Public Types

typedef single_integral_traits< TestField, TrialField >::result_t result_t
 the result matrix type
 

Static Public Member Functions

static constexpr result_t eval (field_base< TestField > const &, field_base< TrialField > const &)
 specialisation of single_integral::eval for the empty case More...
 

Detailed Description

template<class TestField, class TrialField, class = void>
class NiHu::single_integral< TestField, TrialField, class >

single integral for different element types

Template Parameters
TestFieldtype of the test field
TrialFieldtype of the trial field

Definition at line 209 of file single_integral.hpp.

Member Function Documentation

◆ eval()

template<class TestField , class TrialField , class = void>
static constexpr result_t NiHu::single_integral< TestField, TrialField, class >::eval ( field_base< TestField > const &  ,
field_base< TrialField > const &   
)
inlinestaticconstexpr

specialisation of single_integral::eval for the empty case

Returns
the empty result matrix

Definition at line 218 of file single_integral.hpp.


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