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

Packages that use CTab
fhm.edu.fem.calc.objects Provides all objects used in the calculations along with the static functions used for integral calculation. 
 

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

Fields in fhm.edu.fem.calc.objects with type parameters of type CTab
protected  java.util.ArrayList<CTab> CTabList.ctabs
           
 

Methods in fhm.edu.fem.calc.objects that return CTab
 CTab CTabList.getCTab(int ctabIndex)
          Retrieve a ctab with the given index from the list
 

Methods in fhm.edu.fem.calc.objects with parameters of type CTab
 void CTabList.setCTab(CTab ctab)
          Set a new ctab in the list.
static void LineIntegralFunctions.storeCtabXYValues(CTab ctab)
          To remember the current ctabs x- and y-values in the static data structure here in this class - used in the XXI, XETA, YXI, YETA methods