1 /*****************************************************************************/
2 /* 8888888 88888888 88888888 */
5 /* 8 88888888 88888888 */
8 /* 888888 888888888 888888888 */
10 /* A Two-Dimensional General Purpose Semiconductor Simulator. */
13 /* Last update: Sep 5, 2005 */
17 /* NINT, No.69 P.O.Box, Xi'an City, China */
19 /*****************************************************************************/
22 /* global typedef header */
29 /******************************************************************************/
30 /**************************** TYPE DEFINITIONS *******************************/
31 /******************************************************************************/
33 typedef unsigned int UINT
;
37 the default precision for float point arithmetic is double
43 // PETSC_SCALAR is double precision
44 #define DP_PETSC_SCALAR
46 // PETSC_SCALAR is long double precision
47 #define LP_PETSC_SCALAR