|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjabble.Evolver
jabble.LaxWendroff
public abstract class LaxWendroff
This class implements a template for the Lax-Wendroff algorithm.
| Field Summary |
|---|
| Fields inherited from class jabble.Evolver |
|---|
constantsMap, dDirs, fieldArrayMap, fieldMap, grid, stopTrigger |
| Constructor Summary | |
|---|---|
LaxWendroff()
|
|
| Method Summary | |
|---|---|
protected void |
calculateNewFields()
Implements the template algorithm for LaxWendroff. |
protected abstract void |
updateFieldAtSpatialTemporalFullSteps(Point point)
|
protected abstract void |
updateFieldAtSpatialTemporalHalfSteps(Point 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 LaxWendroff()
| Method Detail |
|---|
protected void calculateNewFields()
calculateNewFields in class Evolverprotected abstract void updateFieldAtSpatialTemporalHalfSteps(Point point)
point - the point at which to calculate the new fieldsprotected abstract void updateFieldAtSpatialTemporalFullSteps(Point point)
point - the point at which to calculate the new fields
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||