waLBerla 7.2
|
Header file for Timeloop.
#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 > |