1 #ifndef DEFAULT_CELL_CHEMISTRY_NOOP_H_INCLUDED
2 #define DEFAULT_CELL_CHEMISTRY_NOOP_H_INCLUDED
25 namespace CellChemistry {
46 #endif // end_of_include_guard
Core data with mesh, parameters, random engine and time data.
A cell contains walls and nodes.
Core data used during model execution.
Namespace for components of the Default model group.
NoOp(const CoreData &)
Initializing constructor.
Namespace for the core simulator.
void Initialize(const CoreData &)
Initialize or re-initialize.
NoOp (do nothing) cell chemistry.
void operator()(Cell *, double *)
Execute.