Uses of Class
jabble.EquationSet

Packages that use EquationSet
jabble The core classes for Jabble that make up the framework. 
 

Uses of EquationSet in jabble
 

Methods in jabble that return EquationSet
 EquationSet EquationSetBuilder.createEquationsSet()
          Creates the setEquation according to the instructions given to the builder.
 EquationSet Slice.getEquationSet()
          Returns the equation set for which the Slice is defined.
 EquationSet ResultStore.getEquationSet()
           
abstract  EquationSet Problem.prepareEquationSet()
          Creates the equation set that needs to be solved.
 

Constructors in jabble with parameters of type EquationSet
EquationSet(EquationSet equation, java.util.List<java.lang.String> newCoords, java.util.List<java.lang.String> newDiffs)
           
Slice(EquationSet equation)
          Creates a new Slice for the given equation, and initializes the fields in the slice based on the fields and grid defined by the equation.
Slice(Grid grid, EquationSet equation)
          Creates a Slice for the given equation and the given Grid (not the one the equation set is defined on).