|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfhm.edu.fem.calc.FEMCalc
fhm.edu.fem.calc.FEMCalcGauss
public class FEMCalcGauss
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.
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 |
---|
protected static int INNER_POINTS
protected static int OUTER_POINTS
Constructor Detail |
---|
public FEMCalcGauss()
Method Detail |
---|
protected boolean compilation()
compilation
in class FEMCalc
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |