IntegratorListener
, IntegratorListenerMD
public class FixedWall extends java.lang.Object implements IntegratorListenerMD
Modifier and Type | Field | Description |
---|---|---|
protected AtomLeafAgentManager<Vector> |
agentManager |
|
protected Box |
box |
|
protected ISpecies |
species |
Constructor | Description |
---|---|
FixedWall(Space space,
Box box,
AtomLeafAgentManager<Vector> agentManager,
ISpecies species) |
Modifier and Type | Method | Description |
---|---|---|
void |
integratorForceComputed(IntegratorEvent e) |
Invoked after the integrator has computed the forces on all atoms
in the system.
|
void |
integratorForcePrecomputed(IntegratorEvent e) |
Invoked before the integrator computes the forces on all atoms
in the system.
|
void |
integratorInitialized(IntegratorEvent e) |
Invoked when integration begins.
|
void |
integratorStepFinished(IntegratorEvent e) |
Invoked at the end of each integrator step.
|
void |
integratorStepStarted(IntegratorEvent e) |
Invoked at the beginning of each integrator step.
|
protected final AtomLeafAgentManager<Vector> agentManager
protected final Box box
protected final ISpecies species
public FixedWall(Space space, Box box, AtomLeafAgentManager<Vector> agentManager, ISpecies species)
public void integratorInitialized(IntegratorEvent e)
IntegratorListener
integratorInitialized
in interface IntegratorListener
public void integratorStepStarted(IntegratorEvent e)
IntegratorListener
integratorStepStarted
in interface IntegratorListener
public void integratorStepFinished(IntegratorEvent e)
IntegratorListener
integratorStepFinished
in interface IntegratorListener
public void integratorForcePrecomputed(IntegratorEvent e)
IntegratorListenerMD
integratorForcePrecomputed
in interface IntegratorListenerMD
public void integratorForceComputed(IntegratorEvent e)
IntegratorListenerMD
integratorForceComputed
in interface IntegratorListenerMD