/usr/include/dune/pdelab/backend/istlsolverbackend.hh is in libdune-pdelab-dev 2.0.0-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 | // -*- tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*-
// vi: set et ts=8 sw=2 sts=2:
#ifndef DUNE_ISTLSOLVERBACKEND_HH
#define DUNE_ISTLSOLVERBACKEND_HH
#include "seqistlsolverbackend.hh"
#include "ovlpistlsolverbackend.hh"
#include "novlpistlsolverbackend.hh"
/**
* @brief For better handling istlsolverbackend.hh is now divided into:
* parallelistlhelper.hh for creation of index sets (mainly for amg)
* seqistlsolverbackend.hh for sequential solvers
* ovlpistlsolverbackend.hh for overlapping solvers,operators,...
* novlpistlsolverbackend.hh with nonoverlapping solvers,operators,...
*/
#endif
|