fhm.edu.fem.app
Class GaussQuadratureStartup
java.lang.Object
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)
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 |
INNER_POINTS
protected static int INNER_POINTS
localLogger
protected static Logger localLogger
OUTER_POINTS
protected static int OUTER_POINTS
GaussQuadratureStartup
public GaussQuadratureStartup()
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