fhm.edu.fem.app
Class EigenvaluesStartup

java.lang.Object
  extended by fhm.edu.fem.app.EigenvaluesStartup

public class EigenvaluesStartup
extends java.lang.Object

Class Description: This class is calculating the exact eigenvalues lambda(i,j) of quadratic or rectangular membrans depending on the given membran size

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

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

localLogger

protected static Logger localLogger
Constructor Detail

EigenvaluesStartup

public EigenvaluesStartup(double a,
                          double b)
Construct a new startup object

Parameters:
double - a, the length of the membran side left-to-right/right-to-left
double - b, the length of the membran side down-to-up/up-to-down
Method Detail

abort

public static void abort(boolean printHelpText)
Method called when aborting the program

Parameters:
true - if help-text should be printed, false otherwise

main

public static void main(java.lang.String[] args)
Call this method to start the program

Parameters:
args, - command line arguments

start

protected static void start(java.lang.String[] args)
Separate the given command-line arguments and start the application

Parameters:
args, - the command-line arguments