Timeloop.h File Reference

Detailed Description

Header file for Timeloop.

Author
Martin Bauer marti.nosp@m.n.ba.nosp@m.uer@f.nosp@m.au.d.nosp@m.e
#include "ITimeloop.h"
#include "core/DataTypes.h"
#include "core/logging/Logging.h"
#include "core/selectable/SetSelectableObject.h"
#include "core/timing/TimingPool.h"
#include "core/uid/SUID.h"
#include <functional>
#include "Timeloop.impl.h"

Classes

class  walberla::timeloop::Timeloop< TP >
 Abstract base class for time loops. More...
 
class  walberla::timeloop::Timeloop< TP >::LoggingStamp
 
class  walberla::timeloop::Timeloop< TP >::LoggingStampManager
 

Namespaces

 walberla
 \file TimestepTracker.h \ingroup lbm \author Frederik Hennig frede.nosp@m.rik..nosp@m.henni.nosp@m.g@fa.nosp@m.u.de
 
 walberla::timeloop
 

Typedefs

using walberla::timeloop::VoidFctNoArguments = std::function< void()>
 
using walberla::Timeloop = typename timeloop::Timeloop< >
 
using walberla::DeviceSynchronizeTimeloop = typename timeloop::Timeloop< timing::DeviceSynchronizePolicy >