Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

vectorial/linearFormHelper.hh
Go to the documentation of this file.
00001 // Helper class for LinearForm: assembling of components
00002 
00003 #ifndef linearFormHelper_hh
00004 #define linearFormHelper_hh
00005 
00006 #include "vectorial.hh"
00007 #include "function/linearForm.hh"
00008 
00009 namespace vectorial {
00010 
00011   // ****************************************************** LinearFormHelper **
00012 
00016   class LinearFormHelper {
00017   public:
00030     static void assembleComponents(const Element<Real>& elm,
00031                                    concepts::ElementMatrix<Real>& em,
00032            concepts::LinearForm<Real>** const lfs,
00033            const uint vdim);
00034   };
00035 
00036 } // namespace vectorial
00037 
00038 #endif // linearFormHelper_hh

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)