P0.h

Go to the documentation of this file.
00001 #ifndef P0FE_IS_INCLUDED
00002 #define P0FE_IS_INCLUDED 
00003 
00004 #include "FE.h"
00005 
00006 class P0 : public StandardFE {
00007   public: 
00008   P0() {}
00009   virtual ~P0() {}
00010 
00011   virtual void compute_basis_functions();  
00012 }; 
00013 
00014 
00015 #endif 

Generated on Tue Jun 13 13:18:39 2006 for SyFi by  doxygen 1.4.4