A B C D E F G H I J L M N O P R S T U V W

E

ELECTRON_CHARGE - Static variable in class jabble.Constants
Electron charge in C (1.60217646E-19).
ELECTRON_MASS - Static variable in class jabble.Constants
Electron mass in Kg (9.10938188E-31).
equals(Object) - Method in class jabble.Point
A Point is only equal to another Point if they are both on the same Grid and are at the same coordinates.
EquationSet - Class in jabble
Describes the set of equations to solve, together with the coordinates being used.
EquationSet(EquationSet, List<String>, List<String>) - Constructor for class jabble.EquationSet
 
EquationSetBuilder - Class in jabble
A helper class to quickly build EquationSet objects.
EquationSetBuilder() - Constructor for class jabble.EquationSetBuilder
Creates a new EquationSet builder.
evolve(List<Slice>) - Method in class jabble.Evolver
Evolves the data in the list of slices of one time step.
evolve(List<Slice>, int) - Method in class jabble.Evolver
Evolves the data in the list of slices for nIterations time steps.
evolve(List<Slice>, int, Trigger) - Method in class jabble.Evolver
Evolves the data in the list of slices for maxIterations time steps, or until the stopTrigger is verified.
evolve(List<Slice>) - Method in class jabble.Multigrid
 
evolve(List<Slice>, int, Trigger) - Method in class jabble.Multigrid
Evolves the slices using multi grid methods and the evolver given through the constructor.
evolve(List<Slice>) - Method in class jabble.Multigrid.VCycle
 
evolve(List<Slice>, int, Trigger) - Method in class jabble.Multigrid.VCycle
Evolves the slices using multi grid methods and the evolver given through the constructor.
Evolver - Class in jabble
An Evolver solves a partial differential equation by calculating a set of Fields at a given time step by using the data from Fields at previous time steps.
Evolver() - Constructor for class jabble.Evolver
Creates a new evolver and initializes the field and fieldArray map.

A B C D E F G H I J L M N O P R S T U V W