waLBerla 7.2
Loading...
Searching...
No Matches
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

namespace  walberla
 Storage for detected contacts which can be used to perform actions for all contacts, e.g.
 
namespace  walberla::timeloop
 

Typedefs

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