Logo  0.95.0-final
Finite Element Embedded Library and Language in C++
Feel++ Feel++ on Github Feel++ community
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
pattern.hpp
1 /* -*- mode: c++; coding: utf-8; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; show-trailing-whitespace: t -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2 
3  This file is part of the Feel library
4 
5  Author(s): Christophe Prud'homme <christophe.prudhomme@feelpp.org>
6  Date: 2011-01-26
7 
8  Copyright (C) 2011-2012 Universite Joseph Fourier (Grenoble I)
9 
10  This library is free software; you can redistribute it and/or
11  modify it under the terms of the GNU Lesser General Public
12  License as published by the Free Software Foundation; either
13  version 3.0 of the License, or (at your option) any later version.
14 
15  This library is distributed in the hope that it will be useful,
16  but WITHOUT ANY WARRANTY; without even the implied warranty of
17  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18  Lesser General Public License for more details.
19 
20  You should have received a copy of the GNU Lesser General Public
21  License along with this library; if not, write to the Free Software
22  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
23 */
24 #ifndef __PATTERN_H
25 #define __PATTERN_H 1
26 
27 
28 namespace Feel
29 {
30 
31 //namespace vf
32 //{
33 enum Pattern
34 {
35  DEFAULT = 1 << 0,
36  EXTENDED = 1 << 1,
37  COUPLED = 1 << 2,
38  SYMMETRIC = 1 << 3,
39  ZERO = 1 << 4,
40  HAS_NO_BLOCK_PATTERN = 1 << 5
41 };
42 
43 //} // namespace vf
44 
45 } // namespace Feel
46 
47 
48 #endif // __PATTERN_H

Generated on Sun Oct 20 2013 08:25:03 for Feel++ by doxygen 1.8.4