0.95.0-final
Finite Element Embedded Library and Language in C++
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
boundarycondition.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 -*-
2
3
This file is part of the Feel library
4
5
Author(s): Christophe Prud'homme <prudhomme@unistra.fr>
6
Date: 2012-09-30
7
8
Copyright (C) 2012 Université de Strasbourg
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
#ifndef __BoundaryCondition_H
30
#define __BoundaryCondition_H 1
31
32
namespace
Feel
33
{
34
namespace
detail
35
{
43
class
BoundaryCondition
44
{
45
public
:
46
47
51
52
54
58
59
61
65
67
BoundaryCondition
();
69
BoundaryCondition
(
BoundaryCondition
const
& );
71
~BoundaryCondition
();
72
74
78
80
BoundaryCondition
&
operator=
(
BoundaryCondition
const
& o)
81
{
82
if
(
this
!= &o )
83
{
84
}
85
return
*
this
;
86
}
88
92
93
95
99
100
102
106
107
109
110
111
112
protected
:
113
114
private
:
115
116
};
117
}
// detail
118
119
class
BoundaryCondition :
public
detail::BoundaryCondition
120
{
121
public
:
122
BOOST_PARAMETER_CONSTRUCTOR(
123
BoundaryCondition, (detail::BoundaryCondition), tag,
124
(required
125
(marker,*))
126
(optional
127
(bc,*)))
128
};
129
130
131
132
}
// Feel
133
#endif
/* __BoundaryCondition_H */
Feel::detail::BoundaryCondition
brief description
Definition:
boundarycondition.hpp:43
Feel::detail::BoundaryCondition::operator=
BoundaryCondition & operator=(BoundaryCondition const &o)
copy operator
Definition:
boundarycondition.hpp:80
Feel::detail::BoundaryCondition::BoundaryCondition
BoundaryCondition()
default constructor
Feel::detail::BoundaryCondition::~BoundaryCondition
~BoundaryCondition()
destructor
Generated on Sun Dec 22 2013 13:10:55 for Feel++ by
1.8.5