"$StopCriteria" 修訂間的差異
出自 DDCC TCAD TOOL Manual
(→Example) |
(→Format) |
||
行 10: | 行 10: | ||
|| ''Type'' || ''limit'' || Description |
|| ''Type'' || ''limit'' || Description |
||
|- |
|- |
||
− | || 1 || max of ''E''-field || The program will finish when the maximum of E-field in all region is less than ''Amp'' |
+ | || 1 || max of ''E''-field || The program will finish when the maximum of E-field in all region is less than <math> ''Amp'' \times ''limit'' </math>. |
|- |
|- |
||
− | || 2 || || |
+ | || 2 || || |
|} |
|} |
||
於 2019年2月19日 (二) 22:53 的修訂
Format
$StopCriteria type limit // where type is an integer, limit is a floating point.
Tell the program the stop criteria, i.e., when it should exit the time-stepping.
Type | limit | Description |
1 | max of E-field | The program will finish when the maximum of E-field in all region is less than . |
2 |
Example
$TimeStep 1000000000 $StopCriteria 1 1.0e-5 $SourceAmp 2.0
Then the program is going to complete as electric field < 2.0e-5.