|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FEMManager | |
---|---|
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. |
Uses of FEMManager in fhm.edu.fem.animation |
---|
Fields in fhm.edu.fem.animation declared as FEMManager | |
---|---|
protected FEMManager |
GLFEMRenderer.femManager
|
protected FEMManager |
CalcAnimation.femManager
|
Uses of FEMManager in fhm.edu.fem.calc |
---|
Fields in fhm.edu.fem.calc declared as FEMManager | |
---|---|
protected static FEMManager |
FEMCalc.femManager
|
protected static FEMManager |
FEMManager.theInstance
|
Methods in fhm.edu.fem.calc that return FEMManager | |
---|---|
static FEMManager |
FEMManager.getInstance()
Retrieve the sole instance of the manager |
Uses of FEMManager in fhm.edu.fem.calc.objects |
---|
Constructors in fhm.edu.fem.calc.objects with parameters of type FEMManager | |
---|---|
MembraneCircle(FEMManager femManager)
Construct a new membrane circle from the data in the FEMManager |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |