|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfhm.edu.fem.constants.ApplicationConstants
public class ApplicationConstants
Class Description: This class holds all constants associated with the whole application
Field Summary | |
---|---|
static int |
ANIMATION_FRAME_HEIGHT
|
static int |
ANIMATION_FRAME_WIDTH
|
static int |
ANIMATION_MEMBRAN_MATERIAL_CONSTANT_G
FOR ANIMATION STARTUP |
static int |
ANIMATION_MEMBRAN_MATERIAL_CONSTANT_SIGMA
|
static int |
EXACT_EIGENVALUES_NUMBER
FOR EIGENVALUES STARTUP Calculation of the exact eigenvalues depending on the Membran's size |
static java.lang.String |
FEM2_FILE_EXTENSION
|
static java.lang.String |
FEM3_FILE_EXTENSION
FOR FEMIN CONVERTER |
static int |
MATRIX_HULL
|
static int |
MATRIX_STANDARD
FOR FEM STARTUP All Calculations |
static int |
MATRIX_USE
|
static double |
MEMBRAN_ALGORITHM_EXACTNESS
|
static int |
MEMBRAN_ALGORITHM_MAX_ITERATIONS
|
static boolean |
MEMBRAN_CIRCLE_OVERLAPPING_ELEMENTS
FOR FEM5 |
static int |
MEMBRAN_JACOBI
FOR FEM STARTUP Membran Calculations |
static double |
MEMBRAN_MACHINE_PRECISION
|
static boolean |
MEMBRAN_NORM_EIGENVECTORS
|
static double |
MEMBRAN_NORM_EIGENVECTORS_VALUE
|
static int |
MEMBRAN_NUMBER_OF_EIGENVALUES
|
static int |
MEMBRAN_ORDER
|
static int |
MEMBRAN_RAYLEIGH
|
static int |
MEMBRAN_RAYLEIGH_S
|
static double |
MEMBRAN_SHIFT_ORIGIN
|
static int |
MEMBRAN_SVI
|
static int |
MEMBRAN_SVI_1
|
static int |
MEMBRAN_SVI_2
|
static int |
MEMBRAN_SVI_3
|
static int |
MEMBRAN_SVI_USE
|
static int |
MEMBRAN_USE
|
static int |
PERCENTAGE_LENGTH
|
static int |
SIZE_CHAR
|
static int |
SIZE_DOUBLE
|
static int |
SIZE_INT
|
static double |
SPANNER_ENHANCE_MOVEMENT_FACTOR
FOR FEM6 |
static int |
SPANNER_STIFFNESSMATRIX_INTEGRAL
|
static int |
SPANNER_STIFFNESSMATRIX_SMATRICES
|
static int |
SPANNER_STIFFNESSMATRIX_USE
|
static java.lang.String |
VERSION
GLOBAL For the whole Application |
Method Summary | |
---|---|
static java.lang.String |
convertPercentageToString(double value)
This function converts the given number into a string and also allows the user to trim the number (most likely does not work with e-# or e+# numbers yet. |
static java.lang.String |
getAnimationHelpText()
Retrieve the help text for calculating an animation |
static java.lang.String |
getConverterHelpText()
Retrieve the help text for the converter |
static java.lang.String |
getEigenvaluesHelpText()
Retrieve the help text for calculating the exact eigenvalues |
static java.lang.String |
getHelpText()
Retrieve the help text for the application |
static java.lang.String |
getStartupText()
Retrieve the startup text for the application |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int ANIMATION_FRAME_HEIGHT
public static final int ANIMATION_FRAME_WIDTH
public static final int ANIMATION_MEMBRAN_MATERIAL_CONSTANT_G
public static final int ANIMATION_MEMBRAN_MATERIAL_CONSTANT_SIGMA
public static final int EXACT_EIGENVALUES_NUMBER
public static final java.lang.String FEM2_FILE_EXTENSION
public static final java.lang.String FEM3_FILE_EXTENSION
public static final int MATRIX_HULL
public static final int MATRIX_STANDARD
public static final int MATRIX_USE
public static final double MEMBRAN_ALGORITHM_EXACTNESS
public static final int MEMBRAN_ALGORITHM_MAX_ITERATIONS
public static final boolean MEMBRAN_CIRCLE_OVERLAPPING_ELEMENTS
public static final int MEMBRAN_JACOBI
public static final double MEMBRAN_MACHINE_PRECISION
public static final boolean MEMBRAN_NORM_EIGENVECTORS
public static final double MEMBRAN_NORM_EIGENVECTORS_VALUE
public static final int MEMBRAN_NUMBER_OF_EIGENVALUES
public static final int MEMBRAN_ORDER
public static final int MEMBRAN_RAYLEIGH
public static final int MEMBRAN_RAYLEIGH_S
public static final double MEMBRAN_SHIFT_ORIGIN
public static final int MEMBRAN_SVI
public static final int MEMBRAN_SVI_1
public static final int MEMBRAN_SVI_2
public static final int MEMBRAN_SVI_3
public static final int MEMBRAN_SVI_USE
public static final int MEMBRAN_USE
public static final int PERCENTAGE_LENGTH
public static final int SIZE_CHAR
public static final int SIZE_DOUBLE
public static final int SIZE_INT
public static final double SPANNER_ENHANCE_MOVEMENT_FACTOR
public static final int SPANNER_STIFFNESSMATRIX_INTEGRAL
public static final int SPANNER_STIFFNESSMATRIX_SMATRICES
public static final int SPANNER_STIFFNESSMATRIX_USE
public static java.lang.String VERSION
Method Detail |
---|
public static java.lang.String convertPercentageToString(double value)
value,
- the number fo convert
public static java.lang.String getAnimationHelpText()
public static java.lang.String getConverterHelpText()
public static java.lang.String getEigenvaluesHelpText()
public static java.lang.String getHelpText()
public static java.lang.String getStartupText()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |