|
Flow123d
last_with_con_2.0.0-4-g42e6930
|
#include <element_data_cache.hh>


Public Member Functions | |
| ElementDataCacheBase () | |
| Constructor. More... | |
| double | get_time () |
| Getter for time of cache. More... | |
| std::string | get_quantity_name () |
| Getter for quantity name of cache. More... | |
| bool | is_actual (double time, std::string quantity_name) |
| Check if cache stored actual data. More... | |
Protected Attributes | |
| double | time_ |
| time step stored in cache More... | |
| std::string | quantity_name_ |
| name of quantity stored in cache More... | |
Definition at line 26 of file element_data_cache.hh.
|
inline |
Constructor.
Definition at line 29 of file element_data_cache.hh.
|
inline |
Getter for quantity name of cache.
Definition at line 38 of file element_data_cache.hh.
|
inline |
Getter for time of cache.
Definition at line 34 of file element_data_cache.hh.
|
inline |
Check if cache stored actual data.
Definition at line 42 of file element_data_cache.hh.

|
protected |
name of quantity stored in cache
Definition at line 50 of file element_data_cache.hh.
|
protected |
time step stored in cache
Definition at line 48 of file element_data_cache.hh.
1.8.11