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

L

l(Point) - Method in class jabble.FAS
 
l(Point) - Method in class jabble.FullMultigrid
 
laplacian(Field) - Static method in class jabble.stencils.Cartesian2DStencils
 
laplacianBoundary(Field) - Static method in class jabble.stencils.Cartesian2DStencils
 
laplacianBulk(Field) - Static method in class jabble.stencils.Cartesian2DStencils
Calculates (F(x+1, y) - 2*F(x, y) + F(x-1, y)) / dx2 + (F(x, y+1) - 2*F(x, y) + F(x, y-1)) / dy2.
laplacianBulk(Field) - Static method in class jabble.stencils.CartesianStencils
 
LaxWendroff - Class in jabble
This class implements a template for the Lax-Wendroff algorithm.
LaxWendroff() - Constructor for class jabble.LaxWendroff
 
LIGHT_SPEED - Static variable in class jabble.Constants
Speed of light in m/s (299,792,458).
LINEAR_INTERPOLATION - Static variable in class jabble.MultigridOperation
Linear interpolation operations for 1D/2D/3D grids (linear for 1D, bilinear for 2D and trilinear for 3D, currently not implemented).
load(DoubleBuffer) - Method in class jabble.Field
Loads the field values from the buffer.

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