|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TestOfInt | |
spis.Util.Func | |
spis.Util.List | |
spis.Vol.Geom |
Uses of TestOfInt in spis.Util.Func |
Classes in spis.Util.Func that implement TestOfInt | |
class |
IsDifferent
Class Name : IsDifferent Project ref : SPIS project File name : IsDifferent.java File type : class Copyright : ONERA, 2 Av. |
class |
IsEqual
Class Name : IsEqual Project ref : SPIS project File name : IsEqual.java File type : class Copyright : ONERA, 2 Av. |
Uses of TestOfInt in spis.Util.List |
Fields in spis.Util.List declared as TestOfInt | |
static TestOfInt |
PartList.isEmpty
Tests whether a particle slot is unoccupied |
static TestOfInt |
PartList.isOccupied
Tests whether a particle slot is occupied |
static TestOfInt |
PartList.isInVol
Tests whether a particle is in the volume |
static TestOfInt |
PartList.isNotInVol
Tests whether a particle is not in the volume |
static TestOfInt |
PartList.isOnSurf1
Tests whether a particle is on 1st surface (boundary) |
static TestOfInt |
PartList.isOnSurf2
Tests whether a particle is on 2nd surface (spacecraft) |
Methods in spis.Util.List that return TestOfInt | |
TestOfInt |
PartList.getIsOnThisSurfMesh(SurfMesh sm)
|
Methods in spis.Util.List with parameters of type TestOfInt | |
void |
RichPartList.extract(PartList plOut,
TestOfInt extractTest)
Extracts the particles of this list fullfilling the condition extractTest.test(flag) to the other list plOut. |
void |
RichPartList.clean(TestOfInt selectPart,
IntScalTable selectTable)
Cleans the list, excluding particles verifying selectPart.test(selectTable[i]) |
void |
PartList.extract(PartList plOut,
TestOfInt extractTest)
Extracts the particles of this list fullfilling the condition extractTest.test(flag) to the other list plOut. |
void |
PartList.applyFuncDeprecated(TestOfInt selectPart,
IntScalTable selectTable,
IntScalTable indexTable,
FunctionOfParticle f,
VectTable refDir,
float factor,
FloatScalTable result)
Applies the supplied function of energy f to selected paricles, the ones verifying selectPart.testOfInt(selectVal[i]) = true. |
void |
PartList.applyFuncDeprecated(TestOfInt selectPart,
IntScalTable selectTable,
IntScalTable indexTable,
FunctionOfParticleETheta f,
VectTable refDir_,
float factor,
FloatScalTable result)
Applies the supplied function of energy and angle f to selected paricles, the ones verifying selectPart.testOfInt(selectVal[i]) = true. |
void |
PartList.applyFuncDeprecated(TestOfInt selectPart,
IntScalTable selectTable,
IntScalTable indexTable,
FunctionOfParticleE f,
float factor,
FloatScalTable result)
Applies the supplied function of energy f to selected paricles, the ones verifying selectPart.testOfInt(selectVal[i]) = true. |
void |
PartList.applyFuncDeprecated(TestOfInt selectPart,
IntScalTable selectTable,
IntScalTable indexTable,
FunctionOfParticleNothing f,
float factor,
FloatScalTable result)
Applies the supplied function of nothing f (a constant) to selected paricles, the ones verifying selectPart.testOfInt(selectVal[i]) = true. |
void |
PartList.clean(TestOfInt selectPart,
IntScalTable selectTable)
Cleans the list, excluding particles verifying selectPart.test(selectTable[i]) |
Uses of TestOfInt in spis.Vol.Geom |
Methods in spis.Vol.Geom with parameters of type TestOfInt | |
void |
TwoThreeDAxisymGeom.computeVeloIncrement(VeloVectTable dv,
VeloVectTable a,
float dt,
VeloVectTable v,
SpaceVectTable x,
int startId,
int endId,
TestOfInt selectPart,
IntScalTable selectTable)
|
abstract void |
TwoThreeDAxisymGeom.computeVeloSquared(VeloVectTable v,
FloatScalTable v2,
int startId,
int endId,
TestOfInt selectPart,
IntScalTable selectTable)
|
abstract void |
TwoThreeDAxisymGeom.computeAngle(SpaceVectTable normal,
VeloVectTable v,
FloatScalTable angle,
int startId,
int endId,
TestOfInt selectPart,
IntScalTable selectTable)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |