Uses of Package
fhm.edu.fem.calc

Packages that use fhm.edu.fem.calc
fhm.edu.fem.animation Provides all classes related to graphic animation based on JOGL (Java OpenGL). 
fhm.edu.fem.calc Provides all classes executing the main calculations along with the main FEMManager class. 
fhm.edu.fem.calc.objects Provides all objects used in the calculations along with the static functions used for integral calculation. 
 

Classes in fhm.edu.fem.calc used by fhm.edu.fem.animation
FEMCalcSpanner
          Class Description: This class is being used when we have FEM6 files for Spanner calculations.
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
 

Classes in fhm.edu.fem.calc used by fhm.edu.fem.calc
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.
FEMCalcTemperature
          Class Description: This class extends from the FEMCalcGauss class taking care of the whole calculation.
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
 

Classes in fhm.edu.fem.calc used by fhm.edu.fem.calc.objects
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