![]() |
00001 // Copyright (C) 2002 Johan Hoffman and Anders Logg. 00002 // Licensed under the GNU GPL Version 2. 00003 00004 #ifndef __BCFUNCTION_POINTER_H 00005 #define __BCFUNCTION_POINTER_H 00006 00007 #include <dolfin/constants.h> 00008 #include <dolfin/BoundaryCondition.h> 00009 00010 namespace dolfin 00011 { 00012 00013 typedef void (*BCFunctionPointer) (BoundaryCondition&); 00014 typedef BCFunctionPointer bcfunction; 00015 00016 } 00017 00018 #endif
Documentation automatically generated with Doxygen on 10 Sep 2004.