Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

hp2Dedge/recompShpFct.hh
Go to the documentation of this file.
00001 /* class which can change the quadrature points for hp2D::BaseQuad's
00002  */
00003 
00004 #ifndef hprecompShpFct2Dedge_hh
00005 #define hprecompShpFct2Dedge_hh
00006 
00007 #include "hp2D/recompShpFct.hh"
00008 #include "hp2D/quad.hh"
00009 #include "quad.hh"
00010 
00011 namespace hp2Dedge {
00012 
00013   // ***************************************************** RecomputeShapefct **
00014 
00015   class RecomputeShapefct : public hp2D::RecomputeShapefct {
00016   public:
00017     RecomputeShapefct(concepts::Space<concepts::Real>& spc,
00018                       enum concepts::intRule rule,
00019                       bool constant, uint points) : 
00020       hp2D::RecomputeShapefct(spc, rule ,constant, points) {}
00021     void compute();
00022   };
00023 
00024 } // namespace hp2Dedge
00025 
00026 #endif // hprecompShpFct2Dedge_hh

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)