Class documentation of Concepts

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