37#ifndef __PARA_DETERMINISTIC_TIMER_H__
38#define __PARA_DETERMINISTIC_TIMER_H__
Base class of communicator object.
class for deterministic timer
virtual void update(double value)=0
update function of the deterministic time. the deterministic time is a kind of counter
virtual ~ParaDeterministicTimer()
destructor of ParaDeterministicTimer
ParaDeterministicTimer()
default constructor of ParaDeterministicTimer
virtual void normalize(ParaComm *comm)
some normalization for the deterministic time might be needed user can do it in this function
virtual double getElapsedTime()=0
getter of the deterministic time
static ScipParaCommTh * comm
Base class of communicator for UG Framework.