00001 //--------------------------------------------------------------------------- 00002 // @f$Id: data_component_interpretation.h 25345 2012-03-31 08:37:04Z bangerth @f$ 00003 // 00004 // Copyright (C) 2007, 2008, 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__data_component_interpretation_h 00013 #define __deal2__data_component_interpretation_h 00014 00015 00016 00017 #include <deal.II/base/config.h> 00018 00019 DEAL_II_NAMESPACE_OPEN 00020 00025 namespace DataComponentInterpretation 00026 { 00056 enum DataComponentInterpretation 00057 { 00063 component_is_scalar, 00064 00070 component_is_part_of_vector 00071 }; 00072 } 00073 00074 00075 DEAL_II_NAMESPACE_CLOSE 00076 00077 #endif 00078
documentation generated on Tue May 22 2012 12:06:17 by
doxygen
1.7.3