| Modifier and Type | Field | Description |
|---|---|---|
protected long |
maxSteps |
|
protected long |
stepCount |
| Constructor | Description |
|---|---|
ActionIntegrate(Integrator integrator) |
Constructs activity to generate configurations with
the given integrator.
|
ActionIntegrate(Integrator integrator,
boolean ignoreOverlap) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
actionPerformed() |
Main loop for conduct of integration.
|
long |
getCurrentStep() |
|
Integrator |
getIntegrator() |
|
long |
getMaxSteps() |
Accessor method for the number of doStep calls to be
performed by this integrator after it is started.
|
void |
setMaxSteps(long maxSteps) |
Mutator method for the number of doStep steps to be
performed by this integrator after it is started.
|
public ActionIntegrate(Integrator integrator)
public ActionIntegrate(Integrator integrator, boolean ignoreOverlap)
public void actionPerformed()
actionPerformed in interface IActionpublic long getMaxSteps()
public void setMaxSteps(long maxSteps)
public long getCurrentStep()
public Integrator getIntegrator()