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
options.hpp
Go to the documentation of this file.
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: 2007-07-21
7 
8  Copyright (C) 2007 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 */
29 #ifndef FEELPP_OPTIONS_HPP
30 #define FEELPP_OPTIONS_HPP 1
31 
32 #include <boost/program_options.hpp>
33 
34 namespace Feel
35 {
36 namespace po = boost::program_options;
37 
38 
39 po::options_description
40 file_options( std::string const& prefix );
41 
42 po::options_description
43 feel_options( std::string const& prefix = "" );
44 
46 po::options_description benchmark_options( std::string const& prefix = "" );
47 
52 po::options_description backend_options( std::string const& prefix = "" );
53 
54 po::options_description backendpetsc_options( std::string const& prefix = "" );
55 
56 po::options_description mesh_options( int Dim, std::string const& prefix = "" );
57 
58 po::options_description gmsh_options( std::string const& prefix = "" );
59 
60 po::options_description ginac_options( std::string const& prefix = "" );
61 
76 po::options_description solvereigen_options( std::string const& prefix = "" );
77 
81 po::options_description nlsolver_options();
82 
86 po::options_description bdf_options( std::string const& prefix = "" );
87 
92 po::options_description exporter_options( std::string const& prefix = "" );
93 
94 po::options_description material_options( std::string const& prefix = "" );
95 
96 po::options_description error_options( std::string const& prefix = "" );
97 }
98 #endif // FEELPP_OPTIONS_HPP

Generated on Fri Oct 25 2013 14:24:22 for Feel++ by doxygen 1.8.4