"$currentprecision" 修訂間的差異

出自 DDCC TCAD TOOL Manual
前往: 導覽搜尋
(已建立頁面,內容為 "$currentprecision is the command to set the current convergence criteria. Usually the DDCC program solve the program until the error is smaller than $error. The...")
 
 
行 5: 行 5:
   
 
$currentprecision
 
$currentprecision
  +
1.0e-3

於 2017年8月29日 (二) 20:49 的最新修訂

$currentprecision is the command to set the current convergence criteria. Usually the DDCC program solve the program until the error is smaller than $error. The $error is from the potential error where  \Delta Ec < $error . However, when the currentprecission is set, the program will also request the simulation program to get current density error in each iteration smaller than the $currentprecision.

 \frac{ (J_{i+1}-J_{i} ) }{ J_{i}} < $currentprecision

$currentprecision
1.0e-3