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

BilinearForm.h

Go to the documentation of this file.
00001 // Copyright (C) 2004 Johan Hoffman and Anders Logg.
00002 // Licensed under the GNU GPL Version 2.
00003 
00004 #ifndef __BILINEAR_FORM_H
00005 #define __BILINEAR_FORM_H
00006 
00007 #include <dolfin/constants.h>
00008 #include <dolfin/Form.h>
00009 
00010 namespace dolfin
00011 {
00012 
00014 
00015   class BilinearForm : public Form
00016   {
00017   public:
00018     
00020     BilinearForm();
00021     
00023     ~BilinearForm();
00024 
00026     real operator() (TrialFunction u, TestFunction v);
00027     
00028   };
00029 
00030 }
00031 
00032 #endif


Documentation automatically generated with Doxygen on 10 Sep 2004.