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
gmshellipsoiddomain.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-08-02
7 
8  Copyright (C) 2010 Université Joseph Fourier Grenoble 1
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
23 */
29 #ifndef __GmshEllipsoidDomain_H
30 #define __GmshEllipsoidDomain_H 1
31 
32 
33 #include <boost/parameter.hpp>
34 #include <feel/feelcore/feel.hpp>
35 #include <feel/feelcore/parameter.hpp>
36 
38 
39 namespace Feel
40 {
50 class GmshEllipsoidDomain : public Gmsh
51 {
52  typedef Gmsh super;
53 public:
54 
55 
59 
60 
64 
65  GmshEllipsoidDomain( int Dim,
66  int Order= GMSH_ORDER_ONE,
67  DomainType dt = GMSH_REAL_DOMAIN );
68 
71 
73 
74 
75 protected:
76 
77  std::string getDescription() const;
78 
79 private:
80 
81  // 1D
82  std::string getDescription1D() const;
83  // 2D
84  std::string getDescription2D() const;
85  // 3D
86  std::string getDescription3D() const;
87 
88 };
89 
90 } // Feel
91 
92 
93 #endif /* __GmshEllipsoidDomain_H */
~GmshEllipsoidDomain()
destructor
Definition: gmshellipsoiddomain.hpp:70
n-Ellipsoid Domain description for gmsh mesh generation.
Definition: gmshellipsoiddomain.hpp:50
Gmsh Mesh Generator.
Definition: gmsh.hpp:100
std::string getDescription() const
Definition: gmshellipsoiddomain.cpp:71

Generated on Sun Dec 22 2013 13:11:04 for Feel++ by doxygen 1.8.5