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

M

M0 - Variable in class simulations.experiments.faradaysLaw.FallingRingExperiment
M0 = dipole moment of the "point dipole"
MagneticDipole - class simulations.objects.MagneticDipole.
 
MagneticDipole(Vec3, Vec3) - Constructor for class simulations.objects.MagneticDipole
 
MagneticDipole(Vec3, Vec3, Vec3) - Constructor for class simulations.objects.MagneticDipole
 
MagneticDipoleStatic - class simulations.objects.MagneticDipoleStatic.
 
MagneticDipoleStatic(Vec3, Vec3, Vec3, double) - Constructor for class simulations.objects.MagneticDipoleStatic
 
MagneticDipoleStatic(Vec3, Vec3, Vec3, Vec3, double) - Constructor for class simulations.objects.MagneticDipoleStatic
 
MagneticMonopole - class simulations.objects.MagneticMonopole.
This BaseObject calculates the non-relativistic electric and magnetic fields of a magnetic monopole at position p moving with velocity v.
MagneticMonopole(double, Vec3, Vec3, double, int, double) - Constructor for class simulations.objects.MagneticMonopole
Constructor for the monopole.
Mat2 - class core.math.Mat2.
Mat2 is a 2x2 matrix = < [[a, b], [c, d]] > This class stores and operates on a 2x2 matrix.
Mat2() - Constructor for class core.math.Mat2
Constructs a new Mat2 = [[1, 0], [0, 1]]
Mat2(Mat2) - Constructor for class core.math.Mat2
Constructs a new Mat2 = "m"
Mat2(double, double, double, double) - Constructor for class core.math.Mat2
Constructs a new Mat2 = [[a, b], [c, d]]
Modulate(ScalarImage) - Method in class core.image.ScalarImage
 
MovingMagneticField - class simulations.objects.MovingMagneticField.
 
MovingMagneticField(Vec3, Vec3) - Constructor for class simulations.objects.MovingMagneticField
 
MovingPointCharge - class simulations.objects.MovingPointCharge.
Calculates the fields of a moving point charge (extends PointCharge)
MovingPointCharge(double, Vec3, double) - Constructor for class simulations.objects.MovingPointCharge
Constructor for the moving point charge.
MovingPointCharge(double, Vec3, double, double) - Constructor for class simulations.objects.MovingPointCharge
Constructor for the moving point charge.
MovingPointCharge(double, Vec3, double, Vec3) - Constructor for class simulations.objects.MovingPointCharge
Constructor for the moving point charge.
MovingPointCharge(double, Vec3, double, double, Vec3) - Constructor for class simulations.objects.MovingPointCharge
Constructor for the moving point charge.
MovingPointCharge(double, Vec3, double, double, Vec3, Vec3) - Constructor for class simulations.objects.MovingPointCharge
Constructor for the moving point charge.
MovingPointCharge(double, Vec3) - Constructor for class simulations.objects.MovingPointCharge
Constructor for the moving point charge.
MovingPointCharge(double, Vec3, Vec3) - Constructor for class simulations.objects.MovingPointCharge
Constructor for the moving point charge.
MovingPointCharge(double, Vec3, Vec3, Vec3) - Constructor for class simulations.objects.MovingPointCharge
Constructor for the moving point charge.
MovingRecedingImageAnimation - class simulations.animations.faradaysLaw.MovingRecedingImageAnimation.
An animation of the magnetic fields in the xz plane when a magnetic monopole moves above the plane, for various values of the monople speed, following Saslow.
MovingRecedingImageAnimation() - Constructor for class simulations.animations.faradaysLaw.MovingRecedingImageAnimation
 
