Flow123d
JS_before_hm-1626-gde32303
|
Holds pair of positions of point in cache (element and eval point) More...
#include <field_value_cache.hh>
Public Member Functions | |
PatchCacheLoc () | |
PatchCacheLoc (unsigned int i_elm, unsigned int i_ep) | |
Constructor sets all data members. More... | |
Public Attributes | |
unsigned int | i_elm_ |
index of element in patch More... | |
unsigned int | i_ep_ |
index of eval point in patch More... | |
Holds pair of positions of point in cache (element and eval point)
Definition at line 81 of file field_value_cache.hh.
|
inline |
Default constructor
Definition at line 82 of file field_value_cache.hh.
|
inline |
Constructor sets all data members.
Definition at line 84 of file field_value_cache.hh.
unsigned int PatchCacheLoc::i_elm_ |
index of element in patch
Definition at line 87 of file field_value_cache.hh.
unsigned int PatchCacheLoc::i_ep_ |
index of eval point in patch
Definition at line 88 of file field_value_cache.hh.