fhm.edu.fem.test
Class TestSingleIntegration

java.lang.Object
  extended by fhm.edu.fem.test.TestSingleIntegration

public class TestSingleIntegration
extends java.lang.Object

Class Description: Test Class - Single Integration

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

Constructor Summary
TestSingleIntegration()
           
 
Method Summary
static java.lang.reflect.Method getMethod(java.lang.String methodName)
          Get the proper method
static void main(java.lang.String[] args)
           
static double one(java.lang.Double xi, java.lang.Double eta, java.lang.Integer position)
          Helper Method
static double xSquared(java.lang.Double xi, java.lang.Double eta, java.lang.Integer position)
          Helper Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestSingleIntegration

public TestSingleIntegration()
Method Detail

getMethod

public static java.lang.reflect.Method getMethod(java.lang.String methodName)
                                          throws java.lang.SecurityException,
                                                 java.lang.NoSuchMethodException
Get the proper method

Parameters:
methodName, - the method name taken from the constants in this class
Returns:
the method
Throws:
java.lang.SecurityException
java.lang.NoSuchMethodException

main

public static void main(java.lang.String[] args)

one

public static double one(java.lang.Double xi,
                         java.lang.Double eta,
                         java.lang.Integer position)
Helper Method

Parameters:
xi -
eta -
position -
Returns:

xSquared

public static double xSquared(java.lang.Double xi,
                              java.lang.Double eta,
                              java.lang.Integer position)
Helper Method

Parameters:
xi -
eta -
position -
Returns: