IntegratorListener, IntegratorListenerMDpublic 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)
IntegratorListenerintegratorInitialized in interface IntegratorListenerpublic void integratorStepStarted(IntegratorEvent e)
IntegratorListenerintegratorStepStarted in interface IntegratorListenerpublic void integratorStepFinished(IntegratorEvent e)
IntegratorListenerintegratorStepFinished in interface IntegratorListenerpublic void integratorForcePrecomputed(IntegratorEvent e)
IntegratorListenerMDintegratorForcePrecomputed in interface IntegratorListenerMDpublic void integratorForceComputed(IntegratorEvent e)
IntegratorListenerMDintegratorForceComputed in interface IntegratorListenerMD