Uses of Class
mathcomp.gui.GeneralMain

Packages that use GeneralMain
mathcomp.gridgeom.refinements Contains all refinement strategies. 
mathcomp.gui GUI-Implementation. 
mathcomp.gui.cfd Provides GUI features for flow problems. 
 

Uses of GeneralMain in mathcomp.gridgeom.refinements
 

Methods in mathcomp.gridgeom.refinements that return GeneralMain
 GeneralMain RefinerDesc.getMain()
           
 

Methods in mathcomp.gridgeom.refinements with parameters of type GeneralMain
 void RefinerDesc.setMain(GeneralMain main)
           
 

Uses of GeneralMain in mathcomp.gui
 

Subclasses of GeneralMain in mathcomp.gui
 class Main
           
 class MainCDE
           
 

Uses of GeneralMain in mathcomp.gui.cfd
 

Subclasses of GeneralMain in mathcomp.gui.cfd
 class MainCFD_EMBED