|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Calculation | |
---|---|
fhm.edu.fem.calc | Provides all classes executing the main calculations along with the main FEMManager class. |
fhm.edu.fem.util.io | Provides all I/O operations like loading and saving files. |
Uses of Calculation in fhm.edu.fem.calc |
---|
Fields in fhm.edu.fem.calc with type parameters of type Calculation | |
---|---|
protected java.util.List<Calculation> |
FEMManager.calculationList
|
Methods in fhm.edu.fem.calc that return types with arguments of type Calculation | |
---|---|
java.util.List<Calculation> |
FEMManager.getCalculationList()
|
Methods in fhm.edu.fem.calc with parameters of type Calculation | |
---|---|
protected boolean |
FEMCalcTemperature.calculate(Calculation calc)
Do the calculation, overwritten from FEMCalc because we still need to get the results of Vector B into the calculation |
protected boolean |
FEMCalcSpanner.calculate(Calculation calc)
Do the calculation |
protected boolean |
FEMCalc.calculate(Calculation calc)
Do the calculation |
Uses of Calculation in fhm.edu.fem.util.io |
---|
Fields in fhm.edu.fem.util.io with type parameters of type Calculation | |
---|---|
protected java.util.List<Calculation> |
FEMINLoader.calculationList
|
Methods in fhm.edu.fem.util.io that return types with arguments of type Calculation | |
---|---|
java.util.List<Calculation> |
FEMINLoader.getCalculations()
Retrieve all calculations |
Method parameters in fhm.edu.fem.util.io with type arguments of type Calculation | |
---|---|
protected boolean |
FEMINSaver.writeCalculations(java.io.StringWriter writer,
java.util.List<Calculation> calculationList)
Write the Calculations to the file |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |