00001 /* 00002 * File: LSMDD_Types.h 00003 * Copyright: (c) 2005-2007 Princeton University 00004 * Author(s): Kevin T. Chu 00005 * Revision: $Revision: 376 $ 00006 * Modified: $Date: 2007-08-06 19:10:55 -0400 (Mon, 06 Aug 2007) $ 00007 * Description: Header file containing type and constant definitions for LSMDD 00008 */ 00009 00010 #ifndef included_LSMDD_Types_h 00011 #define included_LSMDD_Types_h 00012 00022 /****************************************************************** 00023 * 00024 * DislocationDynamicsModule Class Definition 00025 * 00026 ******************************************************************/ 00027 00028 namespace LSMDD { 00029 00031 00044 typedef enum { SIGMA_11 = 0, 00045 SIGMA_22 = 1, 00046 SIGMA_33 = 2, 00047 SIGMA_23 = 3, 00048 SIGMA_31 = 4, 00049 SIGMA_12 = 5 } STRESS_COMPONENT_TYPE; 00050 00052 00053 } // end LSMDD namespace 00054 00055 #endif 00056