A B C D E F G H I K L M N O P Q R S T U V W X Y Z

A

A - Variable in class core.dflic.Streamline
 
ACT - Variable in class simulations.experiments.electrostatics.ColorTestExperiment
The value at the origin of the color test field
ACT - Variable in class simulations.objects.ColorTestField
the slope of the field at the origin
Acceleration(Vec3) - Method in class simulations.objects.MovingPointCharge
Sets the acceleration
Accum2Image - class core.image.Accum2Image.
Stores a float image with alpha^2 = < width, height, float-buffer, alpha-buffer, minalpha, coverage >.
Accum2Image(int, int) - Constructor for class core.image.Accum2Image
Constructs a new Accum2Image = < width, height, zero-buffer, zero-buffer, 1.0, 0 >
AccumImage - class core.image.AccumImage.
Stores a monochrome float image with alpha = < width, height, float-buffer, alpha-buffer, minalpha, coverage >.
AccumImage(int, int) - Constructor for class core.image.AccumImage
Constructs a new AccumImage = < width, height, zero-buffer, zero-buffer, 1.0, 0 >
Accumulate(int, int, double, double) - Method in class core.image.Accum2Image
Adds "s" and "sa"^2 to the scalar and alpha values at (x, y) if it is in-bounds.
Accumulate(int, int, double) - Method in class core.image.AccumImage
Adds "s" to the scalar value at (x, y) and increments the corresponding alpha value.
Accumulate(int, int, double, double) - Method in class core.image.AccumImage
Adds "s" and "sa" to the scalar and alpha values at (x, y) if it is in-bounds.
Accumulate(int, int, double) - Method in class core.image.ScalarImage
Adds "s" to the scalar value at (x, y).
AccumulateBilinear(double, double, double) - Method in class core.image.AccumImage
Bilinearly accumulates "s" to the four integer grid points surrounding the continuous coordinate (x, y), weighting the alpha accumulation bilinearly as well.
AccumulateBilinear(Vec2, double) - Method in class core.image.AccumImage
Bilinearly accumulates "s" to the four integer grid points surrounding the continuous coordinate "v", weighting the alpha accumulation bilinearly as well.
AccumulateBilinear(double, double, double) - Method in class core.image.ScalarImage
Bilinearly accumulates "s" to the four integer grid points surrounding the continuous coordinate (x, y).
AccumulateBilinear(Vec2, double) - Method in class core.image.ScalarImage
Bilinearly accumulates "s" to the four integer grid points surrounding the continuous coordinate "v".
Add(ScalarImage) - Method in class core.image.ScalarImage
 
Add(Mat2) - Method in class core.math.Mat2
Adds "m" to "this" Returns: resulting "this"
Add(Vec) - Method in class core.math.Vec
Adds "v" to "this" Returns: resulting "this" Requires: "this" and "v" have the same dimension
Add(Vec2) - Method in class core.math.Vec2
Adds "v" to "this" Returns: resulting "this"
Add(double, double) - Method in class core.math.Vec2
Adds (x, y) to "this" Returns: resulting "this"
Add(Vec3) - Method in class core.math.Vec3
Adds 'v' to 'this' Returns: resulting 'this'
Add(double, double, double) - Method in class core.math.Vec3
Adds (x, y, z) to 'this' Returns: resulting 'this'
Add(BaseObject) - Method in class simulations.objects.EMCollection
adds a BaseObject to the collection of EM objects in the collection
AddScaled(Mat2, double) - Method in class core.math.Mat2
Adds "s*m" to "this" Returns: resulting "this"
AddScaled(Vec, double) - Method in class core.math.Vec
Adds "s*v" to "this" Returns: resulting "this" Requires: "this" and "v" have the same dimension
AddScaled(Vec2, double) - Method in class core.math.Vec2
Adds "s*v" to "this" Returns: resulting "this"
AddScaled(double, double, double) - Method in class core.math.Vec2
Adds "s * (x, y)" to "this" Returns: resulting "this"
AddScaled(Vec3, double) - Method in class core.math.Vec3
Adds 's*v' to 'this' Returns: resulting 'this'
AddScaled(double, double, double, double) - Method in class core.math.Vec3
Adds 's * (x, y, z)' to 'this' Returns: resulting 'this'
AddSingularity(Vec2) - Method in class core.dflic.DFLIC
Adds a singularity.
AddSingularity(Vec2) - Method in class core.dflic.FLIC
Adds a singularity, where streamlines are always terminated.
AddSingularity(Vec2) - Method in class core.dflic.Streamline
Adds a singularity where streamlines are terminated when they come within the singularity limit.
a - Variable in class core.image.AccumImage
a[] stores all the alpha values for the corresponding array f[]
a - Variable in class core.math.Mat2
a,b,c,d are the components of the matrix
a - Variable in class simulations.objects.MovingPointCharge
acceleration of the charge.
a1 - Variable in class simulations.objects.EflowXY
 
above - Variable in class simulations.experiments.faradaysLaw.MovingRecedingImagePotentialExperiment
the potential whose field vanishes for z < 0
abs(double) - Method in class core.dflic.Streamline
 
add(Mat2) - Method in class core.math.Mat2
Returns: a new Mat2 that is the sum of "this" and "m"
add(Vec) - Method in class core.math.Vec
Returns: a new Vec that is the sum of "this" and "v" Requires: "this" and "v" have the same dimension
add(Vec2) - Method in class core.math.Vec2
Returns: a new Vec2 that is the sum of "this" and "v"
add(double, double) - Method in class core.math.Vec2
Returns: a new Vec2 that is the sum of "this" and (x, y)
add(Vec3) - Method in class core.math.Vec3
Returns: a new Vec3 that is the sum of 'this' and 'v'
add(double, double, double) - Method in class core.math.Vec3
Returns: a new Vec3 that is the sum of 'this' and (x, y, z)
addscaled(Mat2, double) - Method in class core.math.Mat2
Returns: a new Mat2 that is the sum of "this" and "s*m"
addscaled(Vec, double) - Method in class core.math.Vec
Returns: a new Vec that is the sum of "this" and "s*v" Requires: "this" and "v" have the same dimension
addscaled(Vec2, double) - Method in class core.math.Vec2
Returns: a new Vec2 that is the sum of "this" and "s*v"
addscaled(double, double, double) - Method in class core.math.Vec2
Returns: a new Vec2 that is the sum of "this" and "s * (x, y)"
addscaled(Vec3, double) - Method in class core.math.Vec3
Returns: a new Vec3 that is the sum of 'this' and 's*v'
addscaled(double, double, double, double) - Method in class core.math.Vec3
Returns: a new Vecc3 that is the sum of 'this' and 's * (x, y, z)'
ak - Variable in class simulations.experiments.radiation.ElectricAntennaExperiment
The product of the length of the antenna and the wavenumber divided by 2.
ak - Variable in class simulations.objects.ElectricAntenna
The product of the length of the antenna and the wavenumber divided by 2.
ak - Variable in class simulations.objects.antennaMath.Bphi
 
ak - Variable in class simulations.objects.antennaMath.EFlux
 
ak - Variable in class simulations.objects.antennaMath.Erho
 
ak - Variable in class simulations.objects.antennaMath.Ez
 
alpha - Variable in class simulations.experiments.faradaysLaw.FallingRingExperiment
parameter of the experiment as defined in the TEAL_Physics_Math reference
angle - Variable in class simulations.experiments.faradaysLaw.EddyCurrentsDipoleExperiment
The angle that the dipole makes in the xy plane, with angle = 0 along x.
assertDim(Vec) - Method in class core.math.Vec
Used internally to verify that "v" has the same dimension as "this"

A B C D E F G H I K L M N O P Q R S T U V W X Y Z