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

Form.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 __FORM_H
00005 #define __FORM_H
00006 
00007 namespace dolfin
00008 {
00009 
00011   
00012   class Form
00013   {
00014   public:
00015 
00016     // These should probably not be here, just a sketch
00017 
00018     class TrialFunction
00019     {
00020 
00021     };
00022     
00023     class TestFunction
00024     {
00025       
00026     };
00027 
00028   };
00029 
00030 }
00031 
00032 #endif


Documentation automatically generated with Doxygen on 10 Sep 2004.