Container for cache data. More...
#include <cache_data.hpp>

Public Member Functions | |
| CacheData (const Tessellation &tess, const PhysicalGeometry &pg) | |
| Class constructor. More... | |
| void | reset (void) const |
| Marks all items for recalculation. | |
Public Attributes | |
| const CachedLazyList< double > | volumes |
| List of cell volumes. | |
| const CachedLazyList< double > | areas |
| List of areas of interfaces. | |
| const CachedLazyList< Vector2D > | CMs |
| List of center of masses of the cells. | |
Container for cache data.
Definition at line 14 of file cache_data.hpp.
| CacheData::CacheData | ( | const Tessellation & | tess, |
| const PhysicalGeometry & | pg | ||
| ) |
Class constructor.
| tess | Tessellation |
| pg | Physical geometry |
Definition at line 60 of file cache_data.cpp.
1.8.13