Uses of Class
spis.Vol.VolMesh.Centring

Packages that use Centring
spis.Surf.SurfField   
spis.Surf.SurfMesh   
spis.Vol.VolField   
spis.Vol.VolMesh   
 

Uses of Centring in spis.Surf.SurfField
 

Fields in spis.Surf.SurfField declared as Centring
protected  Centring SurfField.cent
          centring of the field (values on cells/surfaces/edges/nodes)
 

Methods in spis.Surf.SurfField that return Centring
 Centring SurfField.getCentring()
          returns SurfField Centring
 

Constructors in spis.Surf.SurfField with parameters of type Centring
VectSurfField(SurfMesh surfMesh, Centring centring, VectTable values)
          Basic constructor, defining the table.
VectSurfField(SurfMesh surfMesh, Centring centring, VectFunctionOfVect f)
          Constructor defining the field from a passed function.
SurfField(SurfMesh surfMesh, Centring centring)
          Default constructor, centring and volume mesh must be defined
ScalSurfField(SurfMesh surfMesh, Centring centring)
          Default constructor, a Table is allocated (set to zero).
ScalSurfField(SurfMesh surfMesh, Centring centring, FloatScalTable values)
          Constructor defining the field from a passed table.
ScalSurfField(SurfMesh surfMesh, Centring centring, float value)
          Constructor defining the field from a passed value.
ScalSurfField(SurfMesh surfMesh, Centring centring, ScalFunctionOfVect f)
          Constructor defining the field from a passed scalar function of node/cell/... position.
 

Uses of Centring in spis.Surf.SurfMesh
 

Methods in spis.Surf.SurfMesh with parameters of type Centring
 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.
 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.
 int ThreeDUnstructSurfMesh.getElNb(Centring centring)
          Returns the number of elements of dimension dim of a given centring
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.
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.
abstract  int SurfMesh.getElNb(Centring cent)
          Provides the number of elements for a field with this centring
(on nodes/cells/...)
 

Uses of Centring in spis.Vol.VolField
 

Fields in spis.Vol.VolField declared as Centring
protected  Centring VolField.cent
          centring of the field (values on cells/surfaces/edges/nodes)
 

Methods in spis.Vol.VolField that return Centring
 Centring VolField.getCentring()
           
 

Constructors in spis.Vol.VolField with parameters of type Centring
VolField(VolMesh volMesh, Centring centring)
          Default constructor.
VectVolField(VolMesh volMesh, Centring centring)
          Default constructor.
ScalVolField(VolMesh volMesh, Centring cent)
          Default constructor, a new Table is allocated.
ScalVolField(VolMesh volMesh, Centring cent, FloatScalTable values)
          Constructor with Table provided. .
ScalVolField(VolMesh volMesh, Centring centring, float value)
          Constructor initialising the field to a constant value.
ScalVolField(VolMesh volMesh, Centring centring, ScalFunctionOfVect f)
          Constructor defining the field from a passed scalar function.
PotVectVolField(VolMesh volMesh, Centring cent)
          Default constructor, empty VectTable is allocated of sub-type VeloVectTable (if a SpaceVectTable is wished, used other constructor).
DirVectVolField(VolMesh volMesh, Centring cent)
          Default constructor, empty VectTable is allocated of sub-type VeloVectTable (if a SpaceVectTable is wished, used other constructor).
DirVectVolField(VolMesh volMesh, Centring cent, VectTable values)
          Constructor with Table provided. .
DirVectVolField(VolMesh volMesh, Centring centring, VectFunctionOfVect f)
          Constructor defining the field from a function of element position.
 

Uses of Centring in spis.Vol.VolMesh
 

Methods in spis.Vol.VolMesh with parameters of type Centring
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.
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.
abstract  int VolMesh.getElNb(Centring cent)
          Provides the number of elements for a field with this centring
(on nodes/cells/...)
 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.
 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.
 int ThreeDUnstructVolMesh.getElNb(Centring cent)
          Provides the number of elements for a field with this centring
(on nodes/cells/...).
 boolean Centring.isIdentical(Centring cent)
          tests whether centring is identical
 

Constructors in spis.Vol.VolMesh with parameters of type Centring
Centring(Centring cent)
          Copy constructor