Uses of Interface
spis.Vol.Geom.Geom

Packages that use Geom
spis.Surf.SurfMesh   
spis.Util.Table   
spis.Vol.Geom   
spis.Vol.VolMesh   
 

Uses of Geom in spis.Surf.SurfMesh
 

Methods in spis.Surf.SurfMesh that return Geom
 Geom SurfMesh.getGeom()
          gets geometry (pointer, no copy)
 

Constructors in spis.Surf.SurfMesh with parameters of type Geom
UnstructSurfMesh(Geom geometry, VolMesh volMesh)
          default constructor
ThreeDUnstructSurfMesh(Geom geometry, ThreeDUnstructVolMesh volMesh, int surfNbr, int edgeNbr, int nodeNbr, int[][] surfEdges, int[][] surfNodes, int[][] edgeNodes, int[] surfFlags, int[] surfIndices, int[] surfIndicesS2, float[] surfThicknesses, int[] edgeFlags, int[] edgeIndices, int[] edgeIndicesS2, float[] edgeRadiuses, int[] nodeFlags, int[] nodeIndices, int[] nodeIndicesS2, float[][] xyzCoord)
          Main constructor with basic sufficient data provided.
SurfMesh(Geom geometry, VolMesh volMesh)
          Default constructor.
 

Uses of Geom in spis.Util.Table
 

Methods in spis.Util.Table that return Geom
 Geom VectTable.getGeom()
          Returns the geometry these vectors are based on
 

Constructors in spis.Util.Table with parameters of type Geom
VeloVectTable(Geom geometry, int length)
          Default constructor
VeloVectTable(Geom geometry, float[][] values, int length)
          Constructor with full data
Values must be at least of dimension [length][geometry.vdim] (checked)
VectTable(Geom geometry, int tableDimension, int vectDimension)
          Default constructor
VectTable(Geom geometry, float[][] values)
          Constructor with array passed.
VectTable(Geom geometry, float[][] values, int tableDimension, int vectDimension)
          Constructor with full data
Values must be of dimension [length(at least)][dim(at least)] (checked)
SpaceVectTable(Geom geometry, int length)
          Default constructor
SpaceVectTable(Geom geometry, float[][] values)
          Constructor with table of values
2nd dimension values array must be at least geometry.sdim (checked)
SpaceVectTable(Geom geometry, float[][] values, int length)
          Constructor with full data
Values must be at least of dimension [length][geometry.sdim] (checked)
 

Uses of Geom in spis.Vol.Geom
 

Classes in spis.Vol.Geom that implement Geom
 class ThreeDCartesianGeom
          Class Name : ThreeDCartesianGeom
Project ref : SPIS project
File name : ThreeDCartesianGeom.java
File type : interface
Copyright : ONERA, 2 Av.
 class TwoThreeDAxisymGeom
          Class Name : TwoThreeDAxisymGeom
Project ref : SPIS project
File name : TwoThreeDAxisymGeom.java
File type : interface
Copyright : ONERA, 2 Av.
 

Uses of Geom in spis.Vol.VolMesh
 

Methods in spis.Vol.VolMesh that return Geom
 Geom VolMesh.getGeom()
          gets geometry (pointer, no copy)
 Geom Centring.getGeom()
          returns the geometry of this Centring
 

Constructors in spis.Vol.VolMesh with parameters of type Geom
VolMesh(Geom geometry, SurfMesh boundarySurfMesh, SurfMesh scSurfMesh)
          Default constructor.
UnstructVolMesh(Geom geometry, SurfMesh boundarySurfMesh, SurfMesh scSurfMesh)
          default constructor
ThreeDUnstructVolMesh(Geom geometry, ThreeDUnstructSurfMesh boundarySurfMesh, ThreeDUnstructSurfMesh scSurfMesh, int cellNbr, int surfNbr, int edgeNbr, int nodeNbr, int[][] cellSurfs, int[][] cellEdges, int[][] cellNodes, int[][] surfEdges, int[][] surfNodes, int[][] edgeNodes, int[] surfFlags, int[] surfIdSC, int[] surfIdB, int[] edgeFlags, int[] edgeIdSC, int[] edgeIdB, int[] nodeFlags, int[] nodeIdSC, int[] nodeIdB, float[][] xyzCoord)
          Main constructor with basic sufficient data provided.
Centring(Geom geometry, int absoluteDim)
          One of the two default constructors: Geometry is first, absolute dimension follows.
Centring(int relativeDimension, Geom geometry)
          One of the two default constructors: first relative dimension, then Geometry.