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
feel.hpp
1 /* -*- mode: c++; coding: utf-8; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; show-trailing-whitespace: t -*-
2 
3  This file is part of the Feel library
4 
5  Author(s): Christophe Prud'homme <christophe.prudhomme@feelpp.org>
6  Date: 2012-09-18
7 
8  Copyright (C) 2012 Feel++ Consortium
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 2.1 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 */
29 #if !defined(FEELPP_FEEL_HPP)
30 #define FEELPP_FEEL_HPP 1
31 
32 #include <boost/math/constants/constants.hpp>
33 
34 #include <feel/options.hpp>
35 
36 
38 
40 
41 #include <feel/feelalg/backend.hpp>
42 
43 #include <feel/feeldiscr/functionspace.hpp>
46 
47 #include <feel/feelvf/vf.hpp>
48 
50 
51 #include <feel/feeldiscr/bdf2.hpp>
52 
53 #include <feel/feeldiscr/projector.hpp>
54 
56 #include <feel/feeldiscr/operatorlagrangep1.hpp>
57 
58 #include <ginac/ginac.h>
59 namespace Feel
60 {
61 using GiNaC::symbol;
62 using GiNaC::ex;
63 }
64 
66 
67 #include <feel/feelfilters/exporter.hpp>
69 
70 #endif /* FEELPP_FEEL_HPP */

Generated on Sun Oct 20 2013 08:24:57 for Feel++ by doxygen 1.8.4