Gromacs
2024.3
|
#include <gromacs/modularsimulator/signallers.h>
Element signalling a neighbor search step.
This element informs its clients via callbacks when a neighbor-searching step is happening.
Public Types | |
typedef INeighborSearchSignallerClient | Client |
Define client type. | |
Public Member Functions | |
void | signal (Step step, Time time) override |
Run the signaller at a specific step / time. More... | |
void | setup () override |
Do nothing at setup time. | |
Public Member Functions inherited from gmx::ISignaller | |
virtual | ~ISignaller ()=default |
Standard virtual destructor. | |
Friends | |
class | SignallerBuilder< NeighborSearchSignaller > |
Allow builder to construct. | |
Run the signaller at a specific step / time.
Informs callbacks if step % nstlist_ == 0
step | The current time step |
time | The current time |
Implements gmx::ISignaller.