Elementlatticeconstant(Nel,3)

出自 DDCC TCAD TOOL Manual
於 2017年12月4日 (一) 15:06 由 Yrwu (對話 | 貢獻) 所做的修訂 (已建立頁面,內容為 "Elementlatticeconstant(Nel,1:3) are the the variables saving the lattice constants. do j=1,totalelements!mshel%tetraelenumstart,mshel%n elementlatticec...")

(差異) ←上個修訂 | 最新修訂 (差異) | 下個修訂→ (差異)
前往: 導覽搜尋

Elementlatticeconstant(Nel,1:3) are the the variables saving the lattice constants.

   do j=1,totalelements!mshel%tetraelenumstart,mshel%n
       elementlatticeconstant(j,1)=a_x   ! lattice constant of x-axis
       elementlatticeconstant(j,2)=a_y   ! lattice constant of y-axis
       elementlatticeconstant(j,3)=c_z   ! lattice constant of z-axis
      
   end do