Class documentation of Concepts

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