FEJDMath
Class CalcBCT2Thread

java.lang.Object
  extended byjava.lang.Thread
      extended byFEJDMath.CalcBCT2Thread
All Implemented Interfaces:
java.lang.Runnable

class CalcBCT2Thread
extends java.lang.Thread

The thread used to compute the boundary conditions of the second type


Field Summary
private  Mesh m
          The mesh on which the calulation is performed
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
CalcBCT2Thread(Mesh m)
          Construcs a new thread for calculating the boundary conditions of type 2
 
Method Summary
 void run()
          Performs the calculation ie ask each border to compute its boundar conditions
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

m

private Mesh m
The mesh on which the calulation is performed

Constructor Detail

CalcBCT2Thread

public CalcBCT2Thread(Mesh m)
Construcs a new thread for calculating the boundary conditions of type 2

Method Detail

run

public void run()
Performs the calculation ie ask each border to compute its boundar conditions