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
mortar.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 <christophe.prudhomme@ujf-grenoble.fr>
6
Date: 2012-06-26
7
8
Copyright (C) 2012 Université 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 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 __Mortar_H
30
#define __Mortar_H 1
31
32
namespace
Feel
33
{
34
namespace
detail
35
{
36
template
<
typename
P>
37
class
Mortar
38
{
39
public
:
40
};
41
}
// detail
49
class
Mortar
50
{
51
public
:
52
53
template
<
typename
P>
54
class
apply
55
{
56
typedef
typename
detail::Mortar<P> type;
57
};
58
59
};
60
61
template
<
typename
P>
62
struct
is_mortar :
public
boost::is_base_of<Mortar,P>
63
{};
64
65
}
// Feel
66
#endif
/* __Mortar_H */
Generated on Fri Oct 25 2013 14:24:19 for Feel++ by
1.8.4