Class documentation of Concepts

Loading...
Searching...
No Matches
buildVtxDofs.hh
Go to the documentation of this file.
1
8#ifndef buildVtxDofs2D_hh
9#define buildVtxDofs2D_hh
10
11#include "hp2D/space.hh"
12#include "hp2D/buildDofsBase.hh"
13
14namespace hp2D {
15
16 // ******************************************************* BuildVertexDofs **
17
36 public:
43 virtual void operator()(concepts::Quad& cntr,
45 const uint nn[2]);
46 virtual BuildVertexDofs* clone(Space* spc = 0) const;
47 };
48
49} // namespace hp2D
50
51#endif // buildVtxDofs2D_hh
virtual void operator()(concepts::Quad &cntr, concepts::TColumn< Real > *&T1, const uint nn[2])
BuildVertexDofs(Space &spc)
BuildVertexDofs()
Default constructor.
virtual BuildVertexDofs * clone(Space *spc=0) const