Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
I
Indicator
- Class in
jabble
Takes a function that calculates a value at each Point (for example: a field, the derivative of a field, the product of two fields, ...) and aggregates it to produce a single one (for example, takes the average, the maximum, ...).
Indicator(FunctionField)
- Constructor for class jabble.
Indicator
Creates an indicator that uses the given function.
indicator
- Variable in class jabble.
Trigger
The indicator associated with the Trigger, or null if no indicator is used.
init()
- Method in class jabble.
Indicator
Initializes the indicator for the next calculation.
init()
- Method in class jabble.indicators.
AverageIndicator
init()
- Method in class jabble.indicators.
IntegralIndicator
init()
- Method in class jabble.indicators.
MaxIndicator
init()
- Method in class jabble.indicators.
MinIndicator
init()
- Method in class jabble.
Trigger
Initializes the trigger, resetting the trigger computation.
initializeFieldArray(String, int)
- Method in class jabble.
Evolver
Initializes a variable with an array of Fields on the current Grid.
initializeFieldArray(String)
- Method in class jabble.
Evolver
Initializes a variable with an array of Fields on the current Grid.
Injection
- Class in
jabble
Injection()
- Constructor for class jabble.
Injection
Creates a new instance of Injection
INJECTION
- Static variable in class jabble.
MultigridOperation
Injection operation for 1D/2D/3D grids.
IntegralIndicator
- Class in
jabble.indicators
Computes the spatial integral of a field over a slice.
IntegralIndicator(FunctionField)
- Constructor for class jabble.indicators.
IntegralIndicator
isBlack()
- Method in class jabble.
Point
True if the Point would be a "black square" on a chess board.
isInBlackHole()
- Method in class jabble.
Point
isInGrid(Point)
- Method in class jabble.
Grid
Returns true if the Point was defined in this Grid.
isOnBoundary()
- Method in class jabble.
Point
True if the Point is on an edge or a face of the Grid.
isOnInnerBoundary()
- Method in class jabble.
Point
isOnLowerOuterBoundary(int)
- Method in class jabble.
Point
True if the Point is on the left edge or a face of the Grid along the given direction.
isOnOuterBoundary()
- Method in class jabble.
Point
isOnOuterBoundary(int)
- Method in class jabble.
Point
True if the Point is on an edge or a face of the Grid along the given direction.
isOnUpperOuterBoundary(int)
- Method in class jabble.
Point
True if the Point is on the right edge or a face of the Grid along the given direction.
isPeriodicBoundary(int)
- Method in class jabble.
Grid
Returns true if the dirIndex direction has period boundary conditions set.
isVerified()
- Method in class jabble.
OutsideRangeTrigger
isVerified()
- Method in class jabble.
OverThresholdTrigger
isVerified()
- Method in class jabble.
TimeTrigger
Returns true if enough time has passed since creation or since le last resetStart().
isVerified()
- Method in class jabble.
Trigger
Returns whether the Trigger is verified.
isVerified()
- Method in class jabble.
UnderThresholdTrigger
True if the value of the indicator is under the given threshold
IteratedCrankNicholson
- Class in
jabble
This class implements the Iterated Crank-Nicholson template algorithm.
IteratedCrankNicholson(int)
- Constructor for class jabble.
IteratedCrankNicholson
Creates a new Iterated Crank-Nicholson evolver, specifying the number of iterations.
IteratedCrankNicholson()
- Constructor for class jabble.
IteratedCrankNicholson
Creates a new Iterated Crank-Nicholson evolver, with the default of 2 iterations.
iterator()
- Method in class jabble.
Grid
Returns an iterator over all points of the Grid.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W