|
Parameter Studies Using STAGES
|
Previous Top Next |
| DEFINITIONS
|
| Name = STAGED(<value1>,<value2>,
.)
|
| [Note: This technique can also be used to approach the solution of a strongly nonlinear problem, by starting with a linear system and gradually increasing the weight on a nonlinear component.]
|
|
|
| DEFINITIONS
|
| Kins = STAGED(0.01, 0.1, 1, 10)
|
| { Notice that the STAGED specification must appear at the initial declaration of a name. In cannot be used in a regional redefinition. }
|
|
|
| REGION 2 'blob' { the embedded blob }
|
| K = Kins
|
| START(R,0) ARC(CENTER=0,0) ANGLE=360
|
|
|
| HISTORY(Phi) AT (0,-R)
|
|
|
|
|
| · | The global selector STAGES can be used to control the number of stages to run. If this selector appears, it overrides any STAGED lists in the DEFINITIONS section (lists shorter than STAGES will report an error). It also defines the global name STAGE, which can be used subsequently in arithmetic expressions. See the Problem Descriptor Reference for details.
|
| · | The default action is to proceed at once from one stage to the next, but you can cause FlexPDE to pause while you examine the plots by placing the command AUTOSTAGE=OFF in the SELECT section of the script.
|