Sierra Toolkit  Version of the Day
FieldIdMap.hpp
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 #ifndef stk_linsys_FieldIdMap_hpp
00010 #define stk_linsys_FieldIdMap_hpp
00011 
00012 #include <map>
00013 #include <stk_mesh/base/Field.hpp>
00014 
00015 namespace stk_classic {
00016 namespace linsys {
00017 
00020 typedef std::map<const stk_classic::mesh::FieldBase*,int> FieldIdMap;
00021 
00022 }//namespace linsys
00023 }//namespace stk_classic
00024 
00025 #endif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines