include/deal.II/grid/magic_numbers.h

00001 //---------------------------------------------------------------------------
00002 //    @f$Id: magic_numbers.h 25345 2012-03-31 08:37:04Z bangerth @f$
00003 //
00004 //    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006, 2012 by the deal.II authors
00005 //
00006 //    This file is subject to QPL and may not be  distributed
00007 //    without copyright and license information. Please refer
00008 //    to the file deal.II/doc/license.html for the  text  and
00009 //    further information on this license.
00010 //
00011 //---------------------------------------------------------------------------
00012 #ifndef __deal2__magic_numbers_h
00013 #define __deal2__magic_numbers_h
00014 
00015 #include <deal.II/base/config.h>
00016 
00017 DEAL_II_NAMESPACE_OPEN
00018 
00019 // This is a list of magic numbers used throughout the library.
00020 // They are collected in one file to avoid double usage.
00021 // Naming convention: all names have to start with the sequence
00022 // "mn_" denoting a magic number, then the library part follows
00023 // (e.g. "tria_" or "dof_") and finally the purpose.
00024 
00025 const unsigned int mn_tria_refine_flags_begin    = 0xa000;
00026 const unsigned int mn_tria_refine_flags_end      = 0xa001;
00027 const unsigned int mn_tria_coarsen_flags_begin   = 0xa010;
00028 const unsigned int mn_tria_coarsen_flags_end     = 0xa011;
00029 const unsigned int mn_tria_line_user_flags_begin = 0xa100;
00030 const unsigned int mn_tria_line_user_flags_end   = 0xa101;
00031 const unsigned int mn_tria_quad_user_flags_begin = 0xa110;
00032 const unsigned int mn_tria_quad_user_flags_end   = 0xa111;
00033 const unsigned int mn_tria_hex_user_flags_begin  = 0xa112;
00034 const unsigned int mn_tria_hex_user_flags_end    = 0xa113;
00035 const unsigned int mn_persistent_tria_flags_begin= 0xa200;
00036 const unsigned int mn_persistent_tria_flags_end  = 0xa201;
00037 
00038 
00039 DEAL_II_NAMESPACE_CLOSE
00040 
00041 #endif
00042 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

deal.II documentation generated on Tue May 22 2012 12:06:09 by doxygen 1.7.3