fhm.edu.fem.test
Class TestDoubleIntegration

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

public class TestDoubleIntegration
extends java.lang.Object

Class Description: Test Class - Double Integration

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

Constructor Summary
TestDoubleIntegration()
           
 
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 squared(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

TestDoubleIntegration

public TestDoubleIntegration()
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:

squared

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

Parameters:
xi -
eta -
position -
Returns: