"$savetimestep" 修訂間的差異
出自 DDCC TCAD TOOL Manual
行 18: | 行 18: | ||
In above cases, the total is 1 <math>\mu s</math>. The <math>\delta t</math> is 0.1ns. So the program will solve <math>10^{4}</math> steps. |
In above cases, the total is 1 <math>\mu s</math>. The <math>\delta t</math> is 0.1ns. So the program will solve <math>10^{4}</math> steps. |
||
The program will output result every 1000 steps. Totally 10 results will be output. |
The program will output result every 1000 steps. Totally 10 results will be output. |
||
+ | |||
+ | <big>'''The $savetimestep setting for 1D-DDCC in GUI interface '''</big> <br> |
||
+ | |||
+ | [[檔案:1d_$savetimestep_fig1.jpg|1300px]]<br> |
||
Related commands: <br> |
Related commands: <br> |
於 2025年1月4日 (六) 22:56 的最新修訂
$savetimestep is the command defining how many times steps to output the result. This command is going after the command $solvetimestep.
The format is
$savetimestep steps
If steps =1, it means output those results every
For example
$solvetimestep 1 2 1.0e-10 1.0e-6 3.00 0.1 1.0e6 0.0 $savetimestep 1000
In above cases, the total is 1 . The is 0.1ns. So the program will solve steps. The program will output result every 1000 steps. Totally 10 results will be output.
The $savetimestep setting for 1D-DDCC in GUI interface
Related commands:
$solvetimestep