This file is indexed.

/usr/include/dune/pdelab/finiteelementmap/qkdggl.hh is in libdune-pdelab-dev 2.5.0~20170124g7cf9f47a-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
// vi: set et ts=4 sw=2 sts=2:

// Qk DG basis with Gauss Lobatto points

#ifndef DUNE_PDELAB_FINITEELEMENTMAP_QKDGGL_HH
#define DUNE_PDELAB_FINITEELEMENTMAP_QKDGGL_HH

#warning This file is deprecated and will be removed after the Dune-PDELab 3.0 release! Switch to the class QkDGLocalFiniteElement map with QkDGBasisPolynomial::lobatto in the header dune/pdelab/finiteelementmap/qkdg.hh.

#include <dune/pdelab/finiteelement/qkdglobatto.hh>
#include <dune/pdelab/finiteelementmap/finiteelementmap.hh>

namespace Dune {
  namespace PDELab {

    template<class D, class R, int k, int d>
    using QkDGGLLocalFiniteElementMap DUNE_DEPRECATED_MSG("This class is deprecated and will be removed after the Dune-PDELab 3.0 release! Switch to the class QkDGLocalFiniteElement map with QkDGBasisPolynomial::lobatto in the header dune/pdelab/finiteelementmap/qkdg.hh.") = QkDGLocalFiniteElementMap<D,R,k,d,QkDGBasisPolynomial::lobatto>;

  }
}

#endif // DUNE_PDELAB_FINITEELEMENTMAP_QKDGGL_HH