MovingRecedingImagePotentialAbove - class simulations.objects.MovingRecedingImagePotentialAbove.
MovingRecedingImagePotentialAbove.
MovingRecedingImagePotentialAbove(double, double, double, double, double, double) - Constructor for class simulations.objects.MovingRecedingImagePotentialAbove
Constructs an instance of the object using the given parameters.
MovingRecedingImagePotentialAnimation - class simulations.animations.faradaysLaw.MovingRecedingImagePotentialAnimation.
An animation of a magnetic monopole moving above a conducting plane following Saslow This class has a main method and is used to generate the sequence of images for the experiment.
MovingRecedingImagePotentialAnimation() - Constructor for class simulations.animations.faradaysLaw.MovingRecedingImagePotentialAnimation
 
MovingRecedingImagePotentialBelow - class simulations.objects.MovingRecedingImagePotentialBelow.
MovingRecedingImagePotentialBelow.
MovingRecedingImagePotentialBelow(double, double, double, double, double, double) - Constructor for class simulations.objects.MovingRecedingImagePotentialBelow
Constructs an instance of the object using the given parameters.
MovingRecedingImagePotentialExperiment - class simulations.experiments.faradaysLaw.MovingRecedingImagePotentialExperiment.
Receeding Image experiment, consisting of a monopole appearing at t =0 above a conducting plane, using the method of Saslow.
MovingRecedingImagePotentialExperiment(double, double, double, double, double, double) - Constructor for class simulations.experiments.faradaysLaw.MovingRecedingImagePotentialExperiment
Constructs an instance of the experiment using the given parameters.
MovingRecedingImagePotentialExperiment.Motion - class simulations.experiments.faradaysLaw.MovingRecedingImagePotentialExperiment.Motion.
Specifies the time derivative of the parmeters which describe the experiment at any time t.
MovingRecedingImagePotentialExperiment.Motion() - Constructor for class simulations.experiments.faradaysLaw.MovingRecedingImagePotentialExperiment.Motion
 
MovingReceedingImageExperiment - class simulations.experiments.faradaysLaw.MovingReceedingImageExperiment.
Receeding Image experiment, consisting of a monopole appearing at t =0 above a conducting plane, using the method of Saslow.
MovingReceedingImageExperiment(double, double, double, double, double, double) - Constructor for class simulations.experiments.faradaysLaw.MovingReceedingImageExperiment
Constructs an instance of the experiment using the given parameters.
MovingReceedingImageExperiment.Motion - class simulations.experiments.faradaysLaw.MovingReceedingImageExperiment.Motion.
Specifies the time derivative of the parmeters which describe the experiment at any time t.
MovingReceedingImageExperiment.Motion() - Constructor for class simulations.experiments.faradaysLaw.MovingReceedingImageExperiment.Motion
 
Mul(Mat2) - Method in class core.math.Mat2
Multiplies "this" to the left by "m" Returns: resulting "this"
Mul(Mat2) - Method in class core.math.Vec2
Multiplies "this" to the left by "m" Returns: resulting "this"
m - Variable in class simulations.experiments.electrostatics.ChargeInFieldExperiment
mass of the particle
m - Variable in class simulations.objects.MagneticDipole
 
m - Variable in class simulations.objects.MagneticMonopole
The mass of the monopole.
m - Variable in class simulations.objects.PointCharge
the mass of the point charge
main(String[]) - Static method in class core.postprocessing.Periodify
Creates and writes the blended image files.
main(String[]) - Static method in class simulations.animations.electrostatics.ChargeMovingAgainstConstantFieldAnimation
 
main(String[]) - Static method in class simulations.animations.electrostatics.ColorTestAnimation
 
main(String[]) - Static method in class simulations.animations.electrostatics.RepulsionTwoChargesAnimation
 
main(String[]) - Static method in class simulations.animations.faradaysLaw.EddyCurrentsDipoleAnimation
 
main(String[]) - Static method in class simulations.animations.faradaysLaw.EddyCurrentsMonopoleAnimation
 
main(String[]) - Static method in class simulations.animations.faradaysLaw.FallingRingAnimation
 
