![]() |
00001 // Copyright (C) 2004 Johan Hoffman and Anders Logg. 00002 // Licensed under the GNU GPL Version 2. 00003 00004 #ifndef __LINEAR_FORM_H 00005 #define __LINEAR_FORM_H 00006 00007 #include <dolfin/constants.h> 00008 #include <dolfin/Form.h> 00009 00010 namespace dolfin 00011 { 00012 00014 00015 class LinearForm : public Form 00016 { 00017 public: 00018 00020 LinearForm(); 00021 00023 ~LinearForm(); 00024 00026 real operator() (TestFunction v); 00027 00028 }; 00029 00030 } 00031 00032 #endif
Documentation automatically generated with Doxygen on 10 Sep 2004.