include/deal.II/dofs/function_map.h

00001 //---------------------------------------------------------------------------
00002 //    @f$Id: function_map.h 25345 2012-03-31 08:37:04Z bangerth @f$
00003 //
00004 //    Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2012 by the deal.II authors
00005 //
00006 //    This file is subject to QPL and may not be  distributed
00007 //    without copyright and license information. Please refer
00008 //    to the file deal.II/doc/license.html for the  text  and
00009 //    further information on this license.
00010 //
00011 //---------------------------------------------------------------------------
00012 #ifndef __deal2__function_map_h
00013 #define __deal2__function_map_h
00014 
00015 #include <deal.II/base/config.h>
00016 #include <map>
00017 
00018 DEAL_II_NAMESPACE_OPEN
00019 
00020 template <int spacedim> class Function;
00021 
00022 
00023 
00039 template<int dim>
00040 struct FunctionMap
00041 {
00051     typedef std::map<types::boundary_id_t, const Function<dim>*> type;
00052 };
00053 
00054 DEAL_II_NAMESPACE_CLOSE
00055 
00056 #endif
00057 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

deal.II documentation generated on Tue May 22 2012 12:06:07 by doxygen 1.7.3