main(String[]) - Static method in class simulations.animations.faradaysLaw.MovingRecedingImageAnimation
 
main(String[]) - Static method in class simulations.animations.faradaysLaw.MovingRecedingImagePotentialAnimation
 
main(String[]) - Static method in class simulations.animations.faradaysLaw.RecedingImageAnimation
 
main(String[]) - Static method in class simulations.animations.faradaysLaw.TwoPlanesAnimation
 
main(String[]) - Static method in class simulations.animations.fluidFlow.CirculatingFlowAnimation
 
main(String[]) - Static method in class simulations.animations.fluidFlow.DataInputAnimation
 
main(String[]) - Static method in class simulations.animations.fluidFlow.HeliosphereFlowAnimation
 
main(String[]) - Static method in class simulations.animations.magnetostatics.TeachSpinAnimation
 
main(String[]) - Static method in class simulations.animations.radiation.LinearAntennaAnimation
 
main(String[]) - Static method in class simulations.animations.radiation.SinusoidalDipoleRadiationAnimation
 
matrix - Variable in class core.math.Vec2Transform
matrix = m, the linear transformation
max(int, int) - Static method in class core.dflic.FLIC
 
maxStep - Variable in class core.math.EulerIntegration
 
maxStep - Variable in class core.math.RungeKuttaErrorIntegration
 
maxStep - Variable in class core.math.RungeKuttaIntegration
The maxstep we take to get to the point requested if stepped is true.
maxcoverage - Variable in class core.dflic.DFLIC
 
maxcoverage - Variable in class core.dflic.FLIC
 
maxstep - Variable in class core.dflic.Streamline
 
mdipole - Variable in class simulations.objects.Line3DMagneticDipoles
the magnetic dipole moment per unit length vector of the line of dipoles
midpnt - class simulations.objects.antennaMath.midpnt.
 
midpnt() - Constructor for class simulations.objects.antennaMath.midpnt
 
midpnt(Integrable, double[], double, double, int, double) - Static method in class simulations.objects.antennaMath.midpnt
Creates new midpnt
min(int, int) - Static method in class core.dflic.FLIC
 
minalpha - Variable in class core.image.AccumImage
minalpha defines the minimum alpha required for a pixel to be "covered"
mincoverage - Variable in class core.dflic.DFLIC
 
mincoverage - Variable in class core.dflic.FLIC
 
minstep - Variable in class core.dflic.Streamline
 
mono - Variable in class simulations.experiments.faradaysLaw.MovingRecedingImagePotentialExperiment
the real magnetic monopole
mono - Variable in class simulations.experiments.faradaysLaw.MovingReceedingImageExperiment
the real magnetic monopole
mono - Variable in class simulations.experiments.faradaysLaw.RecedingImageExperiment
The real magnetic monopole.
mono - Variable in class simulations.experiments.faradaysLaw.TwoPlanesExperiment
the real magnetic monopole
monominus - Variable in class simulations.experiments.faradaysLaw.MovingReceedingImageExperiment
the monopole whose field vanishes for z < 0
monominus - Variable in class simulations.experiments.faradaysLaw.RecedingImageExperiment
The monopole whose field vanishes for z > 0.
monoplus - Variable in class simulations.experiments.faradaysLaw.MovingReceedingImageExperiment
the monopole whose field vanishes for z > 0
monoplus - Variable in class simulations.experiments.faradaysLaw.RecedingImageExperiment
The monopole whose field vanishes for z < 0.
mul(Mat2) - Method in class core.math.Mat2
Returns: a new Mat2 that is "m*this"
mul(Vec2) - Method in class core.math.Mat2
Returns: a new Vec2 that is "this*v"
mul(Mat2) - Method in class core.math.Vec2
Returns: a new Vec2 that is "m*this"
mx - Variable in class core.field.Vec2FieldCache
 
my - Variable in class core.field.Vec2FieldCache
 

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