|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjabble.Evolver
jabble.SingleLoopEvolver
public abstract class SingleLoopEvolver
An Evolver that performs a single loop over the Grid. Implement the looping logic for other template Evolvers like Jacobi or LaxWendroff.
| Field Summary |
|---|
| Fields inherited from class jabble.Evolver |
|---|
constantsMap, dDirs, fieldArrayMap, fieldMap, grid, stopTrigger |
| Constructor Summary | |
|---|---|
SingleLoopEvolver()
|
|
| Method Summary | |
|---|---|
protected void |
calculateNewFields()
Implements the loop over the Grid. |
protected abstract void |
calculateNewFields(Point point)
Calculates the value of the fields at the given Point. |
| Methods inherited from class jabble.Evolver |
|---|
evolve, evolve, evolve, getNPreviousSlicesNeeded, initializeFieldArray, initializeFieldArray, skipBoundaryPoint |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SingleLoopEvolver()
| Method Detail |
|---|
protected final void calculateNewFields()
calculateNewFields in class Evolverprotected abstract void calculateNewFields(Point point)
point - the point where to compute the new value of the fields
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||