Uses of Class
spis.Surf.SurfField.VectSurfField

Packages that use VectSurfField
spis.Surf.InteractModel   
spis.Surf.SurfField   
spis.Surf.SurfMesh   
 

Uses of VectSurfField in spis.Surf.InteractModel
 

Fields in spis.Surf.InteractModel declared as VectSurfField
private  VectSurfField ReflectionInteractor.surfNormal
          normal to the impacted surfaces
 

Uses of VectSurfField in spis.Surf.SurfField
 

Methods in spis.Surf.SurfField with parameters of type VectSurfField
 ScalSurfField VectSurfField.computeScalProd(VectSurfField vectField)
          Computes the scalar product with another vector field and returns the result
 void VectSurfField.set(VectSurfField inField)
          Sets this field to the same local values as the passed filed (copies the values).
 

Constructors in spis.Surf.SurfField with parameters of type VectSurfField
VectSurfField(VectSurfField f)
          Copy constructor
 

Uses of VectSurfField in spis.Surf.SurfMesh
 

Methods in spis.Surf.SurfMesh that return VectSurfField
 VectSurfField ThreeDUnstructSurfMesh.getSurfNormal()
          returns normals to mesh surfaces as a VectSurfField
 VectSurfField ThreeDUnstructSurfMesh.getNodeCoord()
          Returns the table of the nodes/points coordinates as node-centred VectSurfField
 VectSurfField ThreeDUnstructSurfMesh.buildSurfCentre()
          Builds and returns the table of the surface centre coordinates as a surface-centred VectSurfField
abstract  VectSurfField SurfMesh.getSurfNormal()
          provides normals to mesh surfaces