|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjabble.MultigridOperation
jabble.Injection
public class Injection
| Field Summary |
|---|
| Fields inherited from class jabble.MultigridOperation |
|---|
CUBIC_INTERPOLATION, FULL_WEIGHTING, HALF_WEIGHTING, INJECTION, LINEAR_INTERPOLATION |
| Constructor Summary | |
|---|---|
Injection()
Creates a new instance of Injection |
|
| Method Summary | |
|---|---|
void |
calculate(Field[] coarseFields,
Field[] fineFields)
Calculates the multigrid operations on the given set of fields (paired in the array order). |
protected void |
calculate(Point finePoint,
Point coarsePoint,
Field fineField,
Field coarseField)
Calculates the operation at the given point for the given field. |
void |
setMultiplicationFactors(double[] coefficients)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Injection()
| Method Detail |
|---|
public void setMultiplicationFactors(double[] coefficients)
public void calculate(Field[] coarseFields,
Field[] fineFields)
MultigridOperation
calculate in class MultigridOperationcoarseFields - a list of fields on the coarse gridfineFields - a list of fields on the fine grid
protected void calculate(Point finePoint,
Point coarsePoint,
Field fineField,
Field coarseField)
MultigridOperation
calculate in class MultigridOperationfinePoint - the point on the fine gridcoarsePoint - the point on the coarse gridfineField - the field on the fine gridcoarseField - the field on the coarse grid
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||