fhm.edu.fem.app
Class GaussQuadratureStartup

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

public class GaussQuadratureStartup
extends java.lang.Object

Class Description: To start the GaussQuadrature of the 2nd "Leistungsnachweis"

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

Field Summary
protected static int INNER_POINTS
           
protected static Logger localLogger
           
protected static int OUTER_POINTS
           
 
Constructor Summary
GaussQuadratureStartup()
           
 
Method Summary
static void abort()
          Method called when aborting the program
static void main(java.lang.String[] args)
          Call this method to start the GaussQuadrature from the 2nd "Leistungsnachweis"
static void start()
          Start the GaussQuadrature
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INNER_POINTS

protected static int INNER_POINTS

localLogger

protected static Logger localLogger

OUTER_POINTS

protected static int OUTER_POINTS
Constructor Detail

GaussQuadratureStartup

public GaussQuadratureStartup()
Method Detail

abort

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


main

public static void main(java.lang.String[] args)
Call this method to start the GaussQuadrature from the 2nd "Leistungsnachweis"

Parameters:
args, - command line arguments, none needed

start

public static void start()
Start the GaussQuadrature