Serialized Form

Class Complex extends java.lang.Object implements Serializable

Serialized Fields

re

double re

im

double im


Class jbone extends java.applet.Applet implements Serializable

Serialized Fields

pdeSelection

MyChoice pdeSelection
GUI list of all the pdes


methodSelection

MyChoice methodSelection
GUI list of all the methods


schemeSelection

MyChoice schemeSelection
GUI list of all the schemes


icSelection

MyChoice icSelection
GUI list of all the ICs


operSelection

MyChoice operSelection
GUI list of all the operations


plotArea

PlotArea plotArea
The plot area


runData

RunData runData
The run parameters


startName

java.lang.String startName
Text on the Start/Stop button

See Also:
Constant Field Values

step1Name

java.lang.String step1Name
Text on the Step 1 button

See Also:
Constant Field Values

step10Name

java.lang.String step10Name
Text on the Step 10 button

See Also:
Constant Field Values

displayName

java.lang.String displayName
Text on the toggle display button

See Also:
Constant Field Values

initializeName

java.lang.String initializeName
Text on the initialize button

See Also:
Constant Field Values

frozen

boolean frozen
Whether the simulation is running


step

int step
Current step number


nstep

int nstep
Operate nsteps before stopping


delay

int delay
Milliseconds between plots


runThread

java.lang.Thread runThread
Thread label


isAnApplet

boolean isAnApplet
Potentially reset by main


solution

Solution solution
The solution


physData

PhysData physData
The physical data


Class MyChoice extends java.awt.Choice implements Serializable

Serialized Fields

options

java.lang.String[] options
List of the possible options of the choice


Class MyDoubleEditor extends MyEditor implements Serializable


Class MyEditor extends java.awt.Frame implements Serializable

Serialized Fields

desc

java.lang.String desc
Description of the editor


setButton

java.awt.Button setButton
The Set button


cancelButton

java.awt.Button cancelButton
The Cancel button


field

java.awt.TextField field
The text field where the value is edited


value

double value
The value


caller

MyEditorNotable caller
The class calling


Class MyIntEditor extends MyEditor implements Serializable


Class MyNullEditor extends MyEditor implements Serializable


Class PlotArea extends java.awt.Canvas implements Serializable

Serialized Fields

solution

Solution solution
The solution to plot


headers

boolean headers
Whether to draw headers


Class RunData extends java.awt.List implements Serializable

Serialized Fields

maxLength

int maxLength
Maximum length of the parameters strings


paramVal

double[] paramVal
The value of the parameter converted to double


paramShow

boolean[] paramShow
Display the parameters in the applet or not


mesh

Mesh mesh
Discretization mesh


caller

RunDataNotable caller
The calling class


cookme

boolean cookme
Dessert