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

U

u - Variable in class jabble.Multigrid
 
UnderThresholdTrigger - Class in jabble
A Trigger that fires if the threshold of an Indicator is below a certain threshold.
UnderThresholdTrigger(Indicator, double) - Constructor for class jabble.UnderThresholdTrigger
A new Trigger that fires if the indicator is below a certain threshold.
updateFieldAtSpatialTemporalFullSteps(Point) - Method in class jabble.LaxWendroff
 
updateFieldAtSpatialTemporalHalfSteps(Point) - Method in class jabble.LaxWendroff
 
upwind2Difference(Field, int) - Static method in class jabble.stencils.FirstDerivativeStencils
 
upwind3Difference(Field, int) - Static method in class jabble.stencils.FirstDerivativeStencils
 
upwindAverage(Field) - Static method in class jabble.stencils.Average1DStencils
Calculates (F(x+1) + F(x)) / 2.
upwindAverage(Field) - Static method in class jabble.stencils.Average2DStencils
Calculates (F(x, y) + F(x+1, y) + F(x, y+1) + F(x+1, y+1)) / 4.
upwindAverage(Field) - Static method in class jabble.stencils.Average3DStencils
Calculates ( F(x, y, z) + F(x+1, y, z) + F(x, y+1, z) + F(x, y, z+1)
+ F(x+1, y+1, z) + F(x, y+1, z+1) + F(x+1, y, z+1) + F(x+1, y+1, z+1)) / 8
.
upwindDifference(Field, int) - Static method in class jabble.stencils.FirstDerivativeStencils
Calculates (F(x+1) - F(x)) / dx.

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