Loading [MathJax]/extensions/TeX/AMSsymbols.js
 Reference documentation for deal.II version 8.5.1
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
vector_tools_boundary.cc
1 // ---------------------------------------------------------------------
2 //
3 // Copyright (C) 1998 - 2016 by the deal.II authors
4 //
5 // This file is part of the deal.II library.
6 //
7 // The deal.II library is free software; you can use it, redistribute
8 // it, and/or modify it under the terms of the GNU Lesser General
9 // Public License as published by the Free Software Foundation; either
10 // version 2.1 of the License, or (at your option) any later version.
11 // The full text of the license can be found in the file LICENSE at
12 // the top level of the deal.II distribution.
13 //
14 // ---------------------------------------------------------------------
15 
16 
17 #include <deal.II/numerics/vector_tools.templates.h>
18 
19 DEAL_II_NAMESPACE_OPEN
20 
21 // ---------------------------- explicit instantiations --------------------
22 #include "vector_tools_boundary.inst"
23 
24 // extra instantiations to make unit tests pass:
25 template
27  const ::DoFHandler<2, 2> &,
28  const types::boundary_id,
29  const Function<2,float> &,
30  std::map<types::global_dof_index,float> &,
31  const ComponentMask &);
32 
33 DEAL_II_NAMESPACE_CLOSE
void interpolate_boundary_values(const Mapping< dim, spacedim > &mapping, const DoFHandlerType< dim, spacedim > &dof, const std::map< types::boundary_id, const Function< spacedim, number > *> &function_map, std::map< types::global_dof_index, number > &boundary_values, const ComponentMask &component_mask=ComponentMask())
unsigned char boundary_id
Definition: types.h:110