Classes | Public Member Functions | Public Attributes | List of all members
CacheData Class Reference

Container for cache data. More...

#include <cache_data.hpp>

Collaboration diagram for CacheData:
Collaboration graph
[legend]

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< Vector2DCMs
 List of center of masses of the cells.
 

Detailed Description

Container for cache data.

Definition at line 14 of file cache_data.hpp.

Constructor & Destructor Documentation

◆ CacheData()

CacheData::CacheData ( const Tessellation tess,
const PhysicalGeometry pg 
)

Class constructor.

Parameters
tessTessellation
pgPhysical geometry

Definition at line 60 of file cache_data.cpp.


The documentation for this class was generated from the following files: