|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfhm.edu.fem.app.EigenvaluesStartup
public class EigenvaluesStartup
Class Description: This class is calculating the exact eigenvalues lambda(i,j) of quadratic or rectangular membrans depending on the given membran size
Field Summary | |
---|---|
protected static Logger |
localLogger
|
Constructor Summary | |
---|---|
EigenvaluesStartup(double a,
double b)
Construct a new startup object |
Method Summary | |
---|---|
static void |
abort(boolean printHelpText)
Method called when aborting the program |
static void |
main(java.lang.String[] args)
Call this method to start the 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 Logger localLogger
Constructor Detail |
---|
public EigenvaluesStartup(double a, double b)
double
- a, the length of the membran side left-to-right/right-to-leftdouble
- b, the length of the membran side down-to-up/up-to-downMethod Detail |
---|
public static void abort(boolean printHelpText)
true
- if help-text should be printed, false otherwisepublic static void main(java.lang.String[] args)
args,
- command line argumentsprotected 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 |