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

M

MaterialModel - class spis.Surf.InteractModel.MaterialModel.
Class Name : MaterialModel (generic Material Model)
Project ref : SPIS project
File name : MaterialModel.java
File type : class
Copyright : ONERA, 2 Av.
MaterialModel(ParameterSet[], int) - Constructor for class spis.Surf.InteractModel.MaterialModel
Default constructor
Matrix - class spis.Util.Matrix.Matrix.
Class Name : Matrix
Project ref : SPIS project
File name : Matrix.java
File type : class
Copyright : ONERA, 2 Av.
Matrix(int, int) - Constructor for class spis.Util.Matrix.Matrix
Default constructor
MatterBC - class spis.Vol.BC.MatterBC.
Class Name : MatterBC
Project ref : SPIS project
File name : MatterBC.java
File type : class
Copyright : ONERA, 2 Av.
MatterBC() - Constructor for class spis.Vol.BC.MatterBC
Default constructor (does nothing for now)
Max - class spis.Util.Func.Max.
Returns the maximum of the reference float and the passed float
Max(float) - Constructor for class spis.Util.Func.Max
 
MaxwellianInteractor - class spis.Surf.InteractModel.MaxwellianInteractor.
Class Name : MaxwellianInteractor
Project ref : SPIS project
File name : MaxwellianInteractor.java
File type : class
Copyright : ONERA, 2 Av.
MaxwellianInteractor(SurfDistrib, FluidSurfDistrib, InteractModel, ParameterSet[], FunctionOfDistrib, FunctionOfDistrib) - Constructor for class spis.Surf.InteractModel.MaxwellianInteractor
Default constructor.
MaxwellianInteractorWithRecollection - class spis.Surf.InteractModel.MaxwellianInteractorWithRecollection.
Class Name : MaxwellianInteractorWithRecollection
Project ref : SPIS project
File name : MaxwellianInteractorWithRecollection.java
File type : class
Copyright : ONERA, 2 Av.
MaxwellianInteractorWithRecollection(SurfDistrib, FluidSurfDistrib, InteractModel, ParameterSet[], FunctionOfDistrib, FunctionOfDistrib, ScalSurfField, float) - Constructor for class spis.Surf.InteractModel.MaxwellianInteractorWithRecollection
constructor
MaxwellianThruster - class spis.Surf.SurfDistrib.MaxwellianThruster.
Class Name : MaxwellianThruster
Project ref : SPIS project
File name : MaxwellianThruster.java
File type : class
Copyright : ONERA, 2 Av.
MaxwellianThruster(GlobalParameter[], LocalParameter[], String, SurfMesh, Integer) - Constructor for class spis.Surf.SurfDistrib.MaxwellianThruster
Constructor based on UI-defined parameters
MaxwellianThrusterSampler - class spis.Util.List.MaxwellianThrusterSampler.
Class Name : MaxwellianThrusterSampler
Project ref : SPIS project
File name : MaxwellianThrusterSampler.java
File type : class
Copyright : ONERA, 2 Av.
MaxwellianThrusterSampler(Part, ScalSurfField, ScalSurfField, ScalSurfField, float) - Constructor for class spis.Util.List.MaxwellianThrusterSampler
Default constructor
MeshedPlasma - class spis.Top.Plasma.MeshedPlasma.
Class Name : MeshedPlasma
Project ref : SPIS project
File name : MeshedPlasma.java
File type : class
Copyright : ONERA, 2 Av.
MeshedPlasma(VolMesh) - Constructor for class spis.Top.Plasma.MeshedPlasma
Default constructor
MmfPlasma - class spis.Top.Plasma.MmfPlasma.
Class Name : MmfPlasma (Meshed Matter-Fields Plasma class)
Project ref : SPIS project
File name : MmfPlasma.java
File type : class
Copyright : ONERA, 2 Av.
MmfPlasma(VolMesh, EField, VectVolField) - Constructor for class spis.Top.Plasma.MmfPlasma
Default constructor
MmfPlasma(ThreeDUnstructVolMesh) - Constructor for class spis.Top.Plasma.MmfPlasma
Constructor without E and B fields => they are generated automatically (EField E includes the solver), and as a consequence, the volMesh must be of ThreeDUnstructVolMesh type because a Poisson solver on a ConjGrad3DUnstructPoissonSolver is used.
ModifInt - interface spis.Util.Func.ModifInt.
Class Name : ModifInt
Project ref : SPIS project
File name : ModifInt.java
File type : interface
Copyright : ONERA, 2 Av.
MultipleInteractor - class spis.Surf.InteractModel.MultipleInteractor.
Class Name : MultipleInteractor
Project ref : SPIS project
File name : MultipleInteractor.java
File type : class
Copyright : ONERA, 2 Av.
MultipleInteractor(SurfDistrib, Interactor[]) - Constructor for class spis.Surf.InteractModel.MultipleInteractor
Default constructor.
MultipleMaxwellianInteractor - class spis.Surf.InteractModel.MultipleMaxwellianInteractor.
Class Name : MultipleMaxwellianInteractor
Project ref : SPIS project
File name : MultipleMaxwellianInteractor.java
File type : class
Copyright : ONERA, 2 Av.
MultipleMaxwellianInteractor(SurfDistrib, MultipleSurfDistrib, InteractModel, ParameterSet[], FunctionOfDistrib[], FunctionOfDistrib[]) - Constructor for class spis.Surf.InteractModel.MultipleMaxwellianInteractor
Default constructor
MultipleSurfDistrib - class spis.Surf.SurfDistrib.MultipleSurfDistrib.
Class Name : MultipleSurfDistrib
Project ref : SPIS project
File name : MultipleSurfDistrib.java
File type : class
Copyright : ONERA, 2 Av.
MultipleSurfDistrib(SurfMesh, SurfDistrib[]) - Constructor for class spis.Surf.SurfDistrib.MultipleSurfDistrib
Default constructor
mach - Variable in class spis.Surf.SurfDistrib.LocalMaxwellSurfDistribWithMachNotOperational
local Mach number
mach - Variable in class spis.Surf.SurfDistrib.MaxwellianThruster
local Mach number
mach - Variable in class spis.Util.List.MaxwellianThrusterSampler
Mach number
main(String[]) - Static method in class spis.Top.Top.Top
This class can also be called as a standalone code, but no meshes are then initialised.
map(SurfDistrib) - Method in class spis.Surf.SurfDistrib.FluidSurfDistrib
 
map(SurfDistrib) - Method in class spis.Surf.SurfDistrib.GlobalMaxwellSurfDistrib
Mapping of a generic surface distribution into a global maxwellian distribution is seldom relevant => not implemented (throws a SpisRuntimeException)
map(SurfDistrib) - Method in class spis.Surf.SurfDistrib.LocalMaxwellSurfDistrib
Maps the SurfDistrib passed, sd, into this LocalMaxwellSurfDistrib.
map(SurfDistrib) - Method in class spis.Surf.SurfDistrib.MaxwellianThruster
Mappinf onto a Thruster distribution not allowed
map(SurfDistrib) - Method in class spis.Surf.SurfDistrib.MultipleSurfDistrib
Mapping onto a MultipleSurDistrib is not supported, mapping is only possible to more specified SurfDistrib sub-types (PICSurfDistrib, FluidSurfDistrib...).
map(SurfDistrib) - Method in class spis.Surf.SurfDistrib.PICSurfDistrib
Maps the SurfDistrib passed, sd, into this PICSurfDistrib.
map(SurfDistrib) - Method in class spis.Surf.SurfDistrib.SurfDistrib
Maps the SurfDistrib passed, sd, into this SurfDistrib.
map - Variable in class spis.Top.SC.RCCabsSC
Matrix for mapping a surface-centred extensive surface field (e.g. intensity) onto circuit nodes (this matrix also depends on circuit nodes centring, now fixed to surface-centred, cf. deriveCircuitAndMap method)
map(IntScalTable, FloatScalTable, float[]) - Method in class spis.Util.Part.PartTable
Maps valuesToMap onto mappedValuesT following partTypeIdT indexation
mapA - Variable in class spis.Top.SC.RCCabsSC
map for averaging an intensive quantity (e.g. potential) instead of summing an extensive value (e.g. intensity) with map
mapAT - Variable in class spis.Top.SC.RCCabsSC
Transpose of mapA
mapCharge(IntScalTable, FloatScalTable) - Method in class spis.Util.Part.PartTable
Maps particle charges onto chargeT (particle types are partTypeIdT).
mapChargeOverMass(IntScalTable, FloatScalTable) - Method in class spis.Util.Part.PartTable
Maps particle q/m ratios onto chargeOverMassT (particle types are partTypeIdT).
mapCircToSurf(CircField, ScalSurfField, int) - Method in class spis.Top.SC.RCCabsSC
Maps a circuit field onto a scalar surface field.
mapCircToWire(CircField, ScalSurfField) - Method in class spis.Top.SC.RCCabsSC
Maps a circuit field onto an edge-centred surface field living on 1D wires only.
mapField(ScalSurfField, ScalSurfField, int) - Method in class spis.Surf.SurfMesh.SurfMesh
Maps surface fields of different centering into one another (fin into fout).
mapField(ScalSurfField, ScalSurfField, int) - Method in class spis.Surf.SurfMesh.ThreeDUnstructSurfMesh
Maps surface fields of different centering into one another (fin into fout).
mapMass(IntScalTable, FloatScalTable) - Method in class spis.Util.Part.PartTable
Maps particle masses onto massT (particle types are partTypeIdT).
mapNE - Variable in class spis.Surf.SurfMesh.ThreeDUnstructSurfMesh
Node to surface connectivity matrix, for nodes and edges belonging to 1D wires only!
mapNEC - Variable in class spis.Surf.SurfMesh.ThreeDUnstructSurfMesh
mapNE column-normalised (sum_j Mij = 1)
mapNECT - Variable in class spis.Surf.SurfMesh.ThreeDUnstructSurfMesh
transpose of mapNEC
mapNER - Variable in class spis.Surf.SurfMesh.ThreeDUnstructSurfMesh
mapNE row-normalised (sum_j Mij = 1)
mapNERT - Variable in class spis.Surf.SurfMesh.ThreeDUnstructSurfMesh
transpose of mapNER
mapNS - Variable in class spis.Surf.SurfMesh.ThreeDUnstructSurfMesh
Node to surface connectivity matrix
mapNSC - Variable in class spis.Surf.SurfMesh.ThreeDUnstructSurfMesh
mapNS column-normalised (sum_j Mij = 1)
mapNSCT - Variable in class spis.Surf.SurfMesh.ThreeDUnstructSurfMesh
transpose of mapNSC
mapNSR - Variable in class spis.Surf.SurfMesh.ThreeDUnstructSurfMesh
mapNS row-normalised (sum_j Mij = 1)
mapNSRT - Variable in class spis.Surf.SurfMesh.ThreeDUnstructSurfMesh
transpose of mapNSR
mapSurfToCirc(ScalSurfField, CircField, int) - Method in class spis.Top.SC.RCCabsSC
Maps a scalar surface field onto a circuit field.
mapT - Variable in class spis.Top.SC.RCCabsSC
Transpose of map, to map an intensive value (e.g. potential) from circuit nodes to a surface-centered surface field
mapToExternalNodeIndexing(float[], float[]) - Method in class spis.Vol.VolMesh.ThreeDUnstructVolMesh
Maps node-centered quantities from an internal-node-number-indexed array to an external-node-number-indexed array.
mapToExternalNodeIndexing(float[][], float[][]) - Method in class spis.Vol.VolMesh.ThreeDUnstructVolMesh
Maps node-centered quantities from an internal-node-number-indexed array to an external-node-number-indexed array.
mapToExternalNodeIndexing(float[]) - Method in class spis.Vol.VolMesh.ThreeDUnstructVolMesh
Transforms an internal-node-number-indexed array of node-centered quantities to an external-node-number-indexed array on the spot (i.e. in the same array).
mapToExternalNodeIndexing(float[][], float[][]) - Method in class spis.Vol.VolMesh.VolMesh
Maps integer node-centered quantities from an internal-node-number-indexed array to an external-node-number-indexed array.
mapToExternalNodeIndexing(float[], float[]) - Method in class spis.Vol.VolMesh.VolMesh
Maps node-centered quantities from an internal-node-number-indexed array to an external-node-number-indexed array.
mapToInternalNodeIndexing(float[], float[]) - Method in class spis.Vol.VolMesh.ThreeDUnstructVolMesh
Maps node-centered quantities from an external-node-number-indexed array to an internal-node-number-indexed array.
mapToInternalNodeIndexing(int[], int[]) - Method in class spis.Vol.VolMesh.ThreeDUnstructVolMesh
Maps integer node-centered quantities from an external-node-number-indexed array to an internal-node-number-indexed array.
mapToInternalNodeIndexing(float[][], float[][]) - Method in class spis.Vol.VolMesh.ThreeDUnstructVolMesh
Maps node-centered quantities from an external-node-number-indexed array to an internal-node-number-indexed array.
mapToInternalNodeIndexing(float[]) - Method in class spis.Vol.VolMesh.ThreeDUnstructVolMesh
Transforms an external-node-number-indexed array of node-centered quantities to an internal-node-number-indexed array on the spot (i.e. in the same array).
mapToInternalNodeIndexing(int[]) - Method in class spis.Vol.VolMesh.ThreeDUnstructVolMesh
Transforms an external-node-number-indexed array of node-centered integer quantities to an internal-node-number-indexed array on the spot (i.e. in the same array).
mapToInternalNodeIndexing(float[][], float[][]) - Method in class spis.Vol.VolMesh.VolMesh
Maps node-centered quantities from an external-node-number-indexed array to an internal-node-number-indexed array.
mapToInternalNodeIndexing(float[], float[]) - Method in class spis.Vol.VolMesh.VolMesh
Maps node-centered quantities from an external-node-number-indexed array to an internal-node-number-indexed array.
mapToSuperNode(ScalSurfField) - Method in class spis.Top.SC.RCCabsSC
Compute the paratial sum of ScalSurfField sf for each electric super node.
mapToSurf(FloatScalTable, FloatScalTable, int[], int[], int) - Method in class spis.Vol.VolMesh.ThreeDUnstructVolMesh
maps table in to table out
mapToSurfField(ScalSurfField) - Method in class spis.Vol.VolField.ScalVolField
 
mapToSurfField(ScalVolField, ScalSurfField, int) - Method in class spis.Vol.VolMesh.ThreeDUnstructVolMesh
Maps a volume field onto a surface fields.
mapToSurfField(ScalVolField, ScalSurfField, int) - Method in class spis.Vol.VolMesh.VolMesh
Maps a volume field onto a surface fields.
mapWireToCirc(ScalSurfField, CircField) - Method in class spis.Top.SC.RCCabsSC
Maps an edge-centred surface field living on wire elements onto a circuit field.
mass - Variable in class spis.Util.Part.Part
particle mass [amu]
matId - Variable in class spis.Surf.InteractModel.BasicInducedConductInteractor
material Id (input)
matId - Variable in class spis.Surf.InteractModel.FunctionOfDistribFromFuncOfPart
material Id field (used by the indexed microscopic functions)
matId - Variable in class spis.Surf.InteractModel.ReflectionInteractor
Material Id field
matId - Variable in class spis.Top.SC.InteractSC
Material index in the Material Model (integer stored as a float)
matMass - Variable in class spis.Solver.Poisson.ConjGrad3DUnstructPoissonSolver
Mass matrix (without the diagonal) [ndimMat]
matMod - Variable in class spis.Top.SC.InteractSC
material models
matModId - Variable in class spis.Surf.InteractModel.BasicInducedConductInteractor
material model Id (input)
matModId - Variable in class spis.Surf.InteractModel.FunctionOfDistribFromFuncOfPart
material model Id field (used by the indexed microscopic functions)
matModId - Variable in class spis.Surf.InteractModel.ReflectionInteractor
Material model Id field
matModId - Variable in class spis.Top.SC.InteractSC
Material model index in matMod[] (integer stored as a float)
matModelId - Static variable in class spis.Top.Default.LocalParameter
Name of the local parameter: Id of the material model used for this material - (default param value: 0 (default model = NASCAP-properties-based) , mesh: SC , centring: 2 )
matMult(Matrix, Matrix) - Method in class spis.Util.Matrix.DiagMatrix
Multyplies by another matrix m and returns this_matrix . m in result.
matMult(Matrix) - Method in class spis.Util.Matrix.DiagMatrix
Multyplies by another matrix m and returns this_matrix . m.
matMult(Matrix, int) - Method in class spis.Util.Matrix.DiagMatrix
Multiplies by another matrix m and returns this_matrix . m as a float[][].
matMult(Matrix, Matrix) - Method in class spis.Util.Matrix.DirMatrix
Multyplies by another matrix m and returns this_matrix . m in result.
matMult(Matrix) - Method in class spis.Util.Matrix.DirMatrix
Multyplies by another matrix m and returns this_matrix . m.
matMult(Matrix, int) - Method in class spis.Util.Matrix.DirMatrix
Multiplies by another matrix m and returns this_matrix . m as a float[][].
matMult(Matrix, Matrix) - Method in class spis.Util.Matrix.Matrix
Multyplies by another matrix m and returns (this_matrix . m) in result.
matMult(Matrix) - Method in class spis.Util.Matrix.Matrix
Multyplies by another matrix m and returns (this_matrix . m).
matMult(Matrix, Matrix) - Method in class spis.Util.Matrix.SparseMatrix
Multyplies by another matrix m and returns this_matrix . m in result.
matMult(Matrix) - Method in class spis.Util.Matrix.SparseMatrix
Multyplies by another matrix m and returns this_matrix . m in result.
matMult(Matrix, int) - Method in class spis.Util.Matrix.SparseMatrix
Multiplies by another matrix m and returns this_matrix . m as a float[][].
matPoisson - Variable in class spis.Solver.Poisson.ConjGrad3DUnstructPoissonSolver
Poisson matrix (without the diagonal) [ndimMat]
matRealThickness - Variable in class spis.Surf.InteractModel.BasicInducedConductInteractor
material real physical thickness (computed from inputs: matThickness and default material thickness)
matThickness - Variable in class spis.Surf.InteractModel.BasicInducedConductInteractor
material thickness (input, where negative => default material thickness)
matThickness - Static variable in class spis.Top.Default.LocalParameter
Name of the local parameter: Material thickness (if defined, overrides the default material thickness defined in the material properties) [m] (default param value: -1 (use the default material thickness defined in the material properties) , mesh: SC , centring: 2 )
matTypeId - Static variable in class spis.Top.Default.LocalParameter
Name of the local parameter: Id of this material in its material model - (default param value: -1 (no coating: bare metal, no interaction (except collection)) , mesh: SC , centring: 2 )
materialComment - Variable in class spis.Surf.InteractModel.DeprecatedModelParamSet
comment on the material these parameters describe (one of the material parameters indeed)
materialDensity - Variable in class spis.Surf.InteractModel.BasicInducedConductInteractor
material density as a surface field (extracted from material parameters and translated into a surface field to translate E/vol into E/mass=dose)
materialModel - Variable in class spis.Surf.InteractModel.BasicInducedConductInteractor
material model
materialName - Variable in class spis.Surf.InteractModel.DeprecatedModelParamSet
name of the material these parameters describe
materialPropertyPlots - Static variable in class spis.Top.Default.GlobalParameter
Name of the following parameter: plot material properties?
materialRange - Variable in class spis.Surf.InteractModel.FunctionOfParticle
range of acceptable material Ids is [0, materialRange-1]
maxSuperNodeId - Variable in class spis.Top.SC.RCCabsSC
maximum Id of electric super nodes in use
maxWeight - Variable in class spis.Util.List.GlobalMaxwellSurfSampler1
maximum super-particle weight
maxWeight - Variable in class spis.Util.List.GlobalMaxwellVolSampler1
maximum super-particle weight
maxWeight - Variable in class spis.Util.List.LocalMaxwellSurfSampler1
maximum super-particle weight (used in mode 0)
maxwellSolve(VectVolField, VectVolField, ScalVolField, VectVolField, BC) - Method in class spis.Vol.VolMesh.VolMesh
Maxwell solver, not implemented.
mayContain(Part) - Method in class spis.Vol.VolDistrib.GlobalMaxwellBoltzmannVolDistrib
 
mayContain(Part) - Method in class spis.Vol.VolDistrib.PICVolDistrib
 
mayContain(Part) - Method in class spis.Vol.VolDistrib.VolDistrib
 
me - Static variable in class spis.Util.Phys.Phys
electron mass
mhdSolve(ScalVolField, VectVolField, VectVolField, BC) - Method in class spis.Vol.VolMesh.VolMesh
MHD equation solver, not implemented.
microYield - Variable in class spis.Surf.InteractModel.BasicSEEEInteractor
secondary emission yield function
microYield - Variable in class spis.Surf.InteractModel.BasicSEEPInteractor
secondary emission yield function
minWeight - Variable in class spis.Util.List.GlobalMaxwellSurfSampler1
minimum super-particle weight
minWeight - Variable in class spis.Util.List.GlobalMaxwellVolSampler1
minimum super-particle weight
minWeight - Variable in class spis.Util.List.LocalMaxwellSurfSampler1
minimum super-particle weight (used in mode 0)
minusDrDn - Variable in class spis.Solver.Poisson.ConjGrad3DUnstructPoissonSolver
minusDrDn[i][j] is -dr/dn of node j of surface i, where r is the distance to the wire and n the normal of the surface i (pointing to the wire)
mixtProd(float[], float[], float[]) - Static method in class spis.Util.Vect.Vect
returns the mixt product of three vectors (3D only, not checked)
mode - Variable in class spis.Util.List.LocalMaxwellSurfSampler1
mode for the generation of the super-particle number
modelId - Variable in class spis.Surf.InteractModel.FunctionOfParticle
Id of the material model this Function is related to (the material Id is local to this material model), if negative accepts any model Id
modelId - Variable in class spis.Surf.InteractModel.MaterialModel
Id of this material model
modif(int) - Method in interface spis.Util.Func.ModifInt
modifies an integer
modif(int) - Method in class spis.Util.Func.Set
Sets an integer to the reference value
monitor(float, SurfDistrib[], SurfDistrib[]) - Method in class spis.Util.Monitor.ElecSuperNodeMonitor
Stores extra data at time t for monitoring if needed.
monitor(float, ScalSurfField, ScalSurfField, ScalSurfField) - Method in class spis.Util.Monitor.FieldMonitor
Stores extra data at time t for monitoring if needed.
move(float) - Method in class spis.Vol.VolDistrib.GlobalMaxwellBoltzmannVolDistrib
The move method of this analytic density simply does the following:
it computes the density and surface fluxes (analytic function of potential) and stores them
move(float) - Method in class spis.Vol.VolDistrib.PICVolDistrib
Time integration of the particle distribution over the duration dt.
move(float) - Method in class spis.Vol.VolDistrib.VolDistrib
Time integration of the particle distribution over the duration dt.
mult(float) - Method in class spis.Surf.SurfField.ScalSurfField
Multiplies this field by a constant factor (on the spot)
mult(ScalSurfField, float) - Method in class spis.Surf.SurfField.ScalSurfField
Multiplies this field by another field and a constant factor (on the spot)
mult(ScalSurfField) - Method in class spis.Surf.SurfField.ScalSurfField
Multiplies this field by another field (on the spot)
mult(float) - Method in class spis.Surf.SurfField.SurfField
Multiplies this field by a constant factor (on the spot)
mult(ScalSurfField, float) - Method in class spis.Surf.SurfField.SurfField
Multiplies this field by another scalar field and a constant factor (on the spot)
mult(ScalSurfField) - Method in class spis.Surf.SurfField.SurfField
Multiplies this field by another scalar field (on the spot)
mult(float) - Method in class spis.Surf.SurfField.VectSurfField
Multiplies this field by a constant factor (on the spot)
mult(ScalSurfField, float) - Method in class spis.Surf.SurfField.VectSurfField
Multiplies this field by another scalar field and a constant factor (on the spot)
mult(ScalSurfField) - Method in class spis.Surf.SurfField.VectSurfField
Multiplies this field by another scalar field (on the spot)
mult(FloatScalTable, float) - Method in class spis.Util.Table.FloatScalTable
Multiplies this table by another table and a scalar (on the spot)
mult(FloatScalTable) - Method in class spis.Util.Table.FloatScalTable
Multiplies this table by another table (on the spot)
mult(float) - Method in class spis.Util.Table.FloatScalTable
Multiplies this table by a scalar (on the spot)
mult(float) - Method in class spis.Util.Table.VectTable
Multiplies this table by float coeff
mult(FloatScalTable, float) - Method in class spis.Util.Table.VectTable
Multiplies this table by FloatScalTable fst and float coeff.
mult(FloatScalTable) - Method in class spis.Util.Table.VectTable
Multiplies this table by FloatScalTable fst.
mult(float[], float) - Static method in class spis.Util.Vect.Vect
multiplies a vector by a scalar
mult(ScalVolField) - Method in class spis.Vol.VolField.DirVectVolField
Multiplies this field by another field (on the spot)
mult(float) - Method in class spis.Vol.VolField.DirVectVolField
Multiplies this field by a scalar (on the spot)
mult(ScalVolField) - Method in class spis.Vol.VolField.PotVectVolField
Multiplies this field by another field (on the spot)
mult(float) - Method in class spis.Vol.VolField.PotVectVolField
Multiplies this field by a scalar (on the spot)
mult(ScalVolField) - Method in class spis.Vol.VolField.ScalVolField
Multiplies this field by another field (on the spot)
mult(float) - Method in class spis.Vol.VolField.ScalVolField
Multiplies this field by a scalar (on the spot)
mult(ScalVolField) - Method in class spis.Vol.VolField.VolField
Multiplies this field by another field (on the spot)
mult(float) - Method in class spis.Vol.VolField.VolField
Multiplies this field by a scalar (on the spot)
multFactor(int, int) - Method in class spis.Util.Part.Part
returns the multiplicative factor needed to transform particle number [#] into charge [elem charge units]=[ecu] (multFactor(1,0)) or mass [amu] (mulFactor(0,1))

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