define a non-constant (in space) field More...
define a non-constant (in space) field
Definition at line 26 of file util_num_unit_tests.hpp.
#include <util_num_unit_tests.hpp>
Public Types | |
typedef void | const_field |
It define that is a constant field. | |
typedef void | with_position |
It define that is not constant in space. | |
Public Member Functions | |
float | val_pos (grid_key_dx< 2 > &pos) |
Evaluate the field in one point. | |
typedef void anyname_field_with_pos::const_field |
It define that is a constant field.
Definition at line 29 of file util_num_unit_tests.hpp.
typedef void anyname_field_with_pos::with_position |
It define that is not constant in space.
Definition at line 32 of file util_num_unit_tests.hpp.
|
inline |
Evaluate the field in one point.
Definition at line 35 of file util_num_unit_tests.hpp.