|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfhm.edu.fem.constants.SMatrixConstants
public class SMatrixConstants
Class Description: Stores all S-Matrices
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 |
---|
public static final int APPROACH_LINEAR
public static final int APPROACH_QUADRATIC
public static final int FIGURE_QUADRAT
public static final int FIGURE_TRIANGLE
protected static Logger localLogger
Method Detail |
---|
public static Matrix getQuadraticParallelogramSpannerS2Star()
public static Matrix getQuadraticTriangleSpannerS2Star()
public static Matrix getSMatrix(int approach, int figure, int sIndex)
approach,
- the approach either LINEAR_APPROACH or QUADRATIC_APPROACHfigure,
- the figure either TRIANGLE, or PARALLELOGRAMsIndex
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |