Package fhm.edu.fem.calc

Provides all classes executing the main calculations along with the main FEMManager class.

See:
          Description

Class Summary
CalcEigenvalues Class Description: This class executes the calculation of the exact eigenvalues
FEMCalc Class Description: This class executes the calculation itself
FEMCalcCircleMembrane Class Description: This class is being used when we have a FEM5 files for Membran calculations.
FEMCalcGauss Class Description: This class extends from the normal FEMCalc class taking care of the whole calculation.
FEMCalcMembrane Class Description: This class is being used when we have a FEM4 files for Membran calculations.
FEMCalcSpanner Class Description: This class is being used when we have FEM6 files for Spanner calculations.
FEMCalcTemperature Class Description: This class extends from the FEMCalcGauss class taking care of the whole calculation.
FEMGaussQuadrature Class Description: Calculates the Gauss Quadrature (2.Leistungsnachweis)
FEMManager Class Description: This class is the super class which stores all the elements, nodes borders, etc. and also knows about the calculations and their conditions which have been loaded from the FEMIN file We only need one FEMManager while the application runs so it is a singleton
 

Package fhm.edu.fem.calc Description

Provides all classes executing the main calculations along with the main FEMManager class.