|
Flow123d
jenkins-Flow123d-linux-release-multijob-198
|
#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 16 of file element_data_cache.hh.
|
inline |
Constructor.
Definition at line 19 of file element_data_cache.hh.
|
inline |
Getter for quantity name of cache.
Definition at line 28 of file element_data_cache.hh.
|
inline |
Getter for time of cache.
Definition at line 24 of file element_data_cache.hh.
|
inline |
Check if cache stored actual data.
Definition at line 32 of file element_data_cache.hh.

|
protected |
name of quantity stored in cache
Definition at line 40 of file element_data_cache.hh.
|
protected |
time step stored in cache
Definition at line 38 of file element_data_cache.hh.
1.8.5