$CellNumber

出自 DDCC TCAD TOOL Manual
於 2018年10月11日 (四) 14:57 由 Mike (對話 | 貢獻) 所做的修訂 (Format)

前往: 導覽搜尋

Format

$CellNumber
 Nx
 Ny
 Nz                // where Nx, Ny, Nz are integers.

This defines the total number of nodes in x, y, and z directions. Note that this function is not include the layer of PML. That is, the total number of nodes in simulation may NOT be \begin{smallmatrix}{N_x \times N_y\times N_z}\end{smallmatrix}.

Example

$CellNumber
 201
 201
 201

Thus, without PML, there is 201 nodes in x direction, so as the number of nodes are in y and z direction.