Bubble.h

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

Generated on Wed Apr 19 12:38:13 2006 for SyFi by  doxygen 1.4.4