dune-grid
2.2.1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
dune
grid
common
boundarysegment.hh
Go to the documentation of this file.
1
#ifndef DUNE_BOUNDARY_SEGMENT_HH
2
#define DUNE_BOUNDARY_SEGMENT_HH
3
4
#include <dune/common/fvector.hh>
5
10
namespace
Dune {
11
26
template
<
int
dim,
int
dimworld = dim >
27
struct
BoundarySegment
28
{
30
virtual
~BoundarySegment
() {}
31
34
virtual
FieldVector< double, dimworld >
35
operator()
(
const
FieldVector< double, dim-1> &local )
const
= 0;
36
};
37
38
}
// end namespace Dune
39
40
#endif
Generated on Sat May 18 2013 17:57:43 for dune-grid by
1.8.1.2