Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 94 of file field_functor.h.
Public Types | |
typedef float_traits< R >::type | float_type |
Public Member Functions | |
R | operator() (const point_basic< float_type > &x) const |
field_function_s (F f) | |
![]() | |
const field_function_s< F, R > & | get_ref () const |
operator field_function_s< F, R > () const | |
R | operator() (const point &x) const |
Public Attributes | |
F | _f |
typedef float_traits<R>::type float_type |
Definition at line 95 of file field_functor.h.
field_function_s | ( | F | f | ) |
Definition at line 97 of file field_functor.h.
R operator() | ( | const point_basic< float_type > & | x | ) | const |
Definition at line 96 of file field_functor.h.
F _f |
Definition at line 98 of file field_functor.h.