Rheolef  7.2
an efficient C++ finite element environment
 
Loading...
Searching...
No Matches
field_function_s< F, R >

Detailed Description

template<class F, class R>
struct rheolef::field_function_s< F, R >

Definition at line 94 of file field_functor.h.

+ Inheritance diagram for field_function_s< F, R >:

Public Types

typedef float_traits< R >::type float_type
 

Public Member Functions

operator() (const point_basic< float_type > &x) const
 
 field_function_s (F f)
 
- Public Member Functions inherited from field_functor< field_function_s< F, R >, R >
const field_function_s< F, R > & get_ref () const
 
 operator field_function_s< F, R > () const
 
operator() (const point &x) const
 

Public Attributes

_f
 

Member Typedef Documentation

◆ float_type

template<class F , class R >
typedef float_traits<R>::type float_type

Definition at line 95 of file field_functor.h.

Constructor & Destructor Documentation

◆ field_function_s()

template<class F , class R >
field_function_s ( f)

Definition at line 97 of file field_functor.h.

Member Function Documentation

◆ operator()()

template<class F , class R >
R operator() ( const point_basic< float_type > &  x) const

Definition at line 96 of file field_functor.h.

Member Data Documentation

◆ _f

template<class F , class R >
F _f

Definition at line 98 of file field_functor.h.


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