fhm.edu.fem.calc
Class FEMCalcGauss

java.lang.Object
  extended by fhm.edu.fem.calc.FEMCalc
      extended by fhm.edu.fem.calc.FEMCalcGauss
Direct Known Subclasses:
FEMCalcTemperature

public class FEMCalcGauss
extends FEMCalc

Class Description: This class extends from the normal FEMCalc class taking care of the whole calculation. The difference is that in this class we perform the compilation of the complete-stiffness-matrix with the Gauss-Quadrature-Integration.

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

Field Summary
protected static int INNER_POINTS
           
protected static int OUTER_POINTS
           
 
Fields inherited from class fhm.edu.fem.calc.FEMCalc
APPROACH_LINEAR, APPROACH_QUADRATIC, completeStiffnessMatrix, femManager, localLogger, startTime, tmpTime, totalTime
 
Constructor Summary
FEMCalcGauss()
           
 
Method Summary
protected  boolean compilation()
          Do the compilation with the Gauss-Quadrature-Integration
 
Methods inherited from class fhm.edu.fem.calc.FEMCalc
calculate, getCompleteStiffnessMatrix, getTotalTime, start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INNER_POINTS

protected static int INNER_POINTS

OUTER_POINTS

protected static int OUTER_POINTS
Constructor Detail

FEMCalcGauss

public FEMCalcGauss()
Method Detail

compilation

protected boolean compilation()
Do the compilation with the Gauss-Quadrature-Integration

Overrides:
compilation in class FEMCalc
Returns:
true if all went well, false otherwise