Uses of Interface
spis.Util.Func.VectFunctionOfVect

Packages that use VectFunctionOfVect
spis.Surf.SurfField   
spis.Surf.SurfMesh   
spis.Util.Func   
spis.Vol.VolField   
spis.Vol.VolMesh   
 

Uses of VectFunctionOfVect in spis.Surf.SurfField
 

Constructors in spis.Surf.SurfField with parameters of type VectFunctionOfVect
VectSurfField(SurfMesh surfMesh, Centring centring, VectFunctionOfVect f)
          Constructor defining the field from a passed function.
 

Uses of VectFunctionOfVect in spis.Surf.SurfMesh
 

Methods in spis.Surf.SurfMesh with parameters of type VectFunctionOfVect
 float[][] ThreeDUnstructSurfMesh.applyVectFunction(Centring centring, VectFunctionOfVect f)
          Applies a vectorial function of the position to the nodes (or surfaces/cells... depending on centring), and returns the result (f(xi,yi,zi)) as a float[i][] array.
abstract  float[][] SurfMesh.applyVectFunction(Centring centring, VectFunctionOfVect f)
          Applies a vectorial function of the position to the nodes (or surfaces/cells... depending on centring), and returns the result (f(xi,yi,zi)) as a float[i][] array.
 

Uses of VectFunctionOfVect in spis.Util.Func
 

Classes in spis.Util.Func that implement VectFunctionOfVect
 class GradCosMultiD
          Class Name : GradCosMultiD
Project ref : SPIS project
File name : GradCosMultiD.java
File type : class
Copyright : ONERA, 2 Av.
 class GradPowerLaw
          Class Name : GradPowerLaw
Project ref : SPIS project
File name : GradPowerLaw.java
File type : class
Copyright : ONERA, 2 Av.
 

Uses of VectFunctionOfVect in spis.Vol.VolField
 

Constructors in spis.Vol.VolField with parameters of type VectFunctionOfVect
DirVectVolField(VolMesh volMesh, Centring centring, VectFunctionOfVect f)
          Constructor defining the field from a function of element position.
 

Uses of VectFunctionOfVect in spis.Vol.VolMesh
 

Methods in spis.Vol.VolMesh with parameters of type VectFunctionOfVect
abstract  float[][] VolMesh.applyVectFunction(Centring centring, VectFunctionOfVect f)
          Applies a vectorial function of the position to the nodes (or surfaces/cells... depending on centring), and returns the result (f(xi,yi,zi)) as a float[i][] array.
 float[][] ThreeDUnstructVolMesh.applyVectFunction(Centring centring, VectFunctionOfVect f)
          Applies a vectorial function of the position to the nodes (or surfaces/cells... depending on centring), and returns the result (f(xi,yi,zi)) as a float[i][] array.