File: function_restriction.inst.in

package info (click to toggle)
deal.ii 9.7.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 326,024 kB
  • sloc: cpp: 440,899; ansic: 77,337; python: 3,307; perl: 1,041; sh: 1,022; xml: 252; makefile: 97; javascript: 14
file content (11 lines) | stat: -rw-r--r-- 372 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
for (deal_II_dimension : DIMENSIONS)
  {
    template class Functions::PointRestriction<deal_II_dimension>;

    template Point<deal_II_dimension> internal::create_higher_dim_point(
      const Point<deal_II_dimension - 1> &, const unsigned int, const double);

#if deal_II_dimension != 3
    template class Functions::CoordinateRestriction<deal_II_dimension>;
#endif
  }