|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjabble.EquationSet
public class EquationSet
Describes the set of equations to solve, together with the coordinates being used.
| Constructor Summary | |
|---|---|
EquationSet(EquationSet equation,
java.util.List<java.lang.String> newCoords,
java.util.List<java.lang.String> newDiffs)
|
|
| Method Summary | |
|---|---|
jabble.BoundaryConditions |
getBoundaryConditions()
Returns the boundary conditions that are defined with the equation set. |
double |
getConstant(java.lang.String constantName)
Returns the value of the given constant. |
java.util.Set<java.lang.String> |
getConstants()
Returns the scalar constants used by the equation. |
java.util.List<java.lang.String> |
getCoordinates()
Returns the list of coordinates in the correct order. |
java.util.List<java.lang.String> |
getDifferentials()
Returns the list of differentials for the coordinates, in the same order of the coordinates themselves. |
java.util.Map<java.lang.String,java.lang.String> |
getEquations()
Returns a map that associates each field that is going to be evolved with its equation. |
java.util.List<java.lang.String> |
getFields()
Returns the list of fields used by the equation. |
Grid |
getGrid()
Returns the grid on which the equation was defined. |
java.util.List<java.lang.String> |
getStationaryFields()
Returns the list of those fields that do not change in time. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EquationSet(EquationSet equation,
java.util.List<java.lang.String> newCoords,
java.util.List<java.lang.String> newDiffs)
| Method Detail |
|---|
public Grid getGrid()
public java.util.List<java.lang.String> getCoordinates()
public java.util.List<java.lang.String> getStationaryFields()
public java.util.List<java.lang.String> getDifferentials()
public java.util.List<java.lang.String> getFields()
public java.util.Map<java.lang.String,java.lang.String> getEquations()
public java.util.Set<java.lang.String> getConstants()
public double getConstant(java.lang.String constantName)
constantName - the name of the constant
public jabble.BoundaryConditions getBoundaryConditions()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||