fhm.edu.fem.constants
Class SMatrixConstants

java.lang.Object
  extended by fhm.edu.fem.constants.SMatrixConstants

public class SMatrixConstants
extends java.lang.Object

Class Description: Stores all S-Matrices

Author:
Thomas Woellert (thomas@woellert.net), Stefan Weissbach (weissbst@gmx.de)

Field Summary
static int APPROACH_LINEAR
           
static int APPROACH_QUADRATIC
           
static int FIGURE_QUADRAT
           
static int FIGURE_TRIANGLE
           
protected static Logger localLogger
           
 
Method Summary
static Matrix getQuadraticParallelogramSpannerS2Star()
          Get the S2*-Matrix for the quadratic approach using a parallelogram in the Spanner (FEM6)
static Matrix getQuadraticTriangleSpannerS2Star()
          Get the S2*-Matrix for the quadratic approach using a triangle in the Spanner (FEM6)
static Matrix getSMatrix(int approach, int figure, int sIndex)
          Retrieve a certain S-Matrix
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

APPROACH_LINEAR

public static final int APPROACH_LINEAR
See Also:
Constant Field Values

APPROACH_QUADRATIC

public static final int APPROACH_QUADRATIC
See Also:
Constant Field Values

FIGURE_QUADRAT

public static final int FIGURE_QUADRAT
See Also:
Constant Field Values

FIGURE_TRIANGLE

public static final int FIGURE_TRIANGLE
See Also:
Constant Field Values

localLogger

protected static Logger localLogger
Method Detail

getQuadraticParallelogramSpannerS2Star

public static Matrix getQuadraticParallelogramSpannerS2Star()
Get the S2*-Matrix for the quadratic approach using a parallelogram in the Spanner (FEM6)

Returns:
the S2*-Matrix

getQuadraticTriangleSpannerS2Star

public static Matrix getQuadraticTriangleSpannerS2Star()
Get the S2*-Matrix for the quadratic approach using a triangle in the Spanner (FEM6)

Returns:
the S2*-Matrix

getSMatrix

public static Matrix getSMatrix(int approach,
                                int figure,
                                int sIndex)
Retrieve a certain S-Matrix

Parameters:
approach, - the approach either LINEAR_APPROACH or QUADRATIC_APPROACH
figure, - the figure either TRIANGLE, or PARALLELOGRAM
sIndex -
Returns: