Uses of Class
fhm.edu.fem.calc.objects.Element

Packages that use Element
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. 
 

Uses of Element in fhm.edu.fem.calc
 

Methods in fhm.edu.fem.calc with parameters of type Element
protected  Matrix FEMCalcSpanner.calculateElementStiffnessMatrixViaIntegral(Element element)
          Create the Element-Stiffness-Matrix for the given Element via the Integral
protected  Matrix FEMCalcSpanner.calculateElementStiffnessMatrixViaSMatrix(Element element)
          Create the Element-Stiffness-Matrix for the given Element via the S-Matrices
 

Uses of Element in fhm.edu.fem.calc.objects
 

Fields in fhm.edu.fem.calc.objects with type parameters of type Element
protected  java.util.ArrayList<Element> ElementList.elements
           
 

Methods in fhm.edu.fem.calc.objects that return Element
 Element ElementList.getElement(int elementIndex)
          Retrieve a element with the given index from the list
 

Methods in fhm.edu.fem.calc.objects with parameters of type Element
 void ElementList.setElement(Element element)
          Set a new element in the list.
static void CompilationFunctions.storeElementXYValues(Element element)
          To remember the current element's x- and y-values in the static data structure here in this class - used in the XXI, XETA, YXI, YETA methods