|
Sierra Toolkit
Version of the Day
|
00001 /*------------------------------------------------------------------------*/ 00002 /* Copyright 2010 Sandia Corporation. */ 00003 /* Under terms of Contract DE-AC04-94AL85000, there is a non-exclusive */ 00004 /* license for use of this work by or on behalf of the U.S. Government. */ 00005 /* Export of this program may require a license from the */ 00006 /* United States Government. */ 00007 /*------------------------------------------------------------------------*/ 00008 00009 00010 #ifndef stk_mesh_FieldState_hpp 00011 #define stk_mesh_FieldState_hpp 00012 00013 namespace stk_classic { 00014 namespace mesh { 00015 00034 enum FieldState { 00035 StateNone = 0, 00036 StateNew = 0, 00037 StateNP1 = 0, 00038 StateOld = 1, 00039 StateN = 1, 00040 StateNM1 = 2, 00041 StateNM2 = 3, 00042 StateNM3 = 4, 00043 StateNM4 = 5 00044 }; 00045 00049 enum { MaximumFieldStates = 6 }; 00050 00053 } //namespace mesh 00054 } //namespace stk_classic 00055 00056 #endif //stk_mesh_FieldState_hpp