Class documentation of Concepts

Loading...
Searching...
No Matches
buildEdgeDofs.hh
Go to the documentation of this file.
1
8#ifndef buildEdgeDofs_hh
9#define buildEdgeDofs_hh
10
11#include "hp3D/space.hh"
12#include "hp3D/buildDofsBase.hh"
13
14namespace hp3D {
15
16 // forward declaration
17 class Space;
18
19 // ********************************************************* BuildEdgeDofs **
20
39 public:
46 virtual void operator()(concepts::Hexahedron& cntr,
48 virtual BuildEdgeDofs* clone(Space* spc = 0) const;
49 };
50
51} // namespace hp3D
52
53#endif // buildEdgeDofs_hh
virtual BuildEdgeDofs * clone(Space *spc=0) const
BuildEdgeDofs()
Default constructor.
BuildEdgeDofs(Space &spc)
virtual void operator()(concepts::Hexahedron &cntr, concepts::TColumn< Real > *&T1)
Definition meshDX.hh:23