|
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 00013 #include <stk_mesh/base/FieldData.hpp> 00014 00015 namespace stk_classic { 00016 namespace mesh { 00017 00018 //---------------------------------------------------------------------- 00019 00020 const EntityDimension & EntityDimension::tag() 00021 { static const EntityDimension self ; return self ; } 00022 00023 const char * EntityDimension::name() const 00024 { static const char n[] = "EntityDimension" ; return n ; } 00025 00026 //---------------------------------------------------------------------- 00027 00028 }//namespace mesh 00029 }//namespace stk_classic 00030