Rheolef  7.1
an efficient C++ finite element environment
f_constant< T1, T2 >

Public Member Functions

T2 operator() (const T1 &x) const
 
 f_constant (const T2 &c0)
 

Public Attributes

const T2 c
 

Detailed Description

template<class T1, class T2>
struct rheolef::details::f_constant< T1, T2 >

Definition at line 297 of file space_constant.h.

Constructor & Destructor Documentation

◆ f_constant()

f_constant ( const T2 &  c0)

Definition at line 299 of file space_constant.h.

Member Function Documentation

◆ operator()()

T2 operator() ( const T1 &  x) const

Definition at line 298 of file space_constant.h.

Member Data Documentation

◆ c

const T2 c

Definition at line 300 of file space_constant.h.


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