Public Member Functions | List of all members
ConditionExtensiveUpdater::Condition Class Referenceabstract

Determines the kind of cell. More...

#include <ConditionExtensiveUpdater.hpp>

Public Member Functions

virtual bool operator() (size_t index, const Tessellation &tess, const vector< ComputationalCell > &cells, double time, TracerStickerNames const &tracerstickernames) const =0
 Checks if an interface satisfies a condition. More...
 

Detailed Description

Determines the kind of cell.

Definition at line 13 of file ConditionExtensiveUpdater.hpp.

Member Function Documentation

◆ operator()()

virtual bool ConditionExtensiveUpdater::Condition::operator() ( size_t  index,
const Tessellation tess,
const vector< ComputationalCell > &  cells,
double  time,
TracerStickerNames const &  tracerstickernames 
) const
pure virtual

Checks if an interface satisfies a condition.

Parameters
indexThe index of the cell
tessTessellation
cellsComputational cells
timeThe sim time
tracerstickernamesThe names of the tracers and stickers
Returns
Whether the cell satisfies a condition.

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