dune-fem
2.4.1-rc
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
dune
fem
common
coordinate.hh
Go to the documentation of this file.
1
#ifndef DUNE_FEM_COMMON_COORDINATE_HH
2
#define DUNE_FEM_COMMON_COORDINATE_HH
3
4
namespace
Dune
5
{
6
7
namespace
Fem
8
{
9
10
template
<
class
Po
int
>
11
static
inline
const
Point &
coordinate
(
const
Point &x )
12
{
13
return
x;
14
}
15
16
}
// namespace Fem
17
18
}
// namespace Dune
19
20
#endif // #ifndef DUNE_FEM_COMMON_COORDINATE_HH
Fem
Dune
Definition:
coordinate.hh:4
Dune::Fem::coordinate
static const Point & coordinate(const Point &x)
Definition:
coordinate.hh:11
Generated by
1.8.11