|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ScalFunctionOfVect | |
spis.Surf.SurfField | |
spis.Surf.SurfMesh | |
spis.Util.Func | |
spis.Vol.VolField | |
spis.Vol.VolMesh |
Uses of ScalFunctionOfVect in spis.Surf.SurfField |
Constructors in spis.Surf.SurfField with parameters of type ScalFunctionOfVect | |
ScalSurfField(SurfMesh surfMesh,
Centring centring,
ScalFunctionOfVect f)
Constructor defining the field from a passed scalar function of node/cell/... position. |
Uses of ScalFunctionOfVect in spis.Surf.SurfMesh |
Methods in spis.Surf.SurfMesh with parameters of type ScalFunctionOfVect | |
float[] |
ThreeDUnstructSurfMesh.applyScalFunction(Centring centring,
ScalFunctionOfVect f)
Applies a function of the position to the nodes (or surfaces/cells... depending on centring), and returns the result (f(xi,yi,zi)) as a float array. |
abstract float[] |
SurfMesh.applyScalFunction(Centring centring,
ScalFunctionOfVect f)
Applies a function of the position to the nodes (or surfaces/cells... depending on centring), and returns the result (f(xi,yi,zi)) as a float array. |
Uses of ScalFunctionOfVect in spis.Util.Func |
Classes in spis.Util.Func that implement ScalFunctionOfVect | |
class |
CosMultiD
Class Name : CosMultiD Project ref : SPIS project File name : CosMultiD.java File type : class Copyright : ONERA, 2 Av. |
class |
DistToPoint
Class Name : DistToPoint Project ref : SPIS project File name : DistToPoint.java File type : class Copyright : ONERA, 2 Av. |
class |
PowerLaw
Class Name : PowerLaw Project ref : SPIS project File name : PowerLaw.java File type : class Copyright : ONERA, 2 Av. |
Uses of ScalFunctionOfVect in spis.Vol.VolField |
Constructors in spis.Vol.VolField with parameters of type ScalFunctionOfVect | |
ScalVolField(VolMesh volMesh,
Centring centring,
ScalFunctionOfVect f)
Constructor defining the field from a passed scalar function. |
Uses of ScalFunctionOfVect in spis.Vol.VolMesh |
Methods in spis.Vol.VolMesh with parameters of type ScalFunctionOfVect | |
abstract float[] |
VolMesh.applyScalFunction(Centring centring,
ScalFunctionOfVect f)
Applies a function of the position to the nodes (or surfaces/cells... depending on centring), and returns the result (f(xi,yi,zi)) as a float array. |
float[] |
ThreeDUnstructVolMesh.applyScalFunction(Centring centring,
ScalFunctionOfVect f)
Applies a function of the position to the nodes (or surfaces/cells... depending on centring), and returns the result (f(xi,yi,zi)) as a float array. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |