|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfhm.edu.fem.app.FEMStartup
public class FEMStartup
Class Description: This class can be used when starting the FEM program
Field Summary | |
---|---|
protected static boolean |
FEM_PLOTTER_COMPATIBLE_OUTPUT
|
protected static Logger |
localLogger
|
Constructor Summary | |
---|---|
FEMStartup(java.io.File femInputFile,
java.io.File femOutputFile,
boolean showCompleteStiffnessMatrix)
Construct a new startup object |
Method Summary | |
---|---|
static void |
abort(boolean printHelpText)
Method called when aborting the program |
static void |
displayMatrix(Matrix m)
Display the given Matrix in a panel |
static void |
main(java.lang.String[] args)
Call this method to start the FEM program |
protected static void |
start(java.lang.String[] args)
Separate the given command-line arguments and start the application |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static boolean FEM_PLOTTER_COMPATIBLE_OUTPUT
protected static Logger localLogger
Constructor Detail |
---|
public FEMStartup(java.io.File femInputFile, java.io.File femOutputFile, boolean showCompleteStiffnessMatrix)
femInputFile,
- the File object representing the input filefemOutputFile,
- the File object representing the output fileshowCompleteStiffnessMatrix,
- true if the complete-stiffness-matrix should be displayed, false otherwiseMethod Detail |
---|
public static void abort(boolean printHelpText)
true
- if help-text should be printed, false otherwisepublic static void displayMatrix(Matrix m)
m,
- the matrix to displaypublic static void main(java.lang.String[] args)
args,
- command line arguments, none neededprotected static void start(java.lang.String[] args)
args,
- the command-line arguments
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |