|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfhm.edu.fem.test.TestDoubleIntegration
public class TestDoubleIntegration
Class Description: Test Class - Double Integration
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 |
---|
public TestDoubleIntegration()
Method Detail |
---|
public static java.lang.reflect.Method getMethod(java.lang.String methodName) throws java.lang.SecurityException, java.lang.NoSuchMethodException
methodName,
- the method name taken from the constants in this class
java.lang.SecurityException
java.lang.NoSuchMethodException
public static void main(java.lang.String[] args)
public static double one(java.lang.Double xi, java.lang.Double eta, java.lang.Integer position)
xi
- eta
- position
-
public static double squared(java.lang.Double xi, java.lang.Double eta, java.lang.Integer position)
xi
- eta
- position
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |