Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members

cGqMethod.h

Go to the documentation of this file.
00001 // Copyright (C) 2003 Johan Hoffman and Anders Logg.
00002 // Licensed under the GNU GPL Version 2.
00003 
00004 #ifndef __CGQ_METHOD_H
00005 #define __CGQ_METHOD_H
00006 
00007 #include <dolfin/Method.h>
00008 
00009 namespace dolfin {
00010 
00015 
00016   class cGqMethod : public Method {
00017   public:
00018     
00019     cGqMethod(unsigned int q);
00020 
00021     void show() const;
00022     
00023   protected:
00024 
00025     void computeQuadrature();
00026     void computeBasis();
00027     void computeWeights();
00028 
00029   };
00030 
00031 }
00032 
00033 #endif


Documentation automatically generated with Doxygen on 10 Sep 2004.