Nedelec.h

Go to the documentation of this file.
00001 #ifndef NEDELEC_IS_INCLUDED
00002 #define NEDELEC_IS_INCLUDED
00003 
00004 
00005 #include <FE.h>
00006 
00007 
00008 class Nedelec : public StandardFE {
00009   public: 
00010   Nedelec() {}
00011   virtual ~Nedelec() {}
00012 
00013   virtual void set(int order); 
00014   virtual void set(Polygon& p);  
00015   virtual void compute_basis_functions();  
00016   virtual int nbf(); 
00017   virtual GiNaC::ex N(int i);  
00018   virtual GiNaC::ex dof(int i); 
00019 }; 
00020 
00021 #endif 

Generated on Tue Apr 18 12:00:26 2006 for SyFi by  doxygen 1.4.4