|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object Solution SamplingSolution MCSSolution MCSDrawSolution
Solves the equation with a Monte Carlo sampling of possible configurations and drawn on the plot area
Solution
,
MCSSolution
Field Summary |
Fields inherited from class MCSSolution |
currentState, numberOfRealisations, random, realisationWeight, solutionUpToDate |
Fields inherited from class Solution |
df, dfm, dfp, dg, dgm, dgp, dh, dhm, dhp, dx, f, f0, fm, fp, g, gm, gp, h, hm, hp, ic, initialMoments, mesh, method, pde, s, scheme, sm, sp, time, x, x_0, x_1, xOffset, xSize, y_0, y_1, yOffset, ySize |
Constructor Summary | |
MCSDrawSolution(RunData runData)
Creates a MCSSolution object. |
Method Summary | |
void |
plot(java.awt.Canvas plotArea,
java.awt.Image offScrImage,
boolean headers)
Plots the solution |
Methods inherited from class MCSSolution |
discretize, expectedRealisation, getValue, getValue, hasOption, limits, momentsDeviation, next, previous |
Methods inherited from class Solution |
calculateMoments, getTime, getWinSize, incTime, measure, output, rescale, setIC, setMethod, setPde, setScheme, setTime, updateHeaders |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MCSDrawSolution(RunData runData)
runData
- The run time parametersSolution.next(RunData, PhysData)
,
Solution.discretize(ShapeFunction)
Method Detail |
public void plot(java.awt.Canvas plotArea, java.awt.Image offScrImage, boolean headers)
plot
in class MCSSolution
plotArea
- The plot areaoffScrImage
- The off screen image to draw onheaders
- Whether to draw headers
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |