/Users/jack/Code/basso_dev/inc/load_func.h

Go to the documentation of this file.
00001 
00013 #ifndef _LOAD_FUNCTIONS_BASSO_H_
00014 #define _LOAD_FUNCTIONS_BASSO_H_
00015 
00016 // std includes
00017 
00018 // Gmm++ includes
00019 
00020 // Basso includes
00021 #include "basso.h"
00022 #include "Point.h"
00023 #include "DofMap.h"
00024 
00025 namespace basso {
00026         
00034         void distributed_load_2d( Array<ElementDef> &bndry, void (*loadf)(const Point&), Numeric sf,
00035                         const DofMap &dof_map, nArray &fext ) 
00036         { 
00037         }
00038         
00039 } // end namespace
00040 
00041 #endif
00042         

Generated on Sat Jan 19 09:03:57 2008 for Basso by  doxygen 1.5.2