DUNE-FEM (unstable)

coordinate.hh
1#ifndef DUNE_FEM_COMMON_COORDINATE_HH
2#define DUNE_FEM_COMMON_COORDINATE_HH
3
4#include <dune/grid/common/entity.hh>
6
7namespace Dune
8{
9
10 namespace Fem
11 {
12
13 template< class Point >
14 static inline const Point &coordinate ( const Point &x )
15 {
16 return x;
17 }
18
19 } // namespace Fem
20
21} // namespace Dune
22
23#endif // #ifndef DUNE_FEM_COMMON_COORDINATE_HH
Wrapper and interface classes for element geometries.
Dune namespace.
Definition: alignedallocator.hh:13
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.111.3 (Jul 27, 22:29, 2024)