[dune-pdelab] ALUGrid and PQDGLocalFiniteElementMap

Christian Kaltenecker christian_kalt at yahoo.de
Wed Jun 8 09:38:49 CEST 2016


Hello Dune,

I am currently working with Alexander Grebhahn from the university of
Passau on creating an automatic analysis program to find several
variation points within a Dune application.

For the evaluation part, I want to generate several variants of the
diffusion-convection simulation by also using dune-testtools.
Above others, I am using ALUGrid (both dune-alugrid and the external
ALUGrid(v1.52) library), UGGrid(v3.11) and SuperLU(v4.3).
I have successfully compiled and linked those libraries.
Furthermore, I have checked out the "releases/2.4" branches of every
Dune module in order to have all Dune modules in the same version
(every module except my module compiles without errors).
Moreover, the whole Dune framework is running in a docker container.

I am executing dunecontrol with the following commands:
sudo dune-common/bin/dunecontrol configure "--with-ug=/home/dune/Libs/ug
--with-alugrid=/home/dune/Libs/ALUGrid
--with-superlu=/home/dune/Libs/SuperLU_4.3
--with-superlu-lib=libsuperlu_4.3.a"
sudo dune-common/bin/dunecontrol make all

The errors (as well as the output of configure) are included in the
attachment.

If you want to try it on your own, I have also included my Dune module
(dune-spl).
Note that I have commented out the variability that is not working in
the meta ini file, diffusion.mini. Also note, that you need dune-testtools.

What could I do to fix the problems that occurr in the log-files? Do I have to add some additional configuration parameters? I am writing to this mailing list because the errors are thrown in the dune-pdelab module.

Thanks in advance!

Regards,
Christian Kaltenecker

-------------- next part --------------
--- going to build dune-common dune-python dune-geometry dune-grid dune-alugrid dune-testtools dune-spgrid dune-istl dune-localfunctions dune-typetree dune-pdelab dune-fem dune-spl  ---
--- calling configure for dune-common ---
 cmake -DCMAKE_MODULE_PATH=""  -DCMAKE_DISABLE_FIND_PACKAGE_MPI=FALSE  "/home/dune/Dune/dune-common"
CMake Warning at cmake/modules/DuneDoc.cmake:27 (message):
   Need latex to create documentation!
Call Stack (most recent call first):
  cmake/modules/DuneMacros.cmake:654 (include)
  CMakeLists.txt:17 (dune_project)


-- Performing tests specific to dune-common from file /home/dune/Dune/dune-common/cmake/modules/DuneCommonMacros.cmake.
-- A library with BLAS API found.
-- A library with LAPACK API found.
-- Using scripts from /home/dune/Dune/dune-common/cmake/scripts for creating doxygen stuff.
-- using /home/dune/Dune/dune-common/doc/doxygen/Doxystyle to create doxystyle file
CMake Warning at cmake/modules/DuneDoc.cmake:91 (message):
  Not adding rule to create buildsystem.pdf as LaTeX is not usable!
Call Stack (most recent call first):
  doc/buildsystem/CMakeLists.txt:1 (dune_add_latex_document)


CMake Warning at cmake/modules/DuneDoc.cmake:91 (message):
  Not adding rule to create cmakefaq.pdf as LaTeX is not usable!
Call Stack (most recent call first):
  doc/buildsystem/CMakeLists.txt:4 (dune_add_latex_document)


CMake Warning at cmake/modules/DuneDoc.cmake:91 (message):
  Not adding rule to create communication.pdf as LaTeX is not usable!
Call Stack (most recent call first):
  doc/comm/CMakeLists.txt:8 (dune_add_latex_document)


-- Not adding custom target for config.h generation
-- 
-- The following OPTIONAL packages have been found:

 * Doxygen
 * PkgConfig
 * BLAS
 * LAPACK
 * GMP
 * Inkscape
 * MPI
 * Threads

-- The following OPTIONAL packages have not been found:

 * ThreadsCMake31
 * LATEX

-- Configuring done
-- Generating done
-- Build files have been written to: /home/dune/Dune/dune-common/build-cmake
--- dune-common done ---
--- calling configure for dune-python ---
/home/dune/Dune/dune-python/lib/dunepythonam2cmake.lib for converting options does not exist
 cmake -DCMAKE_MODULE_PATH=""  -DCMAKE_DISABLE_FIND_PACKAGE_MPI=FALSE "-Ddune-common_DIR=/home/dune/Dune/dune-common/build-cmake"  "/home/dune/Dune/dune-python"
-- Dependencies for dune-python: dune-common
CMake Warning at /home/dune/Dune/dune-common/cmake/modules/DuneDoc.cmake:27 (message):
   Need latex to create documentation!
Call Stack (most recent call first):
  /home/dune/Dune/dune-common/cmake/modules/DuneMacros.cmake:654 (include)
  CMakeLists.txt:19 (dune_project)


-- Performing tests specific to dune-common from file /home/dune/Dune/dune-common/cmake/modules/DuneCommonMacros.cmake.
-- A library with BLAS API found.
-- A library with LAPACK API found.
-- Setting dune-common_INCLUDE_DIRS=/home/dune/Dune/dune-common
-- Setting dune-common_LIBRARIES=dunecommon
-- Performing tests specific to dune-python from file /home/dune/Dune/dune-python/cmake/modules/DunePythonMacros.cmake.
-- Writing a wrapper script around virtualenv to /home/dune/Dune/dune-python/build-cmake/dune-env-2
-- Writing a wrapper script around virtualenv to /home/dune/Dune/dune-python/build-cmake/dune-env
-- Writing a wrapper script around virtualenv to /home/dune/Dune/dune-python/build-cmake/dune-env-3
-- Writing a wrapper script around virtualenv to /home/dune/Dune/dune-python/build-cmake/dune-env
Checking for presence of package pip with interpreter /usr/bin/python2... found!
Checking for presence of package pip with interpreter /usr/bin/python3... not found!
Checking for presence of package pip with interpreter /usr/bin/python2... found!
Checking for presence of package pip with interpreter /usr/bin/python3... not found!
Obtaining file:///home/dune/Dune/dune-python/python
Requirement already satisfied (use --upgrade to upgrade): pyparsing==2.0.6 in /home/dune/Dune/dune-python/build-cmake/python2-env/lib/python2.7/site-packages (from dune.common==2.4)
Installing collected packages: dune.common
  Running setup.py develop for dune.common
Successfully installed dune.common-2.4
Obtaining file:///home/dune/Dune/dune-python/python
Requirement already satisfied (use --upgrade to upgrade): pyparsing==2.0.6 in /home/dune/Dune/dune-python/build-cmake/python3-env/lib/python3.4/site-packages (from dune.common==2.4)
Installing collected packages: dune.common
  Running setup.py develop for dune.common
Successfully installed dune.common-2.4
-- Adding custom target for config.h generation
-- 
-- The following OPTIONAL packages have been found:

 * MPI
 * Doxygen
 * PkgConfig
 * BLAS
 * Threads
 * LAPACK
 * GMP
 * Inkscape
 * Python3Interp
 * Python2Interp
 * Sphinx

-- The following REQUIRED packages have been found:

 * dune-common

-- The following OPTIONAL packages have not been found:

 * ThreadsCMake31
 * LATEX

-- Configuring done
-- Generating done
-- Build files have been written to: /home/dune/Dune/dune-python/build-cmake
--- dune-python done ---
--- calling configure for dune-geometry ---
/home/dune/Dune/dune-geometry/lib/dunegeometryam2cmake.lib for converting options does not exist
 cmake -DCMAKE_MODULE_PATH=""  -DCMAKE_DISABLE_FIND_PACKAGE_MPI=FALSE "-Ddune-common_DIR=/home/dune/Dune/dune-common/build-cmake"  "/home/dune/Dune/dune-geometry"
-- Dependencies for dune-geometry: dune-common (>= 2.4.1)
CMake Warning at /home/dune/Dune/dune-common/cmake/modules/DuneDoc.cmake:27 (message):
   Need latex to create documentation!
Call Stack (most recent call first):
  /home/dune/Dune/dune-common/cmake/modules/DuneMacros.cmake:654 (include)
  CMakeLists.txt:21 (dune_project)


-- Performing tests specific to dune-common from file /home/dune/Dune/dune-common/cmake/modules/DuneCommonMacros.cmake.
-- A library with BLAS API found.
-- A library with LAPACK API found.
-- Setting dune-common_INCLUDE_DIRS=/home/dune/Dune/dune-common
-- Setting dune-common_LIBRARIES=dunecommon
-- Using scripts from /home/dune/Dune/dune-common/cmake/scripts for creating doxygen stuff.
-- using /home/dune/Dune/dune-common/doc/doxygen/Doxystyle to create doxystyle file
CMake Warning at /home/dune/Dune/dune-common/cmake/modules/DuneDoc.cmake:91 (message):
  Not adding rule to create refinement.pdf as LaTeX is not usable!
Call Stack (most recent call first):
  doc/refinement/CMakeLists.txt:9 (dune_add_latex_document)


-- Adding custom target for config.h generation
-- 
-- The following OPTIONAL packages have been found:

 * MPI
 * Doxygen
 * PkgConfig
 * BLAS
 * Threads
 * LAPACK
 * GMP
 * Inkscape

-- The following REQUIRED packages have been found:

 * dune-common

-- The following OPTIONAL packages have not been found:

 * ThreadsCMake31
 * LATEX

-- Configuring done
-- Generating done
-- Build files have been written to: /home/dune/Dune/dune-geometry/build-cmake
--- dune-geometry done ---
--- calling configure for dune-grid ---
/home/dune/Dune/dune-geometry/lib/dunegeometryam2cmake.lib for converting options does not exist
 cmake -DCMAKE_MODULE_PATH=""  -DCMAKE_DISABLE_FIND_PACKAGE_MPI=FALSE "-Ddune-common_DIR=/home/dune/Dune/dune-common/build-cmake" "-Ddune-geometry_DIR=/home/dune/Dune/dune-geometry/build-cmake" -DALUGRID_ROOT=/home/dune/Libs/ALUGrid -DUG_ROOT=/home/dune/Libs/ug  "/home/dune/Dune/dune-grid"
-- Dependencies for dune-grid: dune-common (>= 2.4.1);dune-geometry (>= 2.4.1)
-- Dependencies for dune-geometry: dune-common (>= 2.4.1)
CMake Warning at /home/dune/Dune/dune-common/cmake/modules/DuneDoc.cmake:27 (message):
   Need latex to create documentation!
Call Stack (most recent call first):
  /home/dune/Dune/dune-common/cmake/modules/DuneMacros.cmake:654 (include)
  CMakeLists.txt:22 (dune_project)


-- Performing tests specific to dune-common from file /home/dune/Dune/dune-common/cmake/modules/DuneCommonMacros.cmake.
-- A library with BLAS API found.
-- A library with LAPACK API found.
-- Setting dune-common_INCLUDE_DIRS=/home/dune/Dune/dune-common
-- Setting dune-common_LIBRARIES=dunecommon
-- Setting dune-geometry_INCLUDE_DIRS=/home/dune/Dune/dune-geometry
-- Setting dune-geometry_LIBRARIES=dunegeometry
-- Performing tests specific to dune-grid from file /home/dune/Dune/dune-grid/cmake/modules/DuneGridMacros.cmake.
-- Could NOT find METIS (missing:  METIS_INCLUDE_DIR METIS_LIBRARY HAVE_METIS_PARTGRAPHKWAY) 
-- Could NOT find ParMETIS (missing:  PARMETIS_INCLUDE_DIR PARMETIS_LIBRARY HAVE_PARMETIS) 
-- Could NOT find OpenGL (missing:  OPENGL_gl_LIBRARY OPENGL_INCLUDE_DIR) 
-- Could NOT find Grape (missing:  X11_FOUND OPENGL_FOUND GRAPE_INCLUDE_DIR GRAPE_LIBRARY _GRAPE_LIB_FUNCTIONAL _GRAPE_HEADER_USABLE) 
-- checking for one of the modules 'psurface'
-- checking for module 'psurface'
--   package 'psurface' not found
-- Could NOT find psurface (missing:  PSURFACE_INCLUDE_DIR PSURFACE_LIBRARY) 
-- Could NOT find AmiraMesh (missing:  AMIRAMESH_INCLUDE_DIR AMIRAMESH_LIBRARY) 
-- Using scripts from /home/dune/Dune/dune-common/cmake/scripts for creating doxygen stuff.
-- using /home/dune/Dune/dune-common/doc/doxygen/Doxystyle to create doxystyle file
-- Adding custom target for config.h generation
-- 
-- The following OPTIONAL packages have been found:

 * MPI
 * Doxygen
 * PkgConfig
 * BLAS
 * Threads
 * LAPACK
 * GMP
 * Inkscape
 * ALUGrid
 * UG (required version >= 3.11.0)

-- The following REQUIRED packages have been found:

 * dune-common
 * dune-geometry

-- The following features have been disabled:

 * Experimental grid extensions , Enables additional grid features.

-- The following OPTIONAL packages have not been found:

 * ThreadsCMake31
 * LATEX
 * METIS
 * ParMETIS
 * Alberta
 * X11
 * OpenGL
 * Grape
 * Psurface
 * AmiraMesh

-- Configuring done
-- Generating done
-- Build files have been written to: /home/dune/Dune/dune-grid/build-cmake
--- dune-grid done ---
--- calling configure for dune-alugrid ---
/home/dune/Dune/dune-geometry/lib/dunegeometryam2cmake.lib for converting options does not exist
 cmake -DCMAKE_MODULE_PATH=""  -DCMAKE_DISABLE_FIND_PACKAGE_MPI=FALSE "-Ddune-common_DIR=/home/dune/Dune/dune-common/build-cmake" "-Ddune-geometry_DIR=/home/dune/Dune/dune-geometry/build-cmake" -DALUGRID_ROOT=/home/dune/Libs/ALUGrid -DUG_ROOT=/home/dune/Libs/ug "-Ddune-grid_DIR=/home/dune/Dune/dune-grid/build-cmake"  "/home/dune/Dune/dune-alugrid"
-- Dependencies for dune-alugrid: dune-grid (>= 2.4)
-- Dependencies for dune-grid: dune-common (>= 2.4.1);dune-geometry (>= 2.4.1)
-- Dependencies for dune-geometry: dune-common (>= 2.4.1)
CMake Warning at /home/dune/Dune/dune-common/cmake/modules/DuneDoc.cmake:27 (message):
   Need latex to create documentation!
Call Stack (most recent call first):
  /home/dune/Dune/dune-common/cmake/modules/DuneMacros.cmake:654 (include)
  CMakeLists.txt:33 (dune_project)


-- Performing tests specific to dune-common from file /home/dune/Dune/dune-common/cmake/modules/DuneCommonMacros.cmake.
-- A library with BLAS API found.
-- A library with LAPACK API found.
-- Setting dune-common_INCLUDE_DIRS=/home/dune/Dune/dune-common
-- Setting dune-common_LIBRARIES=dunecommon
-- Setting dune-geometry_INCLUDE_DIRS=/home/dune/Dune/dune-geometry
-- Setting dune-geometry_LIBRARIES=dunegeometry
-- Performing tests specific to dune-grid from file /home/dune/Dune/dune-grid/cmake/modules/DuneGridMacros.cmake.
-- Could NOT find METIS (missing:  METIS_INCLUDE_DIR METIS_LIBRARY HAVE_METIS_PARTGRAPHKWAY) 
-- Could NOT find ParMETIS (missing:  PARMETIS_INCLUDE_DIR PARMETIS_LIBRARY HAVE_PARMETIS) 
-- Could NOT find OpenGL (missing:  OPENGL_gl_LIBRARY OPENGL_INCLUDE_DIR) 
-- Could NOT find Grape (missing:  X11_FOUND OPENGL_FOUND GRAPE_INCLUDE_DIR GRAPE_LIBRARY _GRAPE_LIB_FUNCTIONAL _GRAPE_HEADER_USABLE) 
-- checking for one of the modules 'psurface'
-- checking for module 'psurface'
--   package 'psurface' not found
-- Could NOT find psurface (missing:  PSURFACE_INCLUDE_DIR PSURFACE_LIBRARY) 
-- Could NOT find AmiraMesh (missing:  AMIRAMESH_INCLUDE_DIR AMIRAMESH_LIBRARY) 
-- Setting dune-grid_INCLUDE_DIRS=/home/dune/Dune/dune-grid
-- Setting dune-grid_LIBRARIES=dunegrid
-- Performing tests specific to dune-alugrid from file /home/dune/Dune/dune-alugrid/cmake/modules/DuneAlugridMacros.cmake.
-- Could NOT find ZLIB (missing:  ZLIB_LIBRARY ZLIB_INCLUDE_DIR) 
-- Could NOT find SIONlib (missing:  SIONLIB_INCLUDE_DIR SIONLIB_LIBRARY SIONLIB_HEADER_USABLE SIONLIB_LIB_WORKS SIONLIB_LIB_SIONSER_WORKS) 
-- Could NOT find DLMalloc (missing:  DLMALLOC_INCLUDE_DIR DLMALLOC_SOURCE_INCLUDE) 
-- Could NOT find PTScotch (missing:  PTSCOTCH_INCLUDE_DIR PTSCOTCH_LIBRARY SCOTCH_LIBRARY PTSCOTCHERR_LIBRARY) 
-- Using scripts from /home/dune/Dune/dune-common/cmake/scripts for creating doxygen stuff.
-- using /home/dune/Dune/dune-common/doc/doxygen/Doxystyle to create doxystyle file
-- Adding custom target for config.h generation
-- 
-- The following OPTIONAL packages have been found:

 * Doxygen
 * PkgConfig
 * BLAS
 * LAPACK
 * GMP
 * Inkscape
 * ALUGrid
 * UG (required version >= 3.11.0)
 * MPI
 * Threads

-- The following REQUIRED packages have been found:

 * dune-common
 * dune-grid
 * dune-geometry

-- The following features have been disabled:

 * Experimental grid extensions , Enables additional grid features.

-- The following OPTIONAL packages have not been found:

 * ThreadsCMake31
 * LATEX
 * METIS
 * ParMETIS
 * Alberta
 * X11
 * OpenGL
 * Grape
 * Psurface
 * AmiraMesh
 * ZLIB
 * SIONlib
 * DLMalloc
 * PTScotch
 * ZOLTAN

-- Configuring done
-- Generating done
-- Build files have been written to: /home/dune/Dune/dune-alugrid/build-cmake
--- dune-alugrid done ---
--- calling configure for dune-testtools ---
/home/dune/Dune/dune-python/lib/dunepythonam2cmake.lib for converting options does not exist
/home/dune/Dune/dune-geometry/lib/dunegeometryam2cmake.lib for converting options does not exist
/home/dune/Dune/dune-testtools/lib/dunetesttoolsam2cmake.lib for converting options does not exist
 cmake -DCMAKE_MODULE_PATH=""  -DCMAKE_DISABLE_FIND_PACKAGE_MPI=FALSE "-Ddune-common_DIR=/home/dune/Dune/dune-common/build-cmake" "-Ddune-python_DIR=/home/dune/Dune/dune-python/build-cmake" "-Ddune-geometry_DIR=/home/dune/Dune/dune-geometry/build-cmake" -DALUGRID_ROOT=/home/dune/Libs/ALUGrid -DUG_ROOT=/home/dune/Libs/ug "-Ddune-grid_DIR=/home/dune/Dune/dune-grid/build-cmake" "-Ddune-alugrid_DIR=/home/dune/Dune/dune-alugrid/build-cmake"  "/home/dune/Dune/dune-testtools"
-- Dependencies for dune-testtools: dune-common;dune-python
-- Suggestions for dune-testtools: dune-grid;dune-alugrid
-- Dependencies for dune-python: dune-common
-- Dependencies for dune-grid: dune-common (>= 2.4.1);dune-geometry (>= 2.4.1)
-- Dependencies for dune-alugrid: dune-grid (>= 2.4)
-- Dependencies for dune-grid: dune-common (>= 2.4.1);dune-geometry (>= 2.4.1)
-- Dependencies for dune-geometry: dune-common (>= 2.4.1)
-- Dependencies for dune-geometry: dune-common (>= 2.4.1)
CMake Warning at /home/dune/Dune/dune-common/cmake/modules/DuneDoc.cmake:27 (message):
   Need latex to create documentation!
Call Stack (most recent call first):
  /home/dune/Dune/dune-common/cmake/modules/DuneMacros.cmake:654 (include)
  CMakeLists.txt:19 (dune_project)


-- Performing tests specific to dune-common from file /home/dune/Dune/dune-common/cmake/modules/DuneCommonMacros.cmake.
-- A library with BLAS API found.
-- A library with LAPACK API found.
-- Setting dune-common_INCLUDE_DIRS=/home/dune/Dune/dune-common
-- Setting dune-common_LIBRARIES=dunecommon
-- Setting dune-geometry_INCLUDE_DIRS=/home/dune/Dune/dune-geometry
-- Setting dune-geometry_LIBRARIES=dunegeometry
-- Performing tests specific to dune-grid from file /home/dune/Dune/dune-grid/cmake/modules/DuneGridMacros.cmake.
-- Could NOT find METIS (missing:  METIS_INCLUDE_DIR METIS_LIBRARY HAVE_METIS_PARTGRAPHKWAY) 
-- Could NOT find ParMETIS (missing:  PARMETIS_INCLUDE_DIR PARMETIS_LIBRARY HAVE_PARMETIS) 
-- Could NOT find OpenGL (missing:  OPENGL_gl_LIBRARY OPENGL_INCLUDE_DIR) 
-- Could NOT find Grape (missing:  X11_FOUND OPENGL_FOUND GRAPE_INCLUDE_DIR GRAPE_LIBRARY _GRAPE_LIB_FUNCTIONAL _GRAPE_HEADER_USABLE) 
-- checking for one of the modules 'psurface'
-- checking for module 'psurface'
--   package 'psurface' not found
-- Could NOT find psurface (missing:  PSURFACE_INCLUDE_DIR PSURFACE_LIBRARY) 
-- Could NOT find AmiraMesh (missing:  AMIRAMESH_INCLUDE_DIR AMIRAMESH_LIBRARY) 
-- Setting dune-grid_INCLUDE_DIRS=/home/dune/Dune/dune-grid
-- Setting dune-grid_LIBRARIES=dunegrid
-- Performing tests specific to dune-alugrid from file /home/dune/Dune/dune-alugrid/cmake/modules/DuneAlugridMacros.cmake.
-- Could NOT find ZLIB (missing:  ZLIB_LIBRARY ZLIB_INCLUDE_DIR) 
-- Could NOT find SIONlib (missing:  SIONLIB_INCLUDE_DIR SIONLIB_LIBRARY SIONLIB_HEADER_USABLE SIONLIB_LIB_WORKS SIONLIB_LIB_SIONSER_WORKS) 
-- Could NOT find DLMalloc (missing:  DLMALLOC_INCLUDE_DIR DLMALLOC_SOURCE_INCLUDE) 
-- Could NOT find PTScotch (missing:  PTSCOTCH_INCLUDE_DIR PTSCOTCH_LIBRARY SCOTCH_LIBRARY PTSCOTCHERR_LIBRARY) 
-- Setting dune-alugrid_INCLUDE_DIRS=/home/dune/Dune/dune-alugrid
-- Setting dune-alugrid_LIBRARIES=dunealugrid
-- Performing tests specific to dune-python from file /home/dune/Dune/dune-python/cmake/modules/DunePythonMacros.cmake.
-- Writing a wrapper script around virtualenv to /home/dune/Dune/dune-testtools/build-cmake/dune-env-2
-- Writing a wrapper script around virtualenv to /home/dune/Dune/dune-testtools/build-cmake/dune-env
-- Writing a wrapper script around virtualenv to /home/dune/Dune/dune-testtools/build-cmake/dune-env-3
-- Writing a wrapper script around virtualenv to /home/dune/Dune/dune-testtools/build-cmake/dune-env
-- Setting dune-python_INCLUDE_DIRS=/home/dune/Dune/dune-python
-- Performing tests specific to dune-testtools from file /home/dune/Dune/dune-testtools/cmake/modules/DuneTesttoolsMacros.cmake.
Checking for presence of package pip with interpreter /usr/bin/python2... found!
Checking for presence of package pip with interpreter /usr/bin/python3... not found!
Obtaining file:///home/dune/Dune/dune-testtools/python
Requirement already satisfied (use --upgrade to upgrade): pyparsing==2.0.6 in /home/dune/Dune/dune-python/build-cmake/python2-env/lib/python2.7/site-packages (from dune.testtools==2.4)
Requirement already satisfied (use --upgrade to upgrade): six>=1.4.1 in /usr/lib/python2.7/dist-packages (from dune.testtools==2.4)
Installing collected packages: dune.testtools
  Running setup.py develop for dune.testtools
Successfully installed dune.testtools-2.4
Obtaining file:///home/dune/Dune/dune-testtools/python
Requirement already satisfied (use --upgrade to upgrade): pyparsing==2.0.6 in /home/dune/Dune/dune-python/build-cmake/python3-env/lib/python3.4/site-packages (from dune.testtools==2.4)
Requirement already satisfied (use --upgrade to upgrade): six>=1.4.1 in /home/dune/Dune/dune-python/build-cmake/python3-env/lib/python3.4/site-packages (from dune.testtools==2.4)
Installing collected packages: dune.testtools
  Running setup.py develop for dune.testtools
Successfully installed dune.testtools-2.4
Requirement already satisfied (use --upgrade to upgrade): pytest in /home/dune/Dune/dune-python/build-cmake/python3-env/lib/python3.4/site-packages
Requirement already satisfied (use --upgrade to upgrade): py>=1.4.29 in /home/dune/Dune/dune-python/build-cmake/python3-env/lib/python3.4/site-packages (from pytest)
Requirement already satisfied (use --upgrade to upgrade): pytest in /home/dune/Dune/dune-python/build-cmake/python2-env/lib/python2.7/site-packages
Requirement already satisfied (use --upgrade to upgrade): py>=1.4.29 in /home/dune/Dune/dune-python/build-cmake/python2-env/lib/python2.7/site-packages (from pytest)
Requirement already satisfied (use --upgrade to upgrade): pytest in /home/dune/Dune/dune-python/build-cmake/python2-env/lib/python2.7/site-packages
Requirement already satisfied (use --upgrade to upgrade): pytest-pep8 in /home/dune/Dune/dune-python/build-cmake/python2-env/lib/python2.7/site-packages
Requirement already satisfied (use --upgrade to upgrade): py>=1.4.29 in /home/dune/Dune/dune-python/build-cmake/python2-env/lib/python2.7/site-packages (from pytest)
Requirement already satisfied (use --upgrade to upgrade): pytest-cache in /home/dune/Dune/dune-python/build-cmake/python2-env/lib/python2.7/site-packages (from pytest-pep8)
Requirement already satisfied (use --upgrade to upgrade): pep8>=1.3 in /home/dune/Dune/dune-python/build-cmake/python2-env/lib/python2.7/site-packages (from pytest-pep8)
Requirement already satisfied (use --upgrade to upgrade): execnet>=1.1.dev1 in /home/dune/Dune/dune-python/build-cmake/python2-env/lib/python2.7/site-packages (from pytest-cache->pytest-pep8)
Requirement already satisfied (use --upgrade to upgrade): apipkg>=1.4 in /home/dune/Dune/dune-python/build-cmake/python2-env/lib/python2.7/site-packages (from execnet>=1.1.dev1->pytest-cache->pytest-pep8)
-- Using scripts from /home/dune/Dune/dune-common/cmake/scripts for creating doxygen stuff.
-- using /home/dune/Dune/dune-common/doc/doxygen/Doxystyle to create doxystyle file
CMake Warning at /home/dune/Dune/dune-python/cmake/modules/DuneSphinxCMakeDoc.cmake:62 (message):
  Unparsed arguments in dune_cmake_sphinx_doc: This often indicates typos!
Call Stack (most recent call first):
  doc/sphinx/CMakeLists.txt:1 (dune_cmake_sphinx_doc)


CMake Warning at /home/dune/Dune/dune-common/cmake/modules/DuneDoc.cmake:91 (message):
  Not adding rule to create technical.pdf as LaTeX is not usable!
Call Stack (most recent call first):
  doc/CMakeLists.txt:5 (dune_add_latex_document)


-- Adding custom target for config.h generation
-- 
-- The following OPTIONAL packages have been found:

 * dune-grid
 * dune-alugrid
 * dune-geometry
 * Doxygen
 * PkgConfig
 * BLAS
 * LAPACK
 * GMP
 * Inkscape
 * ALUGrid
 * UG (required version >= 3.11.0)
 * MPI
 * Threads
 * Python3Interp
 * Python2Interp
 * Sphinx

-- The following REQUIRED packages have been found:

 * dune-common
 * dune-python

-- The following features have been disabled:

 * Experimental grid extensions , Enables additional grid features.

-- The following OPTIONAL packages have not been found:

 * ThreadsCMake31
 * LATEX
 * METIS
 * ParMETIS
 * Alberta
 * X11
 * OpenGL
 * Grape
 * Psurface
 * AmiraMesh
 * ZLIB
 * SIONlib
 * DLMalloc
 * PTScotch
 * ZOLTAN

-- Configuring done
-- Generating done
-- Build files have been written to: /home/dune/Dune/dune-testtools/build-cmake
--- dune-testtools done ---
--- calling configure for dune-spgrid ---
/home/dune/Dune/dune-geometry/lib/dunegeometryam2cmake.lib for converting options does not exist
/home/dune/Dune/dune-spgrid/lib/dunespgridam2cmake.lib for converting options does not exist
 cmake -DCMAKE_MODULE_PATH=""  -DCMAKE_DISABLE_FIND_PACKAGE_MPI=FALSE "-Ddune-common_DIR=/home/dune/Dune/dune-common/build-cmake" "-Ddune-geometry_DIR=/home/dune/Dune/dune-geometry/build-cmake" -DALUGRID_ROOT=/home/dune/Libs/ALUGrid -DUG_ROOT=/home/dune/Libs/ug "-Ddune-grid_DIR=/home/dune/Dune/dune-grid/build-cmake"  "/home/dune/Dune/dune-spgrid"
-- Dependencies for dune-spgrid: dune-grid (>= 2.4)
-- Dependencies for dune-grid: dune-common (>= 2.4.1);dune-geometry (>= 2.4.1)
-- Dependencies for dune-geometry: dune-common (>= 2.4.1)
CMake Warning at /home/dune/Dune/dune-common/cmake/modules/DuneDoc.cmake:27 (message):
   Need latex to create documentation!
Call Stack (most recent call first):
  /home/dune/Dune/dune-common/cmake/modules/DuneMacros.cmake:654 (include)
  CMakeLists.txt:8 (dune_project)


-- Performing tests specific to dune-common from file /home/dune/Dune/dune-common/cmake/modules/DuneCommonMacros.cmake.
-- A library with BLAS API found.
-- A library with LAPACK API found.
-- Setting dune-common_INCLUDE_DIRS=/home/dune/Dune/dune-common
-- Setting dune-common_LIBRARIES=dunecommon
-- Setting dune-geometry_INCLUDE_DIRS=/home/dune/Dune/dune-geometry
-- Setting dune-geometry_LIBRARIES=dunegeometry
-- Performing tests specific to dune-grid from file /home/dune/Dune/dune-grid/cmake/modules/DuneGridMacros.cmake.
-- Could NOT find METIS (missing:  METIS_INCLUDE_DIR METIS_LIBRARY HAVE_METIS_PARTGRAPHKWAY) 
-- Could NOT find ParMETIS (missing:  PARMETIS_INCLUDE_DIR PARMETIS_LIBRARY HAVE_PARMETIS) 
-- Could NOT find OpenGL (missing:  OPENGL_gl_LIBRARY OPENGL_INCLUDE_DIR) 
-- Could NOT find Grape (missing:  X11_FOUND OPENGL_FOUND GRAPE_INCLUDE_DIR GRAPE_LIBRARY _GRAPE_LIB_FUNCTIONAL _GRAPE_HEADER_USABLE) 
-- checking for one of the modules 'psurface'
-- checking for module 'psurface'
--   package 'psurface' not found
-- Could NOT find psurface (missing:  PSURFACE_INCLUDE_DIR PSURFACE_LIBRARY) 
-- Could NOT find AmiraMesh (missing:  AMIRAMESH_INCLUDE_DIR AMIRAMESH_LIBRARY) 
-- Setting dune-grid_INCLUDE_DIRS=/home/dune/Dune/dune-grid
-- Setting dune-grid_LIBRARIES=dunegrid
-- Performing tests specific to dune-spgrid from file /home/dune/Dune/dune-spgrid/cmake/modules/DuneSpgridMacros.cmake.
-- Adding custom target for config.h generation
-- 
-- The following OPTIONAL packages have been found:

 * MPI
 * Doxygen
 * PkgConfig
 * BLAS
 * Threads
 * LAPACK
 * GMP
 * Inkscape
 * ALUGrid
 * UG (required version >= 3.11.0)

-- The following REQUIRED packages have been found:

 * dune-common
 * dune-grid
 * dune-geometry

-- The following features have been disabled:

 * Experimental grid extensions , Enables additional grid features.

-- The following OPTIONAL packages have not been found:

 * ThreadsCMake31
 * LATEX
 * METIS
 * ParMETIS
 * Alberta
 * X11
 * OpenGL
 * Grape
 * Psurface
 * AmiraMesh

-- Configuring done
-- Generating done
-- Build files have been written to: /home/dune/Dune/dune-spgrid/build-cmake
--- dune-spgrid done ---
--- calling configure for dune-istl ---
 cmake -DCMAKE_MODULE_PATH=""  -DCMAKE_DISABLE_FIND_PACKAGE_MPI=FALSE "-Ddune-common_DIR=/home/dune/Dune/dune-common/build-cmake" -DSUPERLU_ROOT=/home/dune/Libs/SuperLU_4.3  "/home/dune/Dune/dune-istl"
-- Dependencies for dune-istl: dune-common (>= 2.4.1)
CMake Warning at /home/dune/Dune/dune-common/cmake/modules/DuneDoc.cmake:27 (message):
   Need latex to create documentation!
Call Stack (most recent call first):
  /home/dune/Dune/dune-common/cmake/modules/DuneMacros.cmake:654 (include)
  CMakeLists.txt:24 (dune_project)


-- Performing tests specific to dune-common from file /home/dune/Dune/dune-common/cmake/modules/DuneCommonMacros.cmake.
-- A library with BLAS API found.
-- A library with LAPACK API found.
-- Setting dune-common_INCLUDE_DIRS=/home/dune/Dune/dune-common
-- Setting dune-common_LIBRARIES=dunecommon
-- Performing tests specific to dune-istl from file /home/dune/Dune/dune-istl/cmake/modules/DuneIstlMacros.cmake.
-- Boost version: 1.54.0
-- Boost version: 1.54.0
-- Checking whether the Boost::FUSION library is available.
-- Boost::FUSION is available
-- Could NOT find METIS (missing:  METIS_INCLUDE_DIR METIS_LIBRARY HAVE_METIS_PARTGRAPHKWAY) 
-- Could NOT find ParMETIS (missing:  PARMETIS_INCLUDE_DIR PARMETIS_LIBRARY HAVE_PARMETIS) 
-- Using scripts from /home/dune/Dune/dune-common/cmake/scripts for creating doxygen stuff.
-- using /home/dune/Dune/dune-common/doc/doxygen/Doxystyle to create doxystyle file
CMake Warning at /home/dune/Dune/dune-common/cmake/modules/DuneDoc.cmake:91 (message):
  Not adding rule to create istl.pdf as LaTeX is not usable!
Call Stack (most recent call first):
  doc/CMakeLists.txt:3 (dune_add_latex_document)


-- Adding custom target for config.h generation
-- 
-- The following OPTIONAL packages have been found:

 * Doxygen
 * PkgConfig
 * LAPACK
 * GMP
 * Inkscape
 * Boost
 * SuperLU
 * SuiteSparse
 * UMFPack
 * MPI
 * Threads

-- The following REQUIRED packages have been found:

 * dune-common

-- The following OPTIONAL packages have not been found:

 * ThreadsCMake31
 * LATEX
 * BoostFusion
 * METIS
 * ParMETIS

-- Configuring done
-- Generating done
-- Build files have been written to: /home/dune/Dune/dune-istl/build-cmake
--- dune-istl done ---
--- calling configure for dune-localfunctions ---
/home/dune/Dune/dune-geometry/lib/dunegeometryam2cmake.lib for converting options does not exist
/home/dune/Dune/dune-localfunctions/lib/dunelocalfunctionsam2cmake.lib for converting options does not exist
 cmake -DCMAKE_MODULE_PATH=""  -DCMAKE_DISABLE_FIND_PACKAGE_MPI=FALSE "-Ddune-common_DIR=/home/dune/Dune/dune-common/build-cmake" "-Ddune-geometry_DIR=/home/dune/Dune/dune-geometry/build-cmake"  "/home/dune/Dune/dune-localfunctions"
-- Dependencies for dune-localfunctions: dune-geometry (>= 2.4.1)
-- Dependencies for dune-geometry: dune-common (>= 2.4.1)
CMake Warning at /home/dune/Dune/dune-common/cmake/modules/DuneDoc.cmake:27 (message):
   Need latex to create documentation!
Call Stack (most recent call first):
  /home/dune/Dune/dune-common/cmake/modules/DuneMacros.cmake:654 (include)
  CMakeLists.txt:23 (dune_project)


-- Performing tests specific to dune-common from file /home/dune/Dune/dune-common/cmake/modules/DuneCommonMacros.cmake.
-- A library with BLAS API found.
-- A library with LAPACK API found.
-- Setting dune-common_INCLUDE_DIRS=/home/dune/Dune/dune-common
-- Setting dune-common_LIBRARIES=dunecommon
-- Setting dune-geometry_INCLUDE_DIRS=/home/dune/Dune/dune-geometry
-- Setting dune-geometry_LIBRARIES=dunegeometry
-- Performing tests specific to dune-localfunctions from file /home/dune/Dune/dune-localfunctions/cmake/modules/DuneLocalfunctionsMacros.cmake.
-- Using scripts from /home/dune/Dune/dune-common/cmake/scripts for creating doxygen stuff.
-- using /home/dune/Dune/dune-common/doc/doxygen/Doxystyle to create doxystyle file
CMake Warning at /home/dune/Dune/dune-common/cmake/modules/DuneDoc.cmake:91 (message):
  Not adding rule to create dune-localfunctions-manual.pdf as LaTeX is not
  usable!
Call Stack (most recent call first):
  doc/CMakeLists.txt:3 (dune_add_latex_document)


-- Adding custom target for config.h generation
-- 
-- The following OPTIONAL packages have been found:

 * MPI
 * Doxygen
 * PkgConfig
 * BLAS
 * Threads
 * LAPACK
 * GMP
 * Inkscape

-- The following REQUIRED packages have been found:

 * dune-common
 * dune-geometry

-- The following OPTIONAL packages have not been found:

 * ThreadsCMake31
 * LATEX

-- Configuring done
-- Generating done
-- Build files have been written to: /home/dune/Dune/dune-localfunctions/build-cmake
--- dune-localfunctions done ---
--- calling configure for dune-typetree ---
/home/dune/Dune/dune-typetree/lib/dunetypetreeam2cmake.lib for converting options does not exist
 cmake -DCMAKE_MODULE_PATH=""  -DCMAKE_DISABLE_FIND_PACKAGE_MPI=FALSE "-Ddune-common_DIR=/home/dune/Dune/dune-common/build-cmake"  "/home/dune/Dune/dune-typetree"
-- Dependencies for dune-typetree: dune-common (>= 2.4.1)
CMake Warning at /home/dune/Dune/dune-common/cmake/modules/DuneDoc.cmake:27 (message):
   Need latex to create documentation!
Call Stack (most recent call first):
  /home/dune/Dune/dune-common/cmake/modules/DuneMacros.cmake:654 (include)
  CMakeLists.txt:22 (dune_project)


-- Performing tests specific to dune-common from file /home/dune/Dune/dune-common/cmake/modules/DuneCommonMacros.cmake.
-- A library with BLAS API found.
-- A library with LAPACK API found.
-- Setting dune-common_INCLUDE_DIRS=/home/dune/Dune/dune-common
-- Setting dune-common_LIBRARIES=dunecommon
-- Performing tests specific to dune-typetree from file /home/dune/Dune/dune-typetree/cmake/modules/DuneTypetreeMacros.cmake.
-- Using scripts from /home/dune/Dune/dune-common/cmake/scripts for creating doxygen stuff.
-- using /home/dune/Dune/dune-common/doc/doxygen/Doxystyle to create doxystyle file
-- Adding custom target for config.h generation
-- 
-- The following OPTIONAL packages have been found:

 * MPI
 * Doxygen
 * PkgConfig
 * BLAS
 * Threads
 * LAPACK
 * GMP
 * Inkscape
 * CXXTemplateAliases
 * CXXDecltype
 * GCCTypeof

-- The following REQUIRED packages have been found:

 * dune-common

-- The following OPTIONAL packages have not been found:

 * ThreadsCMake31
 * LATEX

-- Configuring done
-- Generating done
-- Build files have been written to: /home/dune/Dune/dune-typetree/build-cmake
--- dune-typetree done ---
--- calling configure for dune-pdelab ---
/home/dune/Dune/dune-geometry/lib/dunegeometryam2cmake.lib for converting options does not exist
/home/dune/Dune/dune-localfunctions/lib/dunelocalfunctionsam2cmake.lib for converting options does not exist
/home/dune/Dune/dune-typetree/lib/dunetypetreeam2cmake.lib for converting options does not exist
/home/dune/Dune/dune-pdelab/lib/dunepdelabam2cmake.lib for converting options does not exist
 cmake -DCMAKE_MODULE_PATH=""  -DCMAKE_DISABLE_FIND_PACKAGE_MPI=FALSE "-Ddune-common_DIR=/home/dune/Dune/dune-common/build-cmake" "-Ddune-geometry_DIR=/home/dune/Dune/dune-geometry/build-cmake" -DALUGRID_ROOT=/home/dune/Libs/ALUGrid -DUG_ROOT=/home/dune/Libs/ug "-Ddune-grid_DIR=/home/dune/Dune/dune-grid/build-cmake" "-Ddune-localfunctions_DIR=/home/dune/Dune/dune-localfunctions/build-cmake" -DSUPERLU_ROOT=/home/dune/Libs/SuperLU_4.3 "-Ddune-istl_DIR=/home/dune/Dune/dune-istl/build-cmake" "-Ddune-typetree_DIR=/home/dune/Dune/dune-typetree/build-cmake" "-Ddune-alugrid_DIR=/home/dune/Dune/dune-alugrid/build-cmake"  "/home/dune/Dune/dune-pdelab"
-- Dependencies for dune-pdelab: dune-common (>= 2.4.1);dune-geometry (>= 2.4.1);dune-grid (>= 2.4.1);dune-localfunctions (>= 2.4.1);dune-istl (>= 2.4.1);dune-typetree (>= 2.4.1)
-- Suggestions for dune-pdelab: dune-alugrid
-- Dependencies for dune-geometry: dune-common (>= 2.4.1)
-- Dependencies for dune-grid: dune-common (>= 2.4.1);dune-geometry (>= 2.4.1)
-- Dependencies for dune-localfunctions: dune-geometry (>= 2.4.1)
-- Dependencies for dune-istl: dune-common (>= 2.4.1)
-- Dependencies for dune-typetree: dune-common (>= 2.4.1)
-- Dependencies for dune-alugrid: dune-grid (>= 2.4)
-- Dependencies for dune-geometry: dune-common (>= 2.4.1)
-- Dependencies for dune-grid: dune-common (>= 2.4.1);dune-geometry (>= 2.4.1)
-- Dependencies for dune-geometry: dune-common (>= 2.4.1)
CMake Warning at /home/dune/Dune/dune-common/cmake/modules/DuneDoc.cmake:27 (message):
   Need latex to create documentation!
Call Stack (most recent call first):
  /home/dune/Dune/dune-common/cmake/modules/DuneMacros.cmake:654 (include)
  CMakeLists.txt:23 (dune_project)


-- Performing tests specific to dune-common from file /home/dune/Dune/dune-common/cmake/modules/DuneCommonMacros.cmake.
-- A library with BLAS API found.
-- A library with LAPACK API found.
-- Setting dune-common_INCLUDE_DIRS=/home/dune/Dune/dune-common
-- Setting dune-common_LIBRARIES=dunecommon
-- Setting dune-geometry_INCLUDE_DIRS=/home/dune/Dune/dune-geometry
-- Setting dune-geometry_LIBRARIES=dunegeometry
-- Performing tests specific to dune-grid from file /home/dune/Dune/dune-grid/cmake/modules/DuneGridMacros.cmake.
-- Could NOT find METIS (missing:  METIS_INCLUDE_DIR METIS_LIBRARY HAVE_METIS_PARTGRAPHKWAY) 
-- Could NOT find ParMETIS (missing:  PARMETIS_INCLUDE_DIR PARMETIS_LIBRARY HAVE_PARMETIS) 
-- Could NOT find OpenGL (missing:  OPENGL_gl_LIBRARY OPENGL_INCLUDE_DIR) 
-- Could NOT find Grape (missing:  X11_FOUND OPENGL_FOUND GRAPE_INCLUDE_DIR GRAPE_LIBRARY _GRAPE_LIB_FUNCTIONAL _GRAPE_HEADER_USABLE) 
-- checking for one of the modules 'psurface'
-- checking for module 'psurface'
--   package 'psurface' not found
-- Could NOT find psurface (missing:  PSURFACE_INCLUDE_DIR PSURFACE_LIBRARY) 
-- Could NOT find AmiraMesh (missing:  AMIRAMESH_INCLUDE_DIR AMIRAMESH_LIBRARY) 
-- Setting dune-grid_INCLUDE_DIRS=/home/dune/Dune/dune-grid
-- Setting dune-grid_LIBRARIES=dunegrid
-- Performing tests specific to dune-alugrid from file /home/dune/Dune/dune-alugrid/cmake/modules/DuneAlugridMacros.cmake.
-- Could NOT find ZLIB (missing:  ZLIB_LIBRARY ZLIB_INCLUDE_DIR) 
-- Could NOT find SIONlib (missing:  SIONLIB_INCLUDE_DIR SIONLIB_LIBRARY SIONLIB_HEADER_USABLE SIONLIB_LIB_WORKS SIONLIB_LIB_SIONSER_WORKS) 
-- Could NOT find DLMalloc (missing:  DLMALLOC_INCLUDE_DIR DLMALLOC_SOURCE_INCLUDE) 
-- Could NOT find PTScotch (missing:  PTSCOTCH_INCLUDE_DIR PTSCOTCH_LIBRARY SCOTCH_LIBRARY PTSCOTCHERR_LIBRARY) 
-- Setting dune-alugrid_INCLUDE_DIRS=/home/dune/Dune/dune-alugrid
-- Setting dune-alugrid_LIBRARIES=dunealugrid
-- Performing tests specific to dune-typetree from file /home/dune/Dune/dune-typetree/cmake/modules/DuneTypetreeMacros.cmake.
-- Setting dune-typetree_INCLUDE_DIRS=/home/dune/Dune/dune-typetree
-- Performing tests specific to dune-istl from file /home/dune/Dune/dune-istl/cmake/modules/DuneIstlMacros.cmake.
-- Boost version: 1.54.0
-- Boost version: 1.54.0
-- Checking whether the Boost::FUSION library is available.
-- Boost::FUSION is available
-- Could NOT find METIS (missing:  METIS_INCLUDE_DIR METIS_LIBRARY HAVE_METIS_PARTGRAPHKWAY) 
-- Could NOT find ParMETIS (missing:  PARMETIS_INCLUDE_DIR PARMETIS_LIBRARY HAVE_PARMETIS) 
-- Setting dune-istl_INCLUDE_DIRS=/home/dune/Dune/dune-istl
-- Performing tests specific to dune-localfunctions from file /home/dune/Dune/dune-localfunctions/cmake/modules/DuneLocalfunctionsMacros.cmake.
-- Setting dune-localfunctions_INCLUDE_DIRS=/home/dune/Dune/dune-localfunctions
-- Performing tests specific to dune-pdelab from file /home/dune/Dune/dune-pdelab/cmake/modules/DunePdelabMacros.cmake.
-- PETSc could not be found.  Be sure to set PETSC_DIR and PETSC_ARCH. (missing:  PETSC_INCLUDES PETSC_LIBRARIES PETSC_EXECUTABLE_RUNS) 
CMake Warning at cmake/modules/DunePdelabMacros.cmake:37 (message):
  You are using a sequential UG in a parallel PDELab environment!
Call Stack (most recent call first):
  /home/dune/Dune/dune-common/cmake/modules/DuneMacros.cmake:522 (include)
  /home/dune/Dune/dune-common/cmake/modules/DuneMacros.cmake:665 (dune_process_dependency_macros)
  CMakeLists.txt:23 (dune_project)


-- Using scripts from /home/dune/Dune/dune-common/cmake/scripts for creating doxygen stuff.
-- using /home/dune/Dune/dune-common/doc/doxygen/Doxystyle to create doxystyle file
-- Adding custom target for config.h generation
-- 
-- The following OPTIONAL packages have been found:

 * dune-alugrid
 * Doxygen
 * PkgConfig
 * LAPACK
 * GMP
 * Inkscape
 * ALUGrid
 * UG (required version >= 3.11.0)
 * MPI
 * CXXTemplateAliases
 * CXXDecltype
 * GCCTypeof
 * Boost
 * SuperLU
 * Threads
 * SuiteSparse
 * UMFPack
 * Eigen3

-- The following REQUIRED packages have been found:

 * dune-common
 * dune-geometry
 * dune-grid
 * dune-localfunctions
 * dune-istl
 * dune-typetree

-- The following features have been disabled:

 * Experimental grid extensions , Enables additional grid features.

-- The following OPTIONAL packages have not been found:

 * ThreadsCMake31
 * LATEX
 * Alberta
 * X11
 * OpenGL
 * Grape
 * Psurface
 * AmiraMesh
 * ZLIB
 * SIONlib
 * DLMalloc
 * PTScotch
 * ZOLTAN
 * BoostFusion
 * METIS
 * ParMETIS
 * PETSc

-- Configuring done
-- Generating done
-- Build files have been written to: /home/dune/Dune/dune-pdelab/build-cmake
--- dune-pdelab done ---
--- calling configure for dune-fem ---
/home/dune/Dune/dune-geometry/lib/dunegeometryam2cmake.lib for converting options does not exist
/home/dune/Dune/dune-localfunctions/lib/dunelocalfunctionsam2cmake.lib for converting options does not exist
/home/dune/Dune/dune-spgrid/lib/dunespgridam2cmake.lib for converting options does not exist
 cmake -DCMAKE_MODULE_PATH=""  -DCMAKE_DISABLE_FIND_PACKAGE_MPI=FALSE "-Ddune-common_DIR=/home/dune/Dune/dune-common/build-cmake" "-Ddune-geometry_DIR=/home/dune/Dune/dune-geometry/build-cmake" -DALUGRID_ROOT=/home/dune/Libs/ALUGrid -DUG_ROOT=/home/dune/Libs/ug "-Ddune-grid_DIR=/home/dune/Dune/dune-grid/build-cmake" "-Ddune-alugrid_DIR=/home/dune/Dune/dune-alugrid/build-cmake" -DSUPERLU_ROOT=/home/dune/Libs/SuperLU_4.3 "-Ddune-istl_DIR=/home/dune/Dune/dune-istl/build-cmake" "-Ddune-localfunctions_DIR=/home/dune/Dune/dune-localfunctions/build-cmake" "-Ddune-spgrid_DIR=/home/dune/Dune/dune-spgrid/build-cmake"  "/home/dune/Dune/dune-fem"
-- Dependencies for dune-fem: dune-grid (>= 2.4)
-- Suggestions for dune-fem: dune-alugrid (>= 2.4);dune-istl (>= 2.4);dune-localfunctions (>= 2.4);dune-spgrid (>= 2.4)
-- Dependencies for dune-grid: dune-common (>= 2.4.1);dune-geometry (>= 2.4.1)
-- Dependencies for dune-alugrid: dune-grid (>= 2.4)
-- Dependencies for dune-istl: dune-common (>= 2.4.1)
-- Dependencies for dune-localfunctions: dune-geometry (>= 2.4.1)
-- Dependencies for dune-spgrid: dune-grid (>= 2.4)
-- Dependencies for dune-geometry: dune-common (>= 2.4.1)
-- Dependencies for dune-grid: dune-common (>= 2.4.1);dune-geometry (>= 2.4.1)
-- Dependencies for dune-geometry: dune-common (>= 2.4.1)
-- Dependencies for dune-geometry: dune-common (>= 2.4.1)
CMake Warning at /home/dune/Dune/dune-common/cmake/modules/DuneDoc.cmake:27 (message):
   Need latex to create documentation!
Call Stack (most recent call first):
  /home/dune/Dune/dune-common/cmake/modules/DuneMacros.cmake:654 (include)
  CMakeLists.txt:24 (dune_project)


-- Performing tests specific to dune-common from file /home/dune/Dune/dune-common/cmake/modules/DuneCommonMacros.cmake.
-- A library with BLAS API found.
-- A library with LAPACK API found.
-- Setting dune-common_INCLUDE_DIRS=/home/dune/Dune/dune-common
-- Setting dune-common_LIBRARIES=dunecommon
-- Setting dune-geometry_INCLUDE_DIRS=/home/dune/Dune/dune-geometry
-- Setting dune-geometry_LIBRARIES=dunegeometry
-- Performing tests specific to dune-grid from file /home/dune/Dune/dune-grid/cmake/modules/DuneGridMacros.cmake.
-- Could NOT find METIS (missing:  METIS_INCLUDE_DIR METIS_LIBRARY HAVE_METIS_PARTGRAPHKWAY) 
-- Could NOT find ParMETIS (missing:  PARMETIS_INCLUDE_DIR PARMETIS_LIBRARY HAVE_PARMETIS) 
-- Could NOT find OpenGL (missing:  OPENGL_gl_LIBRARY OPENGL_INCLUDE_DIR) 
-- Could NOT find Grape (missing:  X11_FOUND OPENGL_FOUND GRAPE_INCLUDE_DIR GRAPE_LIBRARY _GRAPE_LIB_FUNCTIONAL _GRAPE_HEADER_USABLE) 
-- checking for one of the modules 'psurface'
-- checking for module 'psurface'
--   package 'psurface' not found
-- Could NOT find psurface (missing:  PSURFACE_INCLUDE_DIR PSURFACE_LIBRARY) 
-- Could NOT find AmiraMesh (missing:  AMIRAMESH_INCLUDE_DIR AMIRAMESH_LIBRARY) 
-- Setting dune-grid_INCLUDE_DIRS=/home/dune/Dune/dune-grid
-- Setting dune-grid_LIBRARIES=dunegrid
-- Performing tests specific to dune-spgrid from file /home/dune/Dune/dune-spgrid/cmake/modules/DuneSpgridMacros.cmake.
-- Setting dune-spgrid_INCLUDE_DIRS=/home/dune/Dune/dune-spgrid
-- Performing tests specific to dune-localfunctions from file /home/dune/Dune/dune-localfunctions/cmake/modules/DuneLocalfunctionsMacros.cmake.
-- Setting dune-localfunctions_INCLUDE_DIRS=/home/dune/Dune/dune-localfunctions
-- Performing tests specific to dune-istl from file /home/dune/Dune/dune-istl/cmake/modules/DuneIstlMacros.cmake.
-- Boost version: 1.54.0
-- Boost version: 1.54.0
-- Checking whether the Boost::FUSION library is available.
-- Boost::FUSION is available
-- Could NOT find METIS (missing:  METIS_INCLUDE_DIR METIS_LIBRARY HAVE_METIS_PARTGRAPHKWAY) 
-- Could NOT find ParMETIS (missing:  PARMETIS_INCLUDE_DIR PARMETIS_LIBRARY HAVE_PARMETIS) 
-- Setting dune-istl_INCLUDE_DIRS=/home/dune/Dune/dune-istl
-- Performing tests specific to dune-alugrid from file /home/dune/Dune/dune-alugrid/cmake/modules/DuneAlugridMacros.cmake.
-- Could NOT find ZLIB (missing:  ZLIB_LIBRARY ZLIB_INCLUDE_DIR) 
-- Could NOT find SIONlib (missing:  SIONLIB_INCLUDE_DIR SIONLIB_LIBRARY SIONLIB_HEADER_USABLE SIONLIB_LIB_WORKS SIONLIB_LIB_SIONSER_WORKS) 
-- Could NOT find DLMalloc (missing:  DLMALLOC_INCLUDE_DIR DLMALLOC_SOURCE_INCLUDE) 
-- Could NOT find PTScotch (missing:  PTSCOTCH_INCLUDE_DIR PTSCOTCH_LIBRARY SCOTCH_LIBRARY PTSCOTCHERR_LIBRARY) 
-- Setting dune-alugrid_INCLUDE_DIRS=/home/dune/Dune/dune-alugrid
-- Setting dune-alugrid_LIBRARIES=dunealugrid
-- Performing tests specific to dune-fem from file /home/dune/Dune/dune-fem/cmake/modules/DuneFemMacros.cmake.
-- Could NOT find SIONlib (missing:  SIONLIB_INCLUDE_DIR SIONLIB_LIBRARY SIONLIB_HEADER_USABLE SIONLIB_LIB_WORKS SIONLIB_LIB_SIONSER_WORKS) 
-- Could NOT find PAPI (missing:  PAPI_INCLUDE_DIR PAPI_LIBRARY PAPI_HEADER_USABLE PAPI_LIB_WORKS) 
-- Updating cmake-modules from Jed Brown into /home/dune/Dune/dune-fem/cmake/modules/petsc/
Already up-to-date.
-- PETSc could not be found.  Be sure to set PETSC_DIR and PETSC_ARCH. (missing:  PETSC_INCLUDES PETSC_LIBRARIES PETSC_EXECUTABLE_RUNS) 
-- Using scripts from /home/dune/Dune/dune-common/cmake/scripts for creating doxygen stuff.
-- using /home/dune/Dune/dune-common/doc/doxygen/Doxystyle to create doxystyle file
-- Adding custom target for config.h generation
-- 
-- The following OPTIONAL packages have been found:

 * dune-alugrid
 * dune-istl
 * dune-localfunctions
 * dune-spgrid
 * Doxygen
 * PkgConfig
 * LAPACK
 * GMP
 * Inkscape
 * ALUGrid
 * UG (required version >= 3.11.0)
 * Boost
 * SuperLU
 * SuiteSparse
 * UMFPack
 * XDR
 * MPI
 * Threads

-- The following REQUIRED packages have been found:

 * dune-common
 * dune-grid
 * dune-geometry

-- The following features have been disabled:

 * Experimental grid extensions , Enables additional grid features.

-- The following OPTIONAL packages have not been found:

 * ThreadsCMake31
 * LATEX
 * Alberta
 * X11
 * OpenGL
 * Grape
 * Psurface
 * AmiraMesh
 * BoostFusion
 * METIS
 * ParMETIS
 * ZLIB
 * DLMalloc
 * PTScotch
 * ZOLTAN
 * SIONlib
 * PAPI
 * PETSc

-- Configuring done
-- Generating done
-- Build files have been written to: /home/dune/Dune/dune-fem/build-cmake
--- dune-fem done ---
--- calling configure for dune-spl ---
/home/dune/Dune/dune-python/lib/dunepythonam2cmake.lib for converting options does not exist
/home/dune/Dune/dune-geometry/lib/dunegeometryam2cmake.lib for converting options does not exist
/home/dune/Dune/dune-testtools/lib/dunetesttoolsam2cmake.lib for converting options does not exist
/home/dune/Dune/dune-spgrid/lib/dunespgridam2cmake.lib for converting options does not exist
/home/dune/Dune/dune-localfunctions/lib/dunelocalfunctionsam2cmake.lib for converting options does not exist
/home/dune/Dune/dune-typetree/lib/dunetypetreeam2cmake.lib for converting options does not exist
/home/dune/Dune/dune-pdelab/lib/dunepdelabam2cmake.lib for converting options does not exist
/home/dune/Dune/dune-spl/lib/dunesplam2cmake.lib for converting options does not exist
 cmake -DCMAKE_MODULE_PATH=""  -DCMAKE_DISABLE_FIND_PACKAGE_MPI=FALSE "-Ddune-common_DIR=/home/dune/Dune/dune-common/build-cmake" "-Ddune-python_DIR=/home/dune/Dune/dune-python/build-cmake" "-Ddune-geometry_DIR=/home/dune/Dune/dune-geometry/build-cmake" -DALUGRID_ROOT=/home/dune/Libs/ALUGrid -DUG_ROOT=/home/dune/Libs/ug "-Ddune-grid_DIR=/home/dune/Dune/dune-grid/build-cmake" "-Ddune-alugrid_DIR=/home/dune/Dune/dune-alugrid/build-cmake" "-Ddune-testtools_DIR=/home/dune/Dune/dune-testtools/build-cmake" "-Ddune-spgrid_DIR=/home/dune/Dune/dune-spgrid/build-cmake" -DSUPERLU_ROOT=/home/dune/Libs/SuperLU_4.3 "-Ddune-istl_DIR=/home/dune/Dune/dune-istl/build-cmake" "-Ddune-localfunctions_DIR=/home/dune/Dune/dune-localfunctions/build-cmake" "-Ddune-typetree_DIR=/home/dune/Dune/dune-typetree/build-cmake" "-Ddune-pdelab_DIR=/home/dune/Dune/dune-pdelab/build-cmake" "-Ddune-fem_DIR=/home/dune/Dune/dune-fem/build-cmake"  "/home/dune/Dune/dune-spl"
-- Dependencies for dune-spl: dune-common;dune-python;dune-geometry;dune-grid;dune-alugrid;dune-testtools;dune-spgrid;dune-istl;dune-localfunctions;dune-typetree;dune-pdelab;dune-fem
-- Dependencies for dune-python: dune-common
-- Dependencies for dune-geometry: dune-common (>= 2.4.1)
-- Dependencies for dune-grid: dune-common (>= 2.4.1);dune-geometry (>= 2.4.1)
-- Dependencies for dune-alugrid: dune-grid (>= 2.4)
-- Dependencies for dune-testtools: dune-common;dune-python
-- Suggestions for dune-testtools: dune-grid;dune-alugrid
-- Dependencies for dune-spgrid: dune-grid (>= 2.4)
-- Dependencies for dune-istl: dune-common (>= 2.4.1)
-- Dependencies for dune-localfunctions: dune-geometry (>= 2.4.1)
-- Dependencies for dune-typetree: dune-common (>= 2.4.1)
-- Dependencies for dune-pdelab: dune-common (>= 2.4.1);dune-geometry (>= 2.4.1);dune-grid (>= 2.4.1);dune-localfunctions (>= 2.4.1);dune-istl (>= 2.4.1);dune-typetree (>= 2.4.1)
-- Suggestions for dune-pdelab: dune-alugrid
-- Dependencies for dune-fem: dune-grid (>= 2.4)
-- Suggestions for dune-fem: dune-alugrid (>= 2.4);dune-istl (>= 2.4);dune-localfunctions (>= 2.4);dune-spgrid (>= 2.4)
-- Dependencies for dune-grid: dune-common (>= 2.4.1);dune-geometry (>= 2.4.1)
-- Dependencies for dune-geometry: dune-common (>= 2.4.1)
-- Dependencies for dune-grid: dune-common (>= 2.4.1);dune-geometry (>= 2.4.1)
-- Dependencies for dune-localfunctions: dune-geometry (>= 2.4.1)
-- Dependencies for dune-istl: dune-common (>= 2.4.1)
-- Dependencies for dune-typetree: dune-common (>= 2.4.1)
-- Dependencies for dune-python: dune-common
-- Dependencies for dune-alugrid: dune-grid (>= 2.4)
-- Dependencies for dune-istl: dune-common (>= 2.4.1)
-- Dependencies for dune-localfunctions: dune-geometry (>= 2.4.1)
-- Dependencies for dune-spgrid: dune-grid (>= 2.4)
-- Dependencies for dune-alugrid: dune-grid (>= 2.4)
-- Dependencies for dune-grid: dune-common (>= 2.4.1);dune-geometry (>= 2.4.1)
-- Dependencies for dune-geometry: dune-common (>= 2.4.1)
-- Dependencies for dune-geometry: dune-common (>= 2.4.1)
-- Dependencies for dune-grid: dune-common (>= 2.4.1);dune-geometry (>= 2.4.1)
-- Dependencies for dune-geometry: dune-common (>= 2.4.1)
CMake Warning at /home/dune/Dune/dune-common/cmake/modules/DuneDoc.cmake:27 (message):
   Need latex to create documentation!
Call Stack (most recent call first):
  /home/dune/Dune/dune-common/cmake/modules/DuneMacros.cmake:654 (include)
  CMakeLists.txt:19 (dune_project)


-- Performing tests specific to dune-common from file /home/dune/Dune/dune-common/cmake/modules/DuneCommonMacros.cmake.
-- A library with BLAS API found.
-- A library with LAPACK API found.
-- Setting dune-common_INCLUDE_DIRS=/home/dune/Dune/dune-common
-- Setting dune-common_LIBRARIES=dunecommon
-- Setting dune-geometry_INCLUDE_DIRS=/home/dune/Dune/dune-geometry
-- Setting dune-geometry_LIBRARIES=dunegeometry
-- Performing tests specific to dune-grid from file /home/dune/Dune/dune-grid/cmake/modules/DuneGridMacros.cmake.
-- Could NOT find METIS (missing:  METIS_INCLUDE_DIR METIS_LIBRARY HAVE_METIS_PARTGRAPHKWAY) 
-- Could NOT find ParMETIS (missing:  PARMETIS_INCLUDE_DIR PARMETIS_LIBRARY HAVE_PARMETIS) 
-- Could NOT find OpenGL (missing:  OPENGL_gl_LIBRARY OPENGL_INCLUDE_DIR) 
-- Could NOT find Grape (missing:  X11_FOUND OPENGL_FOUND GRAPE_INCLUDE_DIR GRAPE_LIBRARY _GRAPE_LIB_FUNCTIONAL _GRAPE_HEADER_USABLE) 
-- checking for one of the modules 'psurface'
-- checking for module 'psurface'
--   package 'psurface' not found
-- Could NOT find psurface (missing:  PSURFACE_INCLUDE_DIR PSURFACE_LIBRARY) 
-- Could NOT find AmiraMesh (missing:  AMIRAMESH_INCLUDE_DIR AMIRAMESH_LIBRARY) 
-- Setting dune-grid_INCLUDE_DIRS=/home/dune/Dune/dune-grid
-- Setting dune-grid_LIBRARIES=dunegrid
-- Performing tests specific to dune-alugrid from file /home/dune/Dune/dune-alugrid/cmake/modules/DuneAlugridMacros.cmake.
-- Could NOT find ZLIB (missing:  ZLIB_LIBRARY ZLIB_INCLUDE_DIR) 
-- Could NOT find SIONlib (missing:  SIONLIB_INCLUDE_DIR SIONLIB_LIBRARY SIONLIB_HEADER_USABLE SIONLIB_LIB_WORKS SIONLIB_LIB_SIONSER_WORKS) 
-- Could NOT find DLMalloc (missing:  DLMALLOC_INCLUDE_DIR DLMALLOC_SOURCE_INCLUDE) 
-- Could NOT find PTScotch (missing:  PTSCOTCH_INCLUDE_DIR PTSCOTCH_LIBRARY SCOTCH_LIBRARY PTSCOTCHERR_LIBRARY) 
-- Setting dune-alugrid_INCLUDE_DIRS=/home/dune/Dune/dune-alugrid
-- Setting dune-alugrid_LIBRARIES=dunealugrid
-- Performing tests specific to dune-spgrid from file /home/dune/Dune/dune-spgrid/cmake/modules/DuneSpgridMacros.cmake.
-- Setting dune-spgrid_INCLUDE_DIRS=/home/dune/Dune/dune-spgrid
-- Performing tests specific to dune-localfunctions from file /home/dune/Dune/dune-localfunctions/cmake/modules/DuneLocalfunctionsMacros.cmake.
-- Setting dune-localfunctions_INCLUDE_DIRS=/home/dune/Dune/dune-localfunctions
-- Performing tests specific to dune-istl from file /home/dune/Dune/dune-istl/cmake/modules/DuneIstlMacros.cmake.
-- Boost version: 1.54.0
-- Boost version: 1.54.0
-- Checking whether the Boost::FUSION library is available.
-- Boost::FUSION is available
-- Could NOT find METIS (missing:  METIS_INCLUDE_DIR METIS_LIBRARY HAVE_METIS_PARTGRAPHKWAY) 
-- Could NOT find ParMETIS (missing:  PARMETIS_INCLUDE_DIR PARMETIS_LIBRARY HAVE_PARMETIS) 
-- Setting dune-istl_INCLUDE_DIRS=/home/dune/Dune/dune-istl
-- Performing tests specific to dune-python from file /home/dune/Dune/dune-python/cmake/modules/DunePythonMacros.cmake.
-- Writing a wrapper script around virtualenv to /home/dune/Dune/dune-spl/build-cmake/dune-env-2
-- Writing a wrapper script around virtualenv to /home/dune/Dune/dune-spl/build-cmake/dune-env
-- Writing a wrapper script around virtualenv to /home/dune/Dune/dune-spl/build-cmake/dune-env-3
-- Writing a wrapper script around virtualenv to /home/dune/Dune/dune-spl/build-cmake/dune-env
-- Setting dune-python_INCLUDE_DIRS=/home/dune/Dune/dune-python
-- Performing tests specific to dune-typetree from file /home/dune/Dune/dune-typetree/cmake/modules/DuneTypetreeMacros.cmake.
-- Setting dune-typetree_INCLUDE_DIRS=/home/dune/Dune/dune-typetree
-- Performing tests specific to dune-fem from file /home/dune/Dune/dune-fem/cmake/modules/DuneFemMacros.cmake.
-- Could NOT find SIONlib (missing:  SIONLIB_INCLUDE_DIR SIONLIB_LIBRARY SIONLIB_HEADER_USABLE SIONLIB_LIB_WORKS SIONLIB_LIB_SIONSER_WORKS) 
-- Could NOT find PAPI (missing:  PAPI_INCLUDE_DIR PAPI_LIBRARY PAPI_HEADER_USABLE PAPI_LIB_WORKS) 
-- Updating cmake-modules from Jed Brown into /home/dune/Dune/dune-fem/cmake/modules/petsc/
Already up-to-date.
-- PETSc could not be found.  Be sure to set PETSC_DIR and PETSC_ARCH. (missing:  PETSC_INCLUDES PETSC_LIBRARIES PETSC_EXECUTABLE_RUNS) 
-- Setting dune-fem_INCLUDE_DIRS=/home/dune/Dune/dune-fem
-- Setting dune-fem_LIBRARIES=dunefem
-- Performing tests specific to dune-pdelab from file /home/dune/Dune/dune-pdelab/cmake/modules/DunePdelabMacros.cmake.
-- PETSc could not be found.  Be sure to set PETSC_DIR and PETSC_ARCH. (missing:  PETSC_INCLUDES PETSC_LIBRARIES PETSC_EXECUTABLE_RUNS) 
CMake Warning at /home/dune/Dune/dune-pdelab/cmake/modules/DunePdelabMacros.cmake:37 (message):
  You are using a sequential UG in a parallel PDELab environment!
Call Stack (most recent call first):
  /home/dune/Dune/dune-common/cmake/modules/DuneMacros.cmake:522 (include)
  /home/dune/Dune/dune-common/cmake/modules/DuneMacros.cmake:665 (dune_process_dependency_macros)
  CMakeLists.txt:19 (dune_project)


-- Setting dune-pdelab_INCLUDE_DIRS=/home/dune/Dune/dune-pdelab
-- Setting dune-pdelab_LIBRARIES=dunepdelab
-- Performing tests specific to dune-testtools from file /home/dune/Dune/dune-testtools/cmake/modules/DuneTesttoolsMacros.cmake.
-- Setting dune-testtools_INCLUDE_DIRS=/home/dune/Dune/dune-testtools
-- Performing tests specific to dune-spl from file /home/dune/Dune/dune-spl/cmake/modules/DuneSplMacros.cmake.
-- Using scripts from /home/dune/Dune/dune-common/cmake/scripts for creating doxygen stuff.
-- using /home/dune/Dune/dune-common/doc/doxygen/Doxystyle to create doxystyle file
-- Adding custom target for config.h generation
-- 
-- The following OPTIONAL packages have been found:

 * Doxygen
 * PkgConfig
 * LAPACK
 * GMP
 * Inkscape
 * ALUGrid
 * UG (required version >= 3.11.0)
 * MPI
 * Boost
 * SuperLU
 * Threads
 * SuiteSparse
 * UMFPack
 * Python3Interp
 * Python2Interp
 * Sphinx
 * CXXTemplateAliases
 * CXXDecltype
 * GCCTypeof
 * XDR
 * Eigen3

-- The following REQUIRED packages have been found:

 * dune-common
 * dune-python
 * dune-geometry
 * dune-grid
 * dune-alugrid
 * dune-testtools
 * dune-spgrid
 * dune-istl
 * dune-localfunctions
 * dune-typetree
 * dune-pdelab
 * dune-fem

-- The following features have been disabled:

 * Experimental grid extensions , Enables additional grid features.

-- The following OPTIONAL packages have not been found:

 * ThreadsCMake31
 * LATEX
 * Alberta
 * X11
 * OpenGL
 * Grape
 * Psurface
 * AmiraMesh
 * ZLIB
 * DLMalloc
 * PTScotch
 * ZOLTAN
 * BoostFusion
 * METIS
 * ParMETIS
 * SIONlib
 * PAPI
 * PETSc

-- Configuring done
-- Generating done
-- Build files have been written to: /home/dune/Dune/dune-spl/build-cmake
--- dune-spl done ---
--- done ---
--- going to build dune-common dune-python dune-geometry dune-grid dune-alugrid dune-testtools dune-spgrid dune-istl dune-localfunctions dune-typetree dune-pdelab dune-fem dune-spl  ---
--- calling make for dune-common ---
build directory: build-cmake
cmake --build . --  "all"
[ 76%] Built target dunecommon
[ 84%] Built target indexset
[ 92%] Built target poosc08
[100%] Built target poosc08_test
--- dune-common done ---
--- calling make for dune-python ---
build directory: build-cmake
cmake --build . --  "all"
--- dune-python done ---
--- calling make for dune-geometry ---
build directory: build-cmake
cmake --build . --  "all"
[100%] Built target dunegeometry
--- dune-geometry done ---
--- calling make for dune-grid ---
build directory: build-cmake
cmake --build . --  "all"
[100%] Built target dunegrid
--- dune-grid done ---
--- calling make for dune-alugrid ---
build directory: build-cmake
cmake --build . --  "all"
[100%] Built target dunealugrid
--- dune-alugrid done ---
--- calling make for dune-testtools ---
build directory: build-cmake
cmake --build . --  "all"
[  4%] Built target outputtreetest
[  8%] Built target triggertest
[ 13%] Built target constructiontest
[ 17%] Built target dt1_0000
[ 21%] Built target statictest_1
[ 26%] Built target statictest_2
[ 30%] Built target dyntest1
[ 34%] Built target dyntest2
[ 39%] Built target onemacrodyntest1
[ 43%] Built target onemacrodyntest2
[ 47%] Built target allvariants_1
[ 52%] Built target allvariants_2
[ 56%] Built target parallel_1
[ 60%] Built target parallel_2
[ 65%] Built target convergence_test_0000
[ 69%] Built target convergence_test_0001
[ 73%] Built target outputcompare
[ 78%] Built target vtkcompare_multiple
[ 82%] Built target vtkcompare_single
[ 86%] Built target expansion_ug
[ 91%] Built target expansion_yasp
[ 95%] Built target mysystemtest_0000
[100%] Built target mysystemtest_0001
--- dune-testtools done ---
--- calling make for dune-spgrid ---
build directory: build-cmake
cmake --build . --  "all"
[100%] Built target iterators
--- dune-spgrid done ---
--- calling make for dune-istl ---
build directory: build-cmake
cmake --build . --  "all"
[100%] Built target example
--- dune-istl done ---
--- calling make for dune-localfunctions ---
build directory: build-cmake
cmake --build . --  "all"
--- dune-localfunctions done ---
--- calling make for dune-typetree ---
build directory: build-cmake
cmake --build . --  "all"
--- dune-typetree done ---
--- calling make for dune-pdelab ---
build directory: build-cmake
cmake --build . --  "all"
[100%] Built target dunepdelab
--- dune-pdelab done ---
--- calling make for dune-fem ---
build directory: build-cmake
cmake --build . --  "all"
[100%] Built target dunefem
--- dune-fem done ---
--- calling make for dune-spl ---
build directory: build-cmake
cmake --build . --  "all"
[  1%] Building CXX object src/CMakeFiles/diffusion_0000.dir/diffusion.cc.o
In file included from /home/dune/Dune/dune-spl/src/diffusion.cc:15:0:
/home/dune/Dune/dune-common/dune/common/static_assert.hh:6:2: warning: #warning This header and the macro dune_static_assert are deprecated, use static_assert instead. [-Wcpp]
 #warning This header and the macro dune_static_assert are deprecated, use static_assert instead.
  ^
In file included from /home/dune/Dune/dune-spl/src/diffusion.cc:30:0:
/home/dune/Dune/dune-alugrid/dune/alugrid/grid.hh:10:2: warning: #warning "Using old ALUGrid version from dune-grid" [-Wcpp]
 #warning "Using old ALUGrid version from dune-grid"
  ^
In file included from /home/dune/Dune/dune-grid/dune/grid/alugrid/common/declaration.hh:13:0,
                 from /home/dune/Dune/dune-grid/dune/grid/alugrid.hh:9,
                 from /home/dune/Dune/dune-alugrid/dune/alugrid/grid.hh:11,
                 from /home/dune/Dune/dune-spl/src/diffusion.cc:30:
/home/dune/Dune/dune-grid/dune/grid/alugrid/common/checkparallel.hh:13:6: warning: #warning "The ALUGrid-library wasn't compiled for parallel usage. Reconfigure  using the MPI compiler script or compile Dune without the MPI support!  Defaulting to serial ALUGrid!" [-Wcpp]
     #warning "The ALUGrid-library wasn't compiled for parallel usage. Reconfigure\
      ^
In file included from /home/dune/Dune/dune-spl/src/diffusion.cc:34:0:
/home/dune/Dune/dune-pdelab/dune/pdelab/backend/istlmatrixbackend.hh:3:2: warning: #warning "The file dune/pdelab/backend/istlmatrixbackend.hh is deprecated. Please use dune/pdelab/backend/istl.hh instead." [-Wcpp]
 #warning "The file dune/pdelab/backend/istlmatrixbackend.hh is deprecated. Please use dune/pdelab/backend/istl.hh instead."
  ^
In file included from /home/dune/Dune/dune-spl/src/diffusion.cc:36:0:
/home/dune/Dune/dune-pdelab/dune/pdelab/backend/istlvectorbackend.hh:4:2: warning: #warning "The file dune/pdelab/backend/istlvectorbackend.hh is deprecated. Please use dune/pdelab/backend/istl.hh instead." [-Wcpp]
 #warning "The file dune/pdelab/backend/istlvectorbackend.hh is deprecated. Please use dune/pdelab/backend/istl.hh instead."
  ^
/home/dune/Dune/dune-spl/src/diffusion.cc: In function 'int main(int, char**)':
/home/dune/Dune/dune-spl/src/diffusion.cc:129:31: warning: 'using ISTLVectorBackend = struct Dune::PDELab::istl::VectorBackend<>' is deprecated (declared at /home/dune/Dune/dune-pdelab/dune/pdelab/backend/istl/descriptors.hh:102): "ISTLVectorBackend is deprecated and will be removed after PDELab 2.4. Use istl::VectorBackend instead" [-Wdeprecated-declarations]
     using VBE = Dune::PDELab::ISTLVectorBackend<>;
                               ^
/home/dune/Dune/dune-spl/src/diffusion.cc:154:31: warning: 'ISTLMatrixBackend' is deprecated (declared at /home/dune/Dune/dune-pdelab/dune/pdelab/backend/istl/descriptors.hh:114): "ISTLMatrixBackend has been deprecated and will be removed after the release of PDELab 2.4. Use istl::BCRSMatrixBackend with the newer pattern construction method instead" [-Wdeprecated-declarations]
     using MBE = Dune::PDELab::ISTLMatrixBackend;
                               ^
/home/dune/Dune/dune-spl/src/diffusion.cc:154:48: warning: 'ISTLMatrixBackend' is deprecated (declared at /home/dune/Dune/dune-pdelab/dune/pdelab/backend/istl/descriptors.hh:114): "ISTLMatrixBackend has been deprecated and will be removed after the release of PDELab 2.4. Use istl::BCRSMatrixBackend with the newer pattern construction method instead" [-Wdeprecated-declarations]
     using MBE = Dune::PDELab::ISTLMatrixBackend;
                                                ^
/home/dune/Dune/dune-spl/src/diffusion.cc:200:88: warning: 'void Dune::VTKWriter<GridView>::addVertexData(Dune::VTKWriter<GridView>::VTKFunction*) [with GridView = Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >; Dune::VTKWriter<GridView>::VTKFunction = Dune::VTKFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> > >]' is deprecated (declared at /home/dune/Dune/dune-grid/dune/grid/io/file/vtk/vtkwriter.hh:643): "Don't pass raw pointers, use the version with shared_ptr" [-Wdeprecated-declarations]
     vtkwriter.addVertexData(new Dune::PDELab::VTKGridFunctionAdapter<UDGF>(udgf, "u_h"));
                                                                                        ^
/home/dune/Dune/dune-spl/src/diffusion.cc:201:80: warning: 'void Dune::VTKWriter<GridView>::addVertexData(Dune::VTKWriter<GridView>::VTKFunction*) [with GridView = Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >; Dune::VTKWriter<GridView>::VTKFunction = Dune::VTKFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> > >]' is deprecated (declared at /home/dune/Dune/dune-grid/dune/grid/io/file/vtk/vtkwriter.hh:643): "Don't pass raw pointers, use the version with shared_ptr" [-Wdeprecated-declarations]
     vtkwriter.addVertexData(new Dune::PDELab::VTKGridFunctionAdapter<G>(g, "u"));
                                                                                ^
In file included from /home/dune/Dune/dune-pdelab/dune/pdelab/constraints/common/constraints.hh:13:0,
                 from /home/dune/Dune/dune-pdelab/dune/pdelab/backend/istl/seqistlsolverbackend.hh:21,
                 from /home/dune/Dune/dune-pdelab/dune/pdelab/backend/istl/istlsolverbackend.hh:6,
                 from /home/dune/Dune/dune-pdelab/dune/pdelab/backend/istl.hh:7,
                 from /home/dune/Dune/dune-pdelab/dune/pdelab/backend/istlmatrixbackend.hh:4,
                 from /home/dune/Dune/dune-spl/src/diffusion.cc:34:
/home/dune/Dune/dune-pdelab/dune/pdelab/common/intersectiontype.hh: In instantiation of 'std::tuple<Dune::PDELab::IntersectionType, typename EntitySet::Element> Dune::PDELab::classifyIntersection(const EntitySet&, const Intersection&) [with EntitySet = Dune::PDELab::PartitionViewEntitySet<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PartitionSet<31u> >; Intersection = Dune::Intersection<const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u>, Dune::LeafIntersectionWrapper<const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u> > >; typename EntitySet::Element = Dune::Entity<0, 2, const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u>, Dune::ALU2dGridEntity>]':
/home/dune/Dune/dune-pdelab/dune/pdelab/constraints/common/constraints.hh:633:74:   required from 'static void Dune::PDELab::ConstraintsAssemblerHelper<P, GFS, CG, isFunction>::assemble(const P&, const GFS&, CG&, bool) [with P = Dune::PDELab::ConvectionDiffusionBoundaryConditionAdapter<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double> >; GFS = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >; CG = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>; bool isFunction = false]'
/home/dune/Dune/dune-pdelab/dune/pdelab/constraints/common/constraints.hh:782:98:   required from 'void Dune::PDELab::constraints(const P&, const GFS&, CG&, bool) [with P = Dune::PDELab::ConvectionDiffusionBoundaryConditionAdapter<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double> >; GFS = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >; CG = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>]'
/home/dune/Dune/dune-spl/src/diffusion.cc:168:46:   required from here
/home/dune/Dune/dune-pdelab/dune/pdelab/common/intersectiontype.hh:46:51: error: could not convert 'std::make_tuple(_Elements&& ...) [with _Elements = {Dune::PDELab::IntersectionType&, Dune::EntityPointer<const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u>, Dune::ALU2dGridEntityPointer<0, const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u> > >}]((* & Dune::Intersection<GridImp, IntersectionImp>::outside() const [with GridImp = const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u>; IntersectionImp = Dune::LeafIntersectionWrapper<const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u> >; typename std::conditional<std::is_same<decltype (((Dune::Intersection<GridImp, IntersectionImp>*)0)->Dune::Intersection<GridImp, IntersectionImp>::real.outside()), typename GridImp::Codim<0>::Entity>::value, typename GridImp::Codim<0>::Entity, typename GridImp::Codim<0>::EntityPointer>::type = Dune::EntityPointer<const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u>, Dune::ALU2dGridEntityPointer<0, const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u> > >]()))' from 'std::tuple<Dune::PDELab::IntersectionType, Dune::EntityPointer<const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u>, Dune::ALU2dGridEntityPointer<0, const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u> > > >' to 'std::tuple<Dune::PDELab::IntersectionType, Dune::Entity<0, 2, const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u>, Dune::ALU2dGridEntity> >'
           return std::make_tuple(type,is.outside());
                                                   ^
/home/dune/Dune/dune-pdelab/dune/pdelab/common/intersectiontype.hh:51:57: error: could not convert 'std::make_tuple(_Elements&& ...) [with _Elements = {Dune::PDELab::IntersectionType&, Dune::EntityPointer<const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u>, Dune::ALU2dGridEntityPointer<0, const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u> > >&}]((* & outside_entity))' from 'std::tuple<Dune::PDELab::IntersectionType, Dune::EntityPointer<const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u>, Dune::ALU2dGridEntityPointer<0, const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u> > > >' to 'std::tuple<Dune::PDELab::IntersectionType, Dune::Entity<0, 2, const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u>, Dune::ALU2dGridEntity> >'
               return std::make_tuple(type,outside_entity);
                                                         ^
/home/dune/Dune/dune-pdelab/dune/pdelab/common/intersectiontype.hh:53:91: error: could not convert 'std::make_tuple(_Elements&& ...) [with _Elements = {Dune::PDELab::IntersectionType, Dune::EntityPointer<const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u>, Dune::ALU2dGridEntityPointer<0, const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u> > >}]((* & std::move<Dune::EntityPointer<const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u>, Dune::ALU2dGridEntityPointer<0, const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u> > >&>((* & outside_entity))))' from 'std::tuple<Dune::PDELab::IntersectionType, Dune::EntityPointer<const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u>, Dune::ALU2dGridEntityPointer<0, const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u> > > >' to 'std::tuple<Dune::PDELab::IntersectionType, Dune::Entity<0, 2, const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u>, Dune::ALU2dGridEntity> >'
               return std::make_tuple(IntersectionType::processor,std::move(outside_entity));
                                                                                           ^
/home/dune/Dune/dune-pdelab/dune/pdelab/common/intersectiontype.hh:56:61: error: could not convert 'std::make_tuple(_Elements&& ...) [with _Elements = {Dune::PDELab::IntersectionType&, Dune::EntityPointer<const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u>, Dune::ALU2dGridEntityPointer<0, const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u> > >}]((* & Dune::EntityPointer<const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u>, Dune::ALU2dGridEntityPointer<0, const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u> > >()))' from 'std::tuple<Dune::PDELab::IntersectionType, Dune::EntityPointer<const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u>, Dune::ALU2dGridEntityPointer<0, const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u> > > >' to 'std::tuple<Dune::PDELab::IntersectionType, Dune::Entity<0, 2, const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u>, Dune::ALU2dGridEntity> >'
         return std::make_tuple(type,decltype(is.outside()){});
                                                             ^
In file included from /home/dune/Dune/dune-grid/dune/grid/common/grid.hh:1479:0,
                 from /home/dune/Dune/dune-grid/dune/grid/yaspgrid.hh:19,
                 from /home/dune/Dune/dune-spl/src/diffusion.cc:17:
/home/dune/Dune/dune-grid/dune/grid/common/intersection.hh: In instantiation of 'typename std::conditional<std::is_same<decltype (((Dune::Intersection<GridImp, IntersectionImp>*)0)->Dune::Intersection<GridImp, IntersectionImp>::real.outside()), typename GridImp::Codim<0>::Entity>::value, typename GridImp::Codim<0>::Entity, typename GridImp::Codim<0>::EntityPointer>::type Dune::Intersection<GridImp, IntersectionImp>::outside() const [with GridImp = const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u>; IntersectionImp = Dune::LeafIntersectionWrapper<const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u> >; typename std::conditional<std::is_same<decltype (((Dune::Intersection<GridImp, IntersectionImp>*)0)->Dune::Intersection<GridImp, IntersectionImp>::real.outside()), typename GridImp::Codim<0>::Entity>::value, typename GridImp::Codim<0>::Entity, typename GridImp::Codim<0>::EntityPointer>::type = Dune::EntityPointer<const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u>, Dune::ALU2dGridEntityPointer<0, const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u> > >]':
/home/dune/Dune/dune-pdelab/dune/pdelab/common/intersectiontype.hh:46:51:   required from 'std::tuple<Dune::PDELab::IntersectionType, typename EntitySet::Element> Dune::PDELab::classifyIntersection(const EntitySet&, const Intersection&) [with EntitySet = Dune::PDELab::PartitionViewEntitySet<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PartitionSet<31u> >; Intersection = Dune::Intersection<const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u>, Dune::LeafIntersectionWrapper<const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u> > >; typename EntitySet::Element = Dune::Entity<0, 2, const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u>, Dune::ALU2dGridEntity>]'
/home/dune/Dune/dune-pdelab/dune/pdelab/constraints/common/constraints.hh:633:74:   required from 'static void Dune::PDELab::ConstraintsAssemblerHelper<P, GFS, CG, isFunction>::assemble(const P&, const GFS&, CG&, bool) [with P = Dune::PDELab::ConvectionDiffusionBoundaryConditionAdapter<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double> >; GFS = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >; CG = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>; bool isFunction = false]'
/home/dune/Dune/dune-pdelab/dune/pdelab/constraints/common/constraints.hh:782:98:   required from 'void Dune::PDELab::constraints(const P&, const GFS&, CG&, bool) [with P = Dune::PDELab::ConvectionDiffusionBoundaryConditionAdapter<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double> >; GFS = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >; CG = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>]'
/home/dune/Dune/dune-spl/src/diffusion.cc:168:46:   required from here
/home/dune/Dune/dune-grid/dune/grid/common/intersection.hh:312:80: warning: 'static typename std::enable_if<(! std::is_same<E, typename Dune::Entity<0, dim, GridImp, EntityImp>::Codim<E:: codimension>::Entity>::value)>::type Dune::Entity<0, dim, GridImp, EntityImp>::warnOnDeprecatedEntityPointer() [with E = Dune::EntityPointer<const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u>, Dune::ALU2dGridEntityPointer<0, const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u> > >; int dim = 2; GridImp = const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u>; EntityImp = Dune::ALU2dGridEntity; typename std::enable_if<(! std::is_same<E, typename Dune::Entity<0, dim, GridImp, EntityImp>::Codim<E:: codimension>::Entity>::value)>::type = void]' is deprecated (declared at /home/dune/Dune/dune-grid/dune/grid/common/entity.hh:714): "This grid still returns EntityPointers instead of Entities" [-Wdeprecated-declarations]
       Entity::template warnOnDeprecatedEntityPointer<decltype(real.outside())>();
                                                                                ^
In file included from /home/dune/Dune/dune-grid/dune/grid/common/entity.hh:12:0,
                 from /home/dune/Dune/dune-grid/dune/grid/common/grid.hh:1477,
                 from /home/dune/Dune/dune-grid/dune/grid/yaspgrid.hh:19,
                 from /home/dune/Dune/dune-spl/src/diffusion.cc:17:
/home/dune/Dune/dune-grid/dune/grid/common/entitypointer.hh: In instantiation of 'Dune::EntityPointer<GridImp, EntityPointerImp>::operator const T&() const [with T = Dune::Entity<0, 2, const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u>, Dune::ALU2dGridEntity>; typename std::enable_if<std::is_same<T, typename IteratorImp::Entity>::value, int>::type <anonymous> = 0; GridImp = const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u>; IteratorImp = Dune::ALU2dGridEntityPointer<0, const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u> >]':
/home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:283:52:   required from 'void Dune::PDELab::ConvectionDiffusionDG<T, FiniteElementMap>::alpha_skeleton(const IG&, const LFSU&, const X&, const LFSV&, const LFSU&, const X&, const LFSV&, R&, R&) const [with IG = Dune::PDELab::IntersectionGeometry<Dune::Intersection<const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u>, Dune::LeafIntersectionWrapper<const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u> > > >; LFSU = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::AnySpaceTag>; X = Dune::PDELab::LocalVector<double, Dune::PDELab::AnySpaceTag, double>; LFSV = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::AnySpaceTag>; R = Dune::PDELab::WeightedVectorAccumulationView<Dune::PDELab::LocalVector<double, Dune::PDELab::AnySpaceTag, double> >; T = Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double>; FiniteElementMap = Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>]'
/home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/callswitch.hh:248:9:   required from 'static void Dune::PDELab::LocalAssemblerCallSwitch<LA, true>::alpha_skeleton(const LA&, const IG&, const LFSU&, const X&, const LFSV&, const LFSU&, const X&, const LFSV&, R&, R&) [with IG = Dune::PDELab::IntersectionGeometry<Dune::Intersection<const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u>, Dune::LeafIntersectionWrapper<const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u> > > >; LFSU = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::AnySpaceTag>; X = Dune::PDELab::LocalVector<double, Dune::PDELab::AnySpaceTag, double>; LFSV = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::AnySpaceTag>; R = Dune::PDELab::WeightedVectorAccumulationView<Dune::PDELab::LocalVector<double, Dune::PDELab::AnySpaceTag, double> >; LA = Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u> >]'
/home/dune/Dune/dune-pdelab/dune/pdelab/gridoperator/default/residualengine.hh:262:41:   required from 'void Dune::PDELab::DefaultLocalResidualAssemblerEngine<LA>::assembleUVSkeleton(const IG&, const LFSUC&, const LFSVC&, const LFSUC&, const LFSVC&) [with IG = Dune::PDELab::IntersectionGeometry<Dune::Intersection<const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u>, Dune::LeafIntersectionWrapper<const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u> > > >; LFSUC = Dune::PDELab::LFSIndexCache<Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::AnySpaceTag>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double> >; LFSVC = Dune::PDELab::LFSIndexCache<Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::AnySpaceTag>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double> >; LA = Dune::PDELab::DefaultLocalAssembler<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u> >, Dune::PDELab::ISTLMatrixBackend, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double> >, Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u> >, false>]'
/home/dune/Dune/dune-pdelab/dune/pdelab/gridoperator/default/assembler.hh:209:35:   required from 'void Dune::PDELab::DefaultAssembler<GFSU, GFSV, CU, CV, nonoverlapping_mode>::assemble(LocalAssemblerEngine&) const [with LocalAssemblerEngine = Dune::PDELab::DefaultLocalResidualAssemblerEngine<Dune::PDELab::DefaultLocalAssembler<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u> >, Dune::PDELab::ISTLMatrixBackend, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double> >, Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u> >, false> >; GFSU = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >; GFSV = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >; CU = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>; CV = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>; bool nonoverlapping_mode = true]'
/home/dune/Dune/dune-pdelab/dune/pdelab/gridoperator/gridoperator.hh:196:9:   required from 'void Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV, nonoverlapping_mode>::residual(const Domain&, Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV, nonoverlapping_mode>::Range&) const [with GFSU = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >; GFSV = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >; LOP = Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u> >; MB = Dune::PDELab::ISTLMatrixBackend; DF = double; RF = double; JF = double; CU = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>; CV = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>; int nonoverlapping_mode = -1; Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV, nonoverlapping_mode>::Domain = Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV, nonoverlapping_mode>::Range = Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/home/dune/Dune/dune-pdelab/dune/pdelab/newton/newton.hh:173:9:   required from 'void Dune::PDELab::NewtonSolver<GOS, S, TrlV, TstV>::defect(Dune::PDELab::NewtonSolver<GOS, S, TrlV, TstV>::TestVector&) [with GOS = Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u> >, Dune::PDELab::ISTLMatrixBackend, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double> >; S = Dune::PDELab::ISTLBackend_SEQ_BCGS_Jac; TrlV = Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; TstV = Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; Dune::PDELab::NewtonSolver<GOS, S, TrlV, TstV>::TestVector = Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/home/dune/Dune/dune-pdelab/dune/pdelab/newton/newton.hh:239:11:   required from 'void Dune::PDELab::NewtonSolver<GOS, S, TrlV, TstV>::apply() [with GOS = Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u> >, Dune::PDELab::ISTLMatrixBackend, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double> >; S = Dune::PDELab::ISTLBackend_SEQ_BCGS_Jac; TrlV = Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; TstV = Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/home/dune/Dune/dune-spl/src/diffusion.cc:193:15:   required from here
/home/dune/Dune/dune-grid/dune/grid/common/entitypointer.hh:262:34: warning: 'void Dune::EntityPointer<GridImp, EntityPointerImp>::trigger_entity_cast_warning() const [with T = Dune::Entity<0, 2, const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u>, Dune::ALU2dGridEntity>; GridImp = const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u>; IteratorImp = Dune::ALU2dGridEntityPointer<0, const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u> >]' is deprecated (declared at /home/dune/Dune/dune-grid/dune/grid/common/entitypointer.hh:255): "The implicit cast from EntityPointer to an Entity reference is DANGEROUS. It's mainly there for writing backwards compatible code that doesn't trigger a deprecation warning for ported grids and must ONLY be used if the returned reference is used in an rvalue-like setting!" [-Wdeprecated-declarations]
       trigger_entity_cast_warning<T>();
                                  ^
In file included from /home/dune/Dune/dune-grid/dune/grid/common/grid.hh:1479:0,
                 from /home/dune/Dune/dune-grid/dune/grid/yaspgrid.hh:19,
                 from /home/dune/Dune/dune-spl/src/diffusion.cc:17:
/home/dune/Dune/dune-grid/dune/grid/common/intersection.hh: In instantiation of 'typename std::conditional<std::is_same<decltype (((Dune::Intersection<GridImp, IntersectionImp>*)0)->Dune::Intersection<GridImp, IntersectionImp>::real.inside()), typename GridImp::Codim<0>::Entity>::value, typename GridImp::Codim<0>::Entity, typename GridImp::Codim<0>::EntityPointer>::type Dune::Intersection<GridImp, IntersectionImp>::inside() const [with GridImp = const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u>; IntersectionImp = Dune::LeafIntersectionWrapper<const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u> >; typename std::conditional<std::is_same<decltype (((Dune::Intersection<GridImp, IntersectionImp>*)0)->Dune::Intersection<GridImp, IntersectionImp>::real.inside()), typename GridImp::Codim<0>::Entity>::value, typename GridImp::Codim<0>::Entity, typename GridImp::Codim<0>::EntityPointer>::type = Dune::EntityPointer<const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u>, Dune::ALU2dGridEntityPointer<0, const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u> > >]':
/home/dune/Dune/dune-pdelab/dune/pdelab/common/geometrywrapper.hh:232:25:   required from 'typename std::conditional<std::is_same<decltype (((Dune::PDELab::IntersectionGeometry<I>*)0)->Dune::PDELab::IntersectionGeometry<I>::i.inside()), typename I::Entity>::value, typename I::Entity, typename I::EntityPointer>::type Dune::PDELab::IntersectionGeometry<I>::inside() const [with I = Dune::Intersection<const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u>, Dune::LeafIntersectionWrapper<const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u> > >; typename std::conditional<std::is_same<decltype (((Dune::PDELab::IntersectionGeometry<I>*)0)->Dune::PDELab::IntersectionGeometry<I>::i.inside()), typename I::Entity>::value, typename I::Entity, typename I::EntityPointer>::type = Dune::EntityPointer<const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u>, Dune::ALU2dGridEntityPointer<0, const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u> > >]'
/home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:266:45:   required from 'void Dune::PDELab::ConvectionDiffusionDG<T, FiniteElementMap>::alpha_skeleton(const IG&, const LFSU&, const X&, const LFSV&, const LFSU&, const X&, const LFSV&, R&, R&) const [with IG = Dune::PDELab::IntersectionGeometry<Dune::Intersection<const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u>, Dune::LeafIntersectionWrapper<const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u> > > >; LFSU = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::AnySpaceTag>; X = Dune::PDELab::LocalVector<double, Dune::PDELab::AnySpaceTag, double>; LFSV = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::AnySpaceTag>; R = Dune::PDELab::WeightedVectorAccumulationView<Dune::PDELab::LocalVector<double, Dune::PDELab::AnySpaceTag, double> >; T = Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double>; FiniteElementMap = Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>]'
/home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/callswitch.hh:248:9:   required from 'static void Dune::PDELab::LocalAssemblerCallSwitch<LA, true>::alpha_skeleton(const LA&, const IG&, const LFSU&, const X&, const LFSV&, const LFSU&, const X&, const LFSV&, R&, R&) [with IG = Dune::PDELab::IntersectionGeometry<Dune::Intersection<const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u>, Dune::LeafIntersectionWrapper<const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u> > > >; LFSU = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::AnySpaceTag>; X = Dune::PDELab::LocalVector<double, Dune::PDELab::AnySpaceTag, double>; LFSV = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::AnySpaceTag>; R = Dune::PDELab::WeightedVectorAccumulationView<Dune::PDELab::LocalVector<double, Dune::PDELab::AnySpaceTag, double> >; LA = Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u> >]'
/home/dune/Dune/dune-pdelab/dune/pdelab/gridoperator/default/residualengine.hh:262:41:   required from 'void Dune::PDELab::DefaultLocalResidualAssemblerEngine<LA>::assembleUVSkeleton(const IG&, const LFSUC&, const LFSVC&, const LFSUC&, const LFSVC&) [with IG = Dune::PDELab::IntersectionGeometry<Dune::Intersection<const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u>, Dune::LeafIntersectionWrapper<const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u> > > >; LFSUC = Dune::PDELab::LFSIndexCache<Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::AnySpaceTag>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double> >; LFSVC = Dune::PDELab::LFSIndexCache<Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::AnySpaceTag>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double> >; LA = Dune::PDELab::DefaultLocalAssembler<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u> >, Dune::PDELab::ISTLMatrixBackend, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double> >, Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u> >, false>]'
/home/dune/Dune/dune-pdelab/dune/pdelab/gridoperator/default/assembler.hh:209:35:   required from 'void Dune::PDELab::DefaultAssembler<GFSU, GFSV, CU, CV, nonoverlapping_mode>::assemble(LocalAssemblerEngine&) const [with LocalAssemblerEngine = Dune::PDELab::DefaultLocalResidualAssemblerEngine<Dune::PDELab::DefaultLocalAssembler<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u> >, Dune::PDELab::ISTLMatrixBackend, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double> >, Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u> >, false> >; GFSU = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >; GFSV = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >; CU = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>; CV = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>; bool nonoverlapping_mode = true]'
/home/dune/Dune/dune-pdelab/dune/pdelab/gridoperator/gridoperator.hh:196:9:   required from 'void Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV, nonoverlapping_mode>::residual(const Domain&, Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV, nonoverlapping_mode>::Range&) const [with GFSU = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >; GFSV = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >; LOP = Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u> >; MB = Dune::PDELab::ISTLMatrixBackend; DF = double; RF = double; JF = double; CU = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>; CV = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>; int nonoverlapping_mode = -1; Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV, nonoverlapping_mode>::Domain = Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV, nonoverlapping_mode>::Range = Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/home/dune/Dune/dune-pdelab/dune/pdelab/newton/newton.hh:173:9:   required from 'void Dune::PDELab::NewtonSolver<GOS, S, TrlV, TstV>::defect(Dune::PDELab::NewtonSolver<GOS, S, TrlV, TstV>::TestVector&) [with GOS = Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u> >, Dune::PDELab::ISTLMatrixBackend, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double> >; S = Dune::PDELab::ISTLBackend_SEQ_BCGS_Jac; TrlV = Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; TstV = Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; Dune::PDELab::NewtonSolver<GOS, S, TrlV, TstV>::TestVector = Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/home/dune/Dune/dune-pdelab/dune/pdelab/newton/newton.hh:239:11:   required from 'void Dune::PDELab::NewtonSolver<GOS, S, TrlV, TstV>::apply() [with GOS = Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u> >, Dune::PDELab::ISTLMatrixBackend, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double> >; S = Dune::PDELab::ISTLBackend_SEQ_BCGS_Jac; TrlV = Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; TstV = Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/home/dune/Dune/dune-spl/src/diffusion.cc:193:15:   required from here
/home/dune/Dune/dune-grid/dune/grid/common/intersection.hh:288:79: warning: 'static typename std::enable_if<(! std::is_same<E, typename Dune::Entity<0, dim, GridImp, EntityImp>::Codim<E:: codimension>::Entity>::value)>::type Dune::Entity<0, dim, GridImp, EntityImp>::warnOnDeprecatedEntityPointer() [with E = Dune::EntityPointer<const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u>, Dune::ALU2dGridEntityPointer<0, const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u> > >; int dim = 2; GridImp = const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u>; EntityImp = Dune::ALU2dGridEntity; typename std::enable_if<(! std::is_same<E, typename Dune::Entity<0, dim, GridImp, EntityImp>::Codim<E:: codimension>::Entity>::value)>::type = void]' is deprecated (declared at /home/dune/Dune/dune-grid/dune/grid/common/entity.hh:714): "This grid still returns EntityPointers instead of Entities" [-Wdeprecated-declarations]
       Entity::template warnOnDeprecatedEntityPointer<decltype(real.inside())>();
                                                                               ^
In file included from /home/dune/Dune/dune-grid/dune/grid/alugrid/2d/intersection.hh:510:0,
                 from /home/dune/Dune/dune-grid/dune/grid/alugrid/2d/entity.hh:13,
                 from /home/dune/Dune/dune-grid/dune/grid/alugrid/2d/grid.hh:799,
                 from /home/dune/Dune/dune-grid/dune/grid/alugrid/2d/alugrid.hh:11,
                 from /home/dune/Dune/dune-grid/dune/grid/alugrid.hh:15,
                 from /home/dune/Dune/dune-alugrid/dune/alugrid/grid.hh:11,
                 from /home/dune/Dune/dune-spl/src/diffusion.cc:30:
/home/dune/Dune/dune-grid/dune/grid/alugrid/2d/intersection_imp.cc: In instantiation of 'Dune::ALU2dGridIntersectionBase<GridImp>::LocalGeometry Dune::ALU2dGridIntersectionBase<GridImp>::geometryInInside() const [with GridImp = const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u>; Dune::ALU2dGridIntersectionBase<GridImp>::LocalGeometry = Dune::Geometry<1, 2, const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u>, Dune::ALU2dGridGeometry>]':
/home/dune/Dune/dune-grid/dune/grid/alugrid/common/intersectioniteratorwrapper.hh:117:36:   required from 'Dune::IntersectionIteratorWrapper<GridImp, IntersectionIteratorImpl>::LocalGeometry Dune::IntersectionIteratorWrapper<GridImp, IntersectionIteratorImpl>::geometryInInside() const [with GridImp = const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u>; IntersectionIteratorImpl = Dune::ALU2dGridLeafIntersectionIterator<const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u> >; Dune::IntersectionIteratorWrapper<GridImp, IntersectionIteratorImpl>::LocalGeometry = Dune::Geometry<1, 2, const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u>, Dune::ALU2dGridGeometry>]'
/home/dune/Dune/dune-grid/dune/grid/common/intersection.hh:338:42:   required from 'Dune::Intersection<GridImp, IntersectionImp>::LocalGeometry Dune::Intersection<GridImp, IntersectionImp>::geometryInInside() const [with GridImp = const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u>; IntersectionImp = Dune::LeafIntersectionWrapper<const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u> >; Dune::Intersection<GridImp, IntersectionImp>::LocalGeometry = Dune::Geometry<1, 2, const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u>, Dune::ALU2dGridGeometry>]'
/home/dune/Dune/dune-pdelab/dune/pdelab/common/geometrywrapper.hh:138:35:   required from 'Dune::PDELab::IntersectionGeometry<I>::LocalGeometry Dune::PDELab::IntersectionGeometry<I>::geometryInInside() const [with I = Dune::Intersection<const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u>, Dune::LeafIntersectionWrapper<const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u> > >; Dune::PDELab::IntersectionGeometry<I>::LocalGeometry = Dune::Geometry<1, 2, const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u>, Dune::ALU2dGridGeometry>]'
/home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:275:50:   required from 'void Dune::PDELab::ConvectionDiffusionDG<T, FiniteElementMap>::alpha_skeleton(const IG&, const LFSU&, const X&, const LFSV&, const LFSU&, const X&, const LFSV&, R&, R&) const [with IG = Dune::PDELab::IntersectionGeometry<Dune::Intersection<const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u>, Dune::LeafIntersectionWrapper<const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u> > > >; LFSU = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::AnySpaceTag>; X = Dune::PDELab::LocalVector<double, Dune::PDELab::AnySpaceTag, double>; LFSV = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::AnySpaceTag>; R = Dune::PDELab::WeightedVectorAccumulationView<Dune::PDELab::LocalVector<double, Dune::PDELab::AnySpaceTag, double> >; T = Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double>; FiniteElementMap = Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>]'
/home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/callswitch.hh:248:9:   required from 'static void Dune::PDELab::LocalAssemblerCallSwitch<LA, true>::alpha_skeleton(const LA&, const IG&, const LFSU&, const X&, const LFSV&, const LFSU&, const X&, const LFSV&, R&, R&) [with IG = Dune::PDELab::IntersectionGeometry<Dune::Intersection<const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u>, Dune::LeafIntersectionWrapper<const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u> > > >; LFSU = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::AnySpaceTag>; X = Dune::PDELab::LocalVector<double, Dune::PDELab::AnySpaceTag, double>; LFSV = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::AnySpaceTag>; R = Dune::PDELab::WeightedVectorAccumulationView<Dune::PDELab::LocalVector<double, Dune::PDELab::AnySpaceTag, double> >; LA = Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u> >]'
/home/dune/Dune/dune-pdelab/dune/pdelab/gridoperator/default/residualengine.hh:262:41:   required from 'void Dune::PDELab::DefaultLocalResidualAssemblerEngine<LA>::assembleUVSkeleton(const IG&, const LFSUC&, const LFSVC&, const LFSUC&, const LFSVC&) [with IG = Dune::PDELab::IntersectionGeometry<Dune::Intersection<const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u>, Dune::LeafIntersectionWrapper<const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u> > > >; LFSUC = Dune::PDELab::LFSIndexCache<Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::AnySpaceTag>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double> >; LFSVC = Dune::PDELab::LFSIndexCache<Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::AnySpaceTag>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double> >; LA = Dune::PDELab::DefaultLocalAssembler<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u> >, Dune::PDELab::ISTLMatrixBackend, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double> >, Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u> >, false>]'
/home/dune/Dune/dune-pdelab/dune/pdelab/gridoperator/default/assembler.hh:209:35:   required from 'void Dune::PDELab::DefaultAssembler<GFSU, GFSV, CU, CV, nonoverlapping_mode>::assemble(LocalAssemblerEngine&) const [with LocalAssemblerEngine = Dune::PDELab::DefaultLocalResidualAssemblerEngine<Dune::PDELab::DefaultLocalAssembler<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u> >, Dune::PDELab::ISTLMatrixBackend, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double> >, Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u> >, false> >; GFSU = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >; GFSV = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >; CU = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>; CV = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>; bool nonoverlapping_mode = true]'
/home/dune/Dune/dune-pdelab/dune/pdelab/gridoperator/gridoperator.hh:196:9:   required from 'void Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV, nonoverlapping_mode>::residual(const Domain&, Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV, nonoverlapping_mode>::Range&) const [with GFSU = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >; GFSV = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >; LOP = Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u> >; MB = Dune::PDELab::ISTLMatrixBackend; DF = double; RF = double; JF = double; CU = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>; CV = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>; int nonoverlapping_mode = -1; Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV, nonoverlapping_mode>::Domain = Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV, nonoverlapping_mode>::Range = Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/home/dune/Dune/dune-pdelab/dune/pdelab/newton/newton.hh:173:9:   required from 'void Dune::PDELab::NewtonSolver<GOS, S, TrlV, TstV>::defect(Dune::PDELab::NewtonSolver<GOS, S, TrlV, TstV>::TestVector&) [with GOS = Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u> >, Dune::PDELab::ISTLMatrixBackend, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double> >; S = Dune::PDELab::ISTLBackend_SEQ_BCGS_Jac; TrlV = Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; TstV = Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; Dune::PDELab::NewtonSolver<GOS, S, TrlV, TstV>::TestVector = Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/home/dune/Dune/dune-pdelab/dune/pdelab/newton/newton.hh:239:11:   required from 'void Dune::PDELab::NewtonSolver<GOS, S, TrlV, TstV>::apply() [with GOS = Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u> >, Dune::PDELab::ISTLMatrixBackend, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double> >; S = Dune::PDELab::ISTLBackend_SEQ_BCGS_Jac; TrlV = Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; TstV = Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/home/dune/Dune/dune-spl/src/diffusion.cc:193:15:   required from here
/home/dune/Dune/dune-grid/dune/grid/alugrid/2d/intersection_imp.cc:253:56: warning: 'decltype (Dune::handle_proxy_member_access(((Dune::EntityPointer<GridImp, EntityPointerImp>*)0)->Dune::EntityPointer<GridImp, EntityPointerImp>::realIterator.dereference())) Dune::EntityPointer<GridImp, EntityPointerImp>::operator->() const [with GridImp = const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u>; IteratorImp = Dune::ALU2dGridEntityPointer<0, const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u> >; decltype (Dune::handle_proxy_member_access(((Dune::EntityPointer<GridImp, EntityPointerImp>*)0)->Dune::EntityPointer<GridImp, EntityPointerImp>::realIterator.dereference())) = Dune::Entity<0, 2, const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u>, Dune::ALU2dGridEntity>*]' is deprecated (declared at /home/dune/Dune/dune-grid/dune/grid/common/entitypointer.hh:244): "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
         intersectionSelfLocal_.buildLocalGeom( inside()->geometry(), geometry() );
                                                        ^
/home/dune/Dune/dune-grid/dune/grid/alugrid/2d/intersection_imp.cc: In instantiation of 'Dune::ALU2dGridIntersectionBase<GridImp>::LocalGeometry Dune::ALU2dGridIntersectionBase<GridImp>::geometryInOutside() const [with GridImp = const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u>; Dune::ALU2dGridIntersectionBase<GridImp>::LocalGeometry = Dune::Geometry<1, 2, const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u>, Dune::ALU2dGridGeometry>]':
/home/dune/Dune/dune-grid/dune/grid/alugrid/common/intersectioniteratorwrapper.hh:147:37:   required from 'Dune::IntersectionIteratorWrapper<GridImp, IntersectionIteratorImpl>::LocalGeometry Dune::IntersectionIteratorWrapper<GridImp, IntersectionIteratorImpl>::geometryInOutside() const [with GridImp = const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u>; IntersectionIteratorImpl = Dune::ALU2dGridLeafIntersectionIterator<const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u> >; Dune::IntersectionIteratorWrapper<GridImp, IntersectionIteratorImpl>::LocalGeometry = Dune::Geometry<1, 2, const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u>, Dune::ALU2dGridGeometry>]'
/home/dune/Dune/dune-grid/dune/grid/common/intersection.hh:356:43:   required from 'Dune::Intersection<GridImp, IntersectionImp>::LocalGeometry Dune::Intersection<GridImp, IntersectionImp>::geometryInOutside() const [with GridImp = const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u>; IntersectionImp = Dune::LeafIntersectionWrapper<const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u> >; Dune::Intersection<GridImp, IntersectionImp>::LocalGeometry = Dune::Geometry<1, 2, const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u>, Dune::ALU2dGridGeometry>]'
/home/dune/Dune/dune-pdelab/dune/pdelab/common/geometrywrapper.hh:150:36:   required from 'Dune::PDELab::IntersectionGeometry<I>::LocalGeometry Dune::PDELab::IntersectionGeometry<I>::geometryInOutside() const [with I = Dune::Intersection<const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u>, Dune::LeafIntersectionWrapper<const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u> > >; Dune::PDELab::IntersectionGeometry<I>::LocalGeometry = Dune::Geometry<1, 2, const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u>, Dune::ALU2dGridGeometry>]'
/home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:276:52:   required from 'void Dune::PDELab::ConvectionDiffusionDG<T, FiniteElementMap>::alpha_skeleton(const IG&, const LFSU&, const X&, const LFSV&, const LFSU&, const X&, const LFSV&, R&, R&) const [with IG = Dune::PDELab::IntersectionGeometry<Dune::Intersection<const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u>, Dune::LeafIntersectionWrapper<const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u> > > >; LFSU = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::AnySpaceTag>; X = Dune::PDELab::LocalVector<double, Dune::PDELab::AnySpaceTag, double>; LFSV = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::AnySpaceTag>; R = Dune::PDELab::WeightedVectorAccumulationView<Dune::PDELab::LocalVector<double, Dune::PDELab::AnySpaceTag, double> >; T = Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double>; FiniteElementMap = Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>]'
/home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/callswitch.hh:248:9:   required from 'static void Dune::PDELab::LocalAssemblerCallSwitch<LA, true>::alpha_skeleton(const LA&, const IG&, const LFSU&, const X&, const LFSV&, const LFSU&, const X&, const LFSV&, R&, R&) [with IG = Dune::PDELab::IntersectionGeometry<Dune::Intersection<const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u>, Dune::LeafIntersectionWrapper<const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u> > > >; LFSU = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::AnySpaceTag>; X = Dune::PDELab::LocalVector<double, Dune::PDELab::AnySpaceTag, double>; LFSV = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::AnySpaceTag>; R = Dune::PDELab::WeightedVectorAccumulationView<Dune::PDELab::LocalVector<double, Dune::PDELab::AnySpaceTag, double> >; LA = Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u> >]'
/home/dune/Dune/dune-pdelab/dune/pdelab/gridoperator/default/residualengine.hh:262:41:   required from 'void Dune::PDELab::DefaultLocalResidualAssemblerEngine<LA>::assembleUVSkeleton(const IG&, const LFSUC&, const LFSVC&, const LFSUC&, const LFSVC&) [with IG = Dune::PDELab::IntersectionGeometry<Dune::Intersection<const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u>, Dune::LeafIntersectionWrapper<const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u> > > >; LFSUC = Dune::PDELab::LFSIndexCache<Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::AnySpaceTag>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double> >; LFSVC = Dune::PDELab::LFSIndexCache<Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::AnySpaceTag>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double> >; LA = Dune::PDELab::DefaultLocalAssembler<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u> >, Dune::PDELab::ISTLMatrixBackend, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double> >, Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u> >, false>]'
/home/dune/Dune/dune-pdelab/dune/pdelab/gridoperator/default/assembler.hh:209:35:   required from 'void Dune::PDELab::DefaultAssembler<GFSU, GFSV, CU, CV, nonoverlapping_mode>::assemble(LocalAssemblerEngine&) const [with LocalAssemblerEngine = Dune::PDELab::DefaultLocalResidualAssemblerEngine<Dune::PDELab::DefaultLocalAssembler<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u> >, Dune::PDELab::ISTLMatrixBackend, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double> >, Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u> >, false> >; GFSU = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >; GFSV = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >; CU = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>; CV = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>; bool nonoverlapping_mode = true]'
/home/dune/Dune/dune-pdelab/dune/pdelab/gridoperator/gridoperator.hh:196:9:   required from 'void Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV, nonoverlapping_mode>::residual(const Domain&, Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV, nonoverlapping_mode>::Range&) const [with GFSU = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >; GFSV = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >; LOP = Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u> >; MB = Dune::PDELab::ISTLMatrixBackend; DF = double; RF = double; JF = double; CU = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>; CV = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>; int nonoverlapping_mode = -1; Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV, nonoverlapping_mode>::Domain = Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV, nonoverlapping_mode>::Range = Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/home/dune/Dune/dune-pdelab/dune/pdelab/newton/newton.hh:173:9:   required from 'void Dune::PDELab::NewtonSolver<GOS, S, TrlV, TstV>::defect(Dune::PDELab::NewtonSolver<GOS, S, TrlV, TstV>::TestVector&) [with GOS = Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u> >, Dune::PDELab::ISTLMatrixBackend, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double> >; S = Dune::PDELab::ISTLBackend_SEQ_BCGS_Jac; TrlV = Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; TstV = Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; Dune::PDELab::NewtonSolver<GOS, S, TrlV, TstV>::TestVector = Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/home/dune/Dune/dune-pdelab/dune/pdelab/newton/newton.hh:239:11:   required from 'void Dune::PDELab::NewtonSolver<GOS, S, TrlV, TstV>::apply() [with GOS = Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u> >, Dune::PDELab::ISTLMatrixBackend, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double> >; S = Dune::PDELab::ISTLBackend_SEQ_BCGS_Jac; TrlV = Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; TstV = Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/home/dune/Dune/dune-spl/src/diffusion.cc:193:15:   required from here
/home/dune/Dune/dune-grid/dune/grid/alugrid/2d/intersection_imp.cc:276:61: warning: 'decltype (Dune::handle_proxy_member_access(((Dune::EntityPointer<GridImp, EntityPointerImp>*)0)->Dune::EntityPointer<GridImp, EntityPointerImp>::realIterator.dereference())) Dune::EntityPointer<GridImp, EntityPointerImp>::operator->() const [with GridImp = const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u>; IteratorImp = Dune::ALU2dGridEntityPointer<0, const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u> >; decltype (Dune::handle_proxy_member_access(((Dune::EntityPointer<GridImp, EntityPointerImp>*)0)->Dune::EntityPointer<GridImp, EntityPointerImp>::realIterator.dereference())) = Dune::Entity<0, 2, const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u>, Dune::ALU2dGridEntity>*]' is deprecated (declared at /home/dune/Dune/dune-grid/dune/grid/common/entitypointer.hh:244): "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
         intersectionNeighborLocal_.buildLocalGeom( outside()->geometry(), geometry() );
                                                             ^
/home/dune/Dune/dune-grid/dune/grid/alugrid/2d/intersection_imp.cc: In instantiation of 'Dune::ALU2dGridIntersectionBase<GridImp>::NormalType Dune::ALU2dGridIntersectionBase<GridImp>::outerNormal(const LocalCoordinate&) const [with GridImp = const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u>; Dune::ALU2dGridIntersectionBase<GridImp>::NormalType = Dune::FieldVector<double, 2>; Dune::ALU2dGridIntersectionBase<GridImp>::LocalCoordinate = Dune::FieldVector<double, 1>]':
/home/dune/Dune/dune-grid/dune/grid/alugrid/2d/intersection_imp.cc:237:47:   required from 'Dune::ALU2dGridIntersectionBase<GridImp>::NormalType Dune::ALU2dGridIntersectionBase<GridImp>::unitOuterNormal(const LocalCoordinate&) const [with GridImp = const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u>; Dune::ALU2dGridIntersectionBase<GridImp>::NormalType = Dune::FieldVector<double, 2>; Dune::ALU2dGridIntersectionBase<GridImp>::LocalCoordinate = Dune::FieldVector<double, 1>]'
/home/dune/Dune/dune-grid/dune/grid/alugrid/common/intersectioniteratorwrapper.hh:167:42:   required from 'const NormalType Dune::IntersectionIteratorWrapper<GridImp, IntersectionIteratorImpl>::unitOuterNormal(const Dune::FieldVector<typename GridImp::ctype, (dim - 1)>&) const [with GridImp = const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u>; IntersectionIteratorImpl = Dune::ALU2dGridLeafIntersectionIterator<const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u> >; Dune::IntersectionIteratorWrapper<GridImp, IntersectionIteratorImpl>::NormalType = Dune::FieldVector<double, 2>; typename GridImp::ctype = double]'
/home/dune/Dune/dune-grid/dune/grid/common/intersection.hh:441:46:   required from 'Dune::Intersection<GridImp, IntersectionImp>::GlobalCoordinate Dune::Intersection<GridImp, IntersectionImp>::unitOuterNormal(const LocalCoordinate&) const [with GridImp = const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u>; IntersectionImp = Dune::LeafIntersectionWrapper<const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u> >; Dune::Intersection<GridImp, IntersectionImp>::GlobalCoordinate = Dune::FieldVector<double, 2>; Dune::Intersection<GridImp, IntersectionImp>::LocalCoordinate = Dune::FieldVector<double, 1>]'
/home/dune/Dune/dune-pdelab/dune/pdelab/common/geometrywrapper.hh:202:39:   required from 'Dune::FieldVector<typename I::Geometry::ctype, coorddimension> Dune::PDELab::IntersectionGeometry<I>::unitOuterNormal(const Dune::FieldVector<typename I::Geometry::ctype, (dimension - 1)>&) const [with I = Dune::Intersection<const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u>, Dune::LeafIntersectionWrapper<const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u> > >; typename I::Geometry::ctype = double]'
/home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:338:62:   [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/home/dune/Dune/dune-pdelab/dune/pdelab/gridoperator/default/residualengine.hh:262:41:   required from 'void Dune::PDELab::DefaultLocalResidualAssemblerEngine<LA>::assembleUVSkeleton(const IG&, const LFSUC&, const LFSVC&, const LFSUC&, const LFSVC&) [with IG = Dune::PDELab::IntersectionGeometry<Dune::Intersection<const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u>, Dune::LeafIntersectionWrapper<const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u> > > >; LFSUC = Dune::PDELab::LFSIndexCache<Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::AnySpaceTag>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double> >; LFSVC = Dune::PDELab::LFSIndexCache<Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::AnySpaceTag>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double> >; LA = Dune::PDELab::DefaultLocalAssembler<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u> >, Dune::PDELab::ISTLMatrixBackend, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double> >, Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u> >, false>]'
/home/dune/Dune/dune-pdelab/dune/pdelab/gridoperator/default/assembler.hh:209:35:   required from 'void Dune::PDELab::DefaultAssembler<GFSU, GFSV, CU, CV, nonoverlapping_mode>::assemble(LocalAssemblerEngine&) const [with LocalAssemblerEngine = Dune::PDELab::DefaultLocalResidualAssemblerEngine<Dune::PDELab::DefaultLocalAssembler<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u> >, Dune::PDELab::ISTLMatrixBackend, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double> >, Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u> >, false> >; GFSU = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >; GFSV = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >; CU = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>; CV = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>; bool nonoverlapping_mode = true]'
/home/dune/Dune/dune-pdelab/dune/pdelab/gridoperator/gridoperator.hh:196:9:   required from 'void Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV, nonoverlapping_mode>::residual(const Domain&, Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV, nonoverlapping_mode>::Range&) const [with GFSU = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >; GFSV = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >; LOP = Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u> >; MB = Dune::PDELab::ISTLMatrixBackend; DF = double; RF = double; JF = double; CU = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>; CV = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>; int nonoverlapping_mode = -1; Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV, nonoverlapping_mode>::Domain = Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV, nonoverlapping_mode>::Range = Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/home/dune/Dune/dune-pdelab/dune/pdelab/newton/newton.hh:173:9:   required from 'void Dune::PDELab::NewtonSolver<GOS, S, TrlV, TstV>::defect(Dune::PDELab::NewtonSolver<GOS, S, TrlV, TstV>::TestVector&) [with GOS = Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u> >, Dune::PDELab::ISTLMatrixBackend, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double> >; S = Dune::PDELab::ISTLBackend_SEQ_BCGS_Jac; TrlV = Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; TstV = Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; Dune::PDELab::NewtonSolver<GOS, S, TrlV, TstV>::TestVector = Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/home/dune/Dune/dune-pdelab/dune/pdelab/newton/newton.hh:239:11:   required from 'void Dune::PDELab::NewtonSolver<GOS, S, TrlV, TstV>::apply() [with GOS = Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u> >, Dune::PDELab::ISTLMatrixBackend, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double> >; S = Dune::PDELab::ISTLBackend_SEQ_BCGS_Jac; TrlV = Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; TstV = Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>, (Dune::PartitionIteratorType)4u> >, double, double, 1u>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/home/dune/Dune/dune-spl/src/diffusion.cc:193:15:   required from here
/home/dune/Dune/dune-grid/dune/grid/alugrid/2d/intersection_imp.cc:218:15: warning: 'decltype (Dune::handle_proxy_member_access(((Dune::EntityPointer<GridImp, EntityPointerImp>*)0)->Dune::EntityPointer<GridImp, EntityPointerImp>::realIterator.dereference())) Dune::EntityPointer<GridImp, EntityPointerImp>::operator->() const [with GridImp = const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u>; IteratorImp = Dune::ALU2dGridEntityPointer<0, const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u> >; decltype (Dune::handle_proxy_member_access(((Dune::EntityPointer<GridImp, EntityPointerImp>*)0)->Dune::EntityPointer<GridImp, EntityPointerImp>::realIterator.dereference())) = Dune::Entity<0, 2, const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u>, Dune::ALU2dGridEntity>*]' is deprecated (declared at /home/dune/Dune/dune-grid/dune/grid/common/entitypointer.hh:244): "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
       inside()->geometry().jacobianInverseTransposed( xInside ).mv( refNormal, outerNormal );
               ^
/home/dune/Dune/dune-grid/dune/grid/alugrid/2d/intersection_imp.cc:219:30: warning: 'decltype (Dune::handle_proxy_member_access(((Dune::EntityPointer<GridImp, EntityPointerImp>*)0)->Dune::EntityPointer<GridImp, EntityPointerImp>::realIterator.dereference())) Dune::EntityPointer<GridImp, EntityPointerImp>::operator->() const [with GridImp = const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u>; IteratorImp = Dune::ALU2dGridEntityPointer<0, const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u> >; decltype (Dune::handle_proxy_member_access(((Dune::EntityPointer<GridImp, EntityPointerImp>*)0)->Dune::EntityPointer<GridImp, EntityPointerImp>::realIterator.dereference())) = Dune::Entity<0, 2, const Dune::ALU2dGrid<2, 2, (ALU2DGrid::ElementType)1u>, Dune::ALU2dGridEntity>*]' is deprecated (declared at /home/dune/Dune/dune-grid/dune/grid/common/entitypointer.hh:244): "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
       outerNormal *= inside()->geometry().integrationElement( xInside );
                              ^
In file included from /home/dune/Dune/dune-grid/dune/grid/alugrid.hh:15:0,
                 from /home/dune/Dune/dune-alugrid/dune/alugrid/grid.hh:11,
                 from /home/dune/Dune/dune-spl/src/diffusion.cc:30:
/home/dune/Dune/dune-grid/dune/grid/alugrid/2d/alugrid.hh: In instantiation of 'Dune::ALUGrid<2, dimw, elType, refinementType, Comm>::ALUGrid(std::string, std::istream&, const DuneBoundaryProjectionType*, const DuneBoundaryProjectionVector*, bool) [with int dimw = 2; Dune::ALUGridElementType elType = (Dune::ALUGridElementType)1u; Dune::ALUGridRefinementType refinementType = (Dune::ALUGridRefinementType)0u; Comm = Dune::No_Comm; std::string = std::basic_string<char>; std::istream = std::basic_istream<char>; Dune::ALUGrid<2, dimw, elType, refinementType, Comm>::DuneBoundaryProjectionType = Dune::DuneBoundaryProjection<2>; Dune::ALUGrid<2, dimw, elType, refinementType, Comm>::DuneBoundaryProjectionVector = std::vector<const Dune::DuneBoundaryProjection<2>*, std::allocator<const Dune::DuneBoundaryProjection<2>*> >]':
/home/dune/Dune/dune-grid/dune/grid/alugrid/2d/alu2dgridfactory.hh:237:28:   required from 'Dune::ALU2dGridFactory<GridImp>::Grid* Dune::ALU2dGridFactory<GridImp>::createGridObj(bool, const string&, std::istream&, Dune::ALU2dGridFactory<GridImp>::BoundaryProjectionVector*) [with GridImp = Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>; Dune::ALU2dGridFactory<GridImp>::Grid = Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>; std::string = std::basic_string<char>; std::istream = std::basic_istream<char>; Dune::ALU2dGridFactory<GridImp>::BoundaryProjectionVector = std::vector<const Dune::DuneBoundaryProjection<2>*, std::allocator<const Dune::DuneBoundaryProjection<2>*> >]'
/home/dune/Dune/dune-spl/src/diffusion.cc:211:1:   required from here
/home/dune/Dune/dune-grid/dune/grid/alugrid/2d/alugrid.hh:87:71: warning: 'Dune::ALU2dGrid<dim, dimworld, eltype>::ALU2dGrid(std::string, int, const DuneBoundaryProjectionType*, const DuneBoundaryProjectionVector*, std::istream*) [with int dim = 2; int dimworld = 2; ALU2DGrid::ElementType eltype = (ALU2DGrid::ElementType)1u; std::string = std::basic_string<char>; Dune::ALU2dGrid<dim, dimworld, eltype>::DuneBoundaryProjectionType = Dune::DuneBoundaryProjection<2>; Dune::ALU2dGrid<dim, dimworld, eltype>::DuneBoundaryProjectionVector = std::vector<const Dune::DuneBoundaryProjection<2>*, std::allocator<const Dune::DuneBoundaryProjection<2>*> >; std::istream = std::basic_istream<char>]' is deprecated (declared at /home/dune/Dune/dune-grid/dune/grid/alugrid/2d/grid_imp.cc:32): "ALUGrid is deprecated, please use the new module DUNE-ALUGrid." [-Wdeprecated-declarations]
       : BaseType("", hangingNodes(), bndProject, bndVector, &macroFile)
                                                                       ^
/home/dune/Dune/dune-grid/dune/grid/alugrid/2d/alugrid.hh: In instantiation of 'Dune::ALUGrid<2, dimw, elType, refinementType, Comm>::ALUGrid(std::string, const DuneBoundaryProjectionType*, const DuneBoundaryProjectionVector*, bool) [with int dimw = 2; Dune::ALUGridElementType elType = (Dune::ALUGridElementType)1u; Dune::ALUGridRefinementType refinementType = (Dune::ALUGridRefinementType)0u; Comm = Dune::No_Comm; std::string = std::basic_string<char>; Dune::ALUGrid<2, dimw, elType, refinementType, Comm>::DuneBoundaryProjectionType = Dune::DuneBoundaryProjection<2>; Dune::ALUGrid<2, dimw, elType, refinementType, Comm>::DuneBoundaryProjectionVector = std::vector<const Dune::DuneBoundaryProjection<2>*, std::allocator<const Dune::DuneBoundaryProjection<2>*> >]':
/home/dune/Dune/dune-grid/dune/grid/alugrid/2d/alu2dgridfactory.hh:237:28:   required from 'Dune::ALU2dGridFactory<GridImp>::Grid* Dune::ALU2dGridFactory<GridImp>::createGridObj(bool, const string&, std::istream&, Dune::ALU2dGridFactory<GridImp>::BoundaryProjectionVector*) [with GridImp = Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>; Dune::ALU2dGridFactory<GridImp>::Grid = Dune::ALUGrid<2, 2, (Dune::ALUGridElementType)1u, (Dune::ALUGridRefinementType)0u>; std::string = std::basic_string<char>; std::istream = std::basic_istream<char>; Dune::ALU2dGridFactory<GridImp>::BoundaryProjectionVector = std::vector<const Dune::DuneBoundaryProjection<2>*, std::allocator<const Dune::DuneBoundaryProjection<2>*> >]'
/home/dune/Dune/dune-spl/src/diffusion.cc:211:1:   required from here
/home/dune/Dune/dune-grid/dune/grid/alugrid/2d/alugrid.hh:64:66: warning: 'Dune::ALU2dGrid<dim, dimworld, eltype>::ALU2dGrid(std::string, int, const DuneBoundaryProjectionType*, const DuneBoundaryProjectionVector*, std::istream*) [with int dim = 2; int dimworld = 2; ALU2DGrid::ElementType eltype = (ALU2DGrid::ElementType)1u; std::string = std::basic_string<char>; Dune::ALU2dGrid<dim, dimworld, eltype>::DuneBoundaryProjectionType = Dune::DuneBoundaryProjection<2>; Dune::ALU2dGrid<dim, dimworld, eltype>::DuneBoundaryProjectionVector = std::vector<const Dune::DuneBoundaryProjection<2>*, std::allocator<const Dune::DuneBoundaryProjection<2>*> >; std::istream = std::basic_istream<char>]' is deprecated (declared at /home/dune/Dune/dune-grid/dune/grid/alugrid/2d/grid_imp.cc:32): "ALUGrid is deprecated, please use the new module DUNE-ALUGrid." [-Wdeprecated-declarations]
       : BaseType(macroName, hangingNodes(), bndProject, bndVector)
                                                                  ^
make[2]: *** [src/CMakeFiles/diffusion_0000.dir/diffusion.cc.o] Error 1
make[1]: *** [src/CMakeFiles/diffusion_0000.dir/all] Error 2
make: *** [all] Error 2
--- Failed to build dune-spl ---
Terminating dunecontrol due to previous errors!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: dune-spl-pdelab.rar
Type: application/octet-stream
Size: 14609 bytes
Desc: not available
URL: <https://lists.dune-project.org/pipermail/dune-pdelab/attachments/20160608/883fa7e5/attachment.obj>
-------------- next part --------------
--- going to build dune-common dune-python dune-geometry dune-grid dune-alugrid dune-testtools dune-spgrid dune-istl dune-localfunctions dune-typetree dune-pdelab dune-fem dune-spl  ---
--- calling configure for dune-common ---
 cmake -DCMAKE_MODULE_PATH=""  -DCMAKE_DISABLE_FIND_PACKAGE_MPI=FALSE  "/home/dune/Dune/dune-common"
CMake Warning at cmake/modules/DuneDoc.cmake:27 (message):
   Need latex to create documentation!
Call Stack (most recent call first):
  cmake/modules/DuneMacros.cmake:654 (include)
  CMakeLists.txt:17 (dune_project)


-- Performing tests specific to dune-common from file /home/dune/Dune/dune-common/cmake/modules/DuneCommonMacros.cmake.
-- A library with BLAS API found.
-- A library with LAPACK API found.
-- Using scripts from /home/dune/Dune/dune-common/cmake/scripts for creating doxygen stuff.
-- using /home/dune/Dune/dune-common/doc/doxygen/Doxystyle to create doxystyle file
CMake Warning at cmake/modules/DuneDoc.cmake:91 (message):
  Not adding rule to create buildsystem.pdf as LaTeX is not usable!
Call Stack (most recent call first):
  doc/buildsystem/CMakeLists.txt:1 (dune_add_latex_document)


CMake Warning at cmake/modules/DuneDoc.cmake:91 (message):
  Not adding rule to create cmakefaq.pdf as LaTeX is not usable!
Call Stack (most recent call first):
  doc/buildsystem/CMakeLists.txt:4 (dune_add_latex_document)


CMake Warning at cmake/modules/DuneDoc.cmake:91 (message):
  Not adding rule to create communication.pdf as LaTeX is not usable!
Call Stack (most recent call first):
  doc/comm/CMakeLists.txt:8 (dune_add_latex_document)


-- Not adding custom target for config.h generation
-- 
-- The following OPTIONAL packages have been found:

 * Doxygen
 * PkgConfig
 * BLAS
 * LAPACK
 * GMP
 * Inkscape
 * MPI
 * Threads

-- The following OPTIONAL packages have not been found:

 * ThreadsCMake31
 * LATEX

-- Configuring done
-- Generating done
-- Build files have been written to: /home/dune/Dune/dune-common/build-cmake
--- dune-common done ---
--- calling configure for dune-python ---
/home/dune/Dune/dune-python/lib/dunepythonam2cmake.lib for converting options does not exist
 cmake -DCMAKE_MODULE_PATH=""  -DCMAKE_DISABLE_FIND_PACKAGE_MPI=FALSE "-Ddune-common_DIR=/home/dune/Dune/dune-common/build-cmake"  "/home/dune/Dune/dune-python"
-- Dependencies for dune-python: dune-common
CMake Warning at /home/dune/Dune/dune-common/cmake/modules/DuneDoc.cmake:27 (message):
   Need latex to create documentation!
Call Stack (most recent call first):
  /home/dune/Dune/dune-common/cmake/modules/DuneMacros.cmake:654 (include)
  CMakeLists.txt:19 (dune_project)


-- Performing tests specific to dune-common from file /home/dune/Dune/dune-common/cmake/modules/DuneCommonMacros.cmake.
-- A library with BLAS API found.
-- A library with LAPACK API found.
-- Setting dune-common_INCLUDE_DIRS=/home/dune/Dune/dune-common
-- Setting dune-common_LIBRARIES=dunecommon
-- Performing tests specific to dune-python from file /home/dune/Dune/dune-python/cmake/modules/DunePythonMacros.cmake.
-- Writing a wrapper script around virtualenv to /home/dune/Dune/dune-python/build-cmake/dune-env-2
-- Writing a wrapper script around virtualenv to /home/dune/Dune/dune-python/build-cmake/dune-env
-- Writing a wrapper script around virtualenv to /home/dune/Dune/dune-python/build-cmake/dune-env-3
-- Writing a wrapper script around virtualenv to /home/dune/Dune/dune-python/build-cmake/dune-env
Checking for presence of package pip with interpreter /usr/bin/python2... found!
Checking for presence of package pip with interpreter /usr/bin/python3... not found!
Checking for presence of package pip with interpreter /usr/bin/python2... found!
Checking for presence of package pip with interpreter /usr/bin/python3... not found!
Obtaining file:///home/dune/Dune/dune-python/python
Requirement already satisfied (use --upgrade to upgrade): pyparsing==2.0.6 in /home/dune/Dune/dune-python/build-cmake/python2-env/lib/python2.7/site-packages (from dune.common==2.4)
Installing collected packages: dune.common
  Running setup.py develop for dune.common
Successfully installed dune.common-2.4
Obtaining file:///home/dune/Dune/dune-python/python
Requirement already satisfied (use --upgrade to upgrade): pyparsing==2.0.6 in /home/dune/Dune/dune-python/build-cmake/python3-env/lib/python3.4/site-packages (from dune.common==2.4)
Installing collected packages: dune.common
  Running setup.py develop for dune.common
Successfully installed dune.common-2.4
-- Adding custom target for config.h generation
-- 
-- The following OPTIONAL packages have been found:

 * MPI
 * Doxygen
 * PkgConfig
 * BLAS
 * Threads
 * LAPACK
 * GMP
 * Inkscape
 * Python3Interp
 * Python2Interp
 * Sphinx

-- The following REQUIRED packages have been found:

 * dune-common

-- The following OPTIONAL packages have not been found:

 * ThreadsCMake31
 * LATEX

-- Configuring done
-- Generating done
-- Build files have been written to: /home/dune/Dune/dune-python/build-cmake
--- dune-python done ---
--- calling configure for dune-geometry ---
/home/dune/Dune/dune-geometry/lib/dunegeometryam2cmake.lib for converting options does not exist
 cmake -DCMAKE_MODULE_PATH=""  -DCMAKE_DISABLE_FIND_PACKAGE_MPI=FALSE "-Ddune-common_DIR=/home/dune/Dune/dune-common/build-cmake"  "/home/dune/Dune/dune-geometry"
-- Dependencies for dune-geometry: dune-common (>= 2.4.1)
CMake Warning at /home/dune/Dune/dune-common/cmake/modules/DuneDoc.cmake:27 (message):
   Need latex to create documentation!
Call Stack (most recent call first):
  /home/dune/Dune/dune-common/cmake/modules/DuneMacros.cmake:654 (include)
  CMakeLists.txt:21 (dune_project)


-- Performing tests specific to dune-common from file /home/dune/Dune/dune-common/cmake/modules/DuneCommonMacros.cmake.
-- A library with BLAS API found.
-- A library with LAPACK API found.
-- Setting dune-common_INCLUDE_DIRS=/home/dune/Dune/dune-common
-- Setting dune-common_LIBRARIES=dunecommon
-- Using scripts from /home/dune/Dune/dune-common/cmake/scripts for creating doxygen stuff.
-- using /home/dune/Dune/dune-common/doc/doxygen/Doxystyle to create doxystyle file
CMake Warning at /home/dune/Dune/dune-common/cmake/modules/DuneDoc.cmake:91 (message):
  Not adding rule to create refinement.pdf as LaTeX is not usable!
Call Stack (most recent call first):
  doc/refinement/CMakeLists.txt:9 (dune_add_latex_document)


-- Adding custom target for config.h generation
-- 
-- The following OPTIONAL packages have been found:

 * MPI
 * Doxygen
 * PkgConfig
 * BLAS
 * Threads
 * LAPACK
 * GMP
 * Inkscape

-- The following REQUIRED packages have been found:

 * dune-common

-- The following OPTIONAL packages have not been found:

 * ThreadsCMake31
 * LATEX

-- Configuring done
-- Generating done
-- Build files have been written to: /home/dune/Dune/dune-geometry/build-cmake
--- dune-geometry done ---
--- calling configure for dune-grid ---
/home/dune/Dune/dune-geometry/lib/dunegeometryam2cmake.lib for converting options does not exist
 cmake -DCMAKE_MODULE_PATH=""  -DCMAKE_DISABLE_FIND_PACKAGE_MPI=FALSE "-Ddune-common_DIR=/home/dune/Dune/dune-common/build-cmake" "-Ddune-geometry_DIR=/home/dune/Dune/dune-geometry/build-cmake" -DALUGRID_ROOT=/home/dune/Libs/ALUGrid -DUG_ROOT=/home/dune/Libs/ug  "/home/dune/Dune/dune-grid"
-- Dependencies for dune-grid: dune-common (>= 2.4.1);dune-geometry (>= 2.4.1)
-- Dependencies for dune-geometry: dune-common (>= 2.4.1)
CMake Warning at /home/dune/Dune/dune-common/cmake/modules/DuneDoc.cmake:27 (message):
   Need latex to create documentation!
Call Stack (most recent call first):
  /home/dune/Dune/dune-common/cmake/modules/DuneMacros.cmake:654 (include)
  CMakeLists.txt:22 (dune_project)


-- Performing tests specific to dune-common from file /home/dune/Dune/dune-common/cmake/modules/DuneCommonMacros.cmake.
-- A library with BLAS API found.
-- A library with LAPACK API found.
-- Setting dune-common_INCLUDE_DIRS=/home/dune/Dune/dune-common
-- Setting dune-common_LIBRARIES=dunecommon
-- Setting dune-geometry_INCLUDE_DIRS=/home/dune/Dune/dune-geometry
-- Setting dune-geometry_LIBRARIES=dunegeometry
-- Performing tests specific to dune-grid from file /home/dune/Dune/dune-grid/cmake/modules/DuneGridMacros.cmake.
-- Could NOT find METIS (missing:  METIS_INCLUDE_DIR METIS_LIBRARY HAVE_METIS_PARTGRAPHKWAY) 
-- Could NOT find ParMETIS (missing:  PARMETIS_INCLUDE_DIR PARMETIS_LIBRARY HAVE_PARMETIS) 
-- Could NOT find OpenGL (missing:  OPENGL_gl_LIBRARY OPENGL_INCLUDE_DIR) 
-- Could NOT find Grape (missing:  X11_FOUND OPENGL_FOUND GRAPE_INCLUDE_DIR GRAPE_LIBRARY _GRAPE_LIB_FUNCTIONAL _GRAPE_HEADER_USABLE) 
-- checking for one of the modules 'psurface'
-- checking for module 'psurface'
--   package 'psurface' not found
-- Could NOT find psurface (missing:  PSURFACE_INCLUDE_DIR PSURFACE_LIBRARY) 
-- Could NOT find AmiraMesh (missing:  AMIRAMESH_INCLUDE_DIR AMIRAMESH_LIBRARY) 
-- Using scripts from /home/dune/Dune/dune-common/cmake/scripts for creating doxygen stuff.
-- using /home/dune/Dune/dune-common/doc/doxygen/Doxystyle to create doxystyle file
-- Adding custom target for config.h generation
-- 
-- The following OPTIONAL packages have been found:

 * MPI
 * Doxygen
 * PkgConfig
 * BLAS
 * Threads
 * LAPACK
 * GMP
 * Inkscape
 * ALUGrid
 * UG (required version >= 3.11.0)

-- The following REQUIRED packages have been found:

 * dune-common
 * dune-geometry

-- The following features have been disabled:

 * Experimental grid extensions , Enables additional grid features.

-- The following OPTIONAL packages have not been found:

 * ThreadsCMake31
 * LATEX
 * METIS
 * ParMETIS
 * Alberta
 * X11
 * OpenGL
 * Grape
 * Psurface
 * AmiraMesh

-- Configuring done
-- Generating done
-- Build files have been written to: /home/dune/Dune/dune-grid/build-cmake
--- dune-grid done ---
--- calling configure for dune-alugrid ---
/home/dune/Dune/dune-geometry/lib/dunegeometryam2cmake.lib for converting options does not exist
 cmake -DCMAKE_MODULE_PATH=""  -DCMAKE_DISABLE_FIND_PACKAGE_MPI=FALSE "-Ddune-common_DIR=/home/dune/Dune/dune-common/build-cmake" "-Ddune-geometry_DIR=/home/dune/Dune/dune-geometry/build-cmake" -DALUGRID_ROOT=/home/dune/Libs/ALUGrid -DUG_ROOT=/home/dune/Libs/ug "-Ddune-grid_DIR=/home/dune/Dune/dune-grid/build-cmake"  "/home/dune/Dune/dune-alugrid"
-- Dependencies for dune-alugrid: dune-grid (>= 2.4)
-- Dependencies for dune-grid: dune-common (>= 2.4.1);dune-geometry (>= 2.4.1)
-- Dependencies for dune-geometry: dune-common (>= 2.4.1)
CMake Warning at /home/dune/Dune/dune-common/cmake/modules/DuneDoc.cmake:27 (message):
   Need latex to create documentation!
Call Stack (most recent call first):
  /home/dune/Dune/dune-common/cmake/modules/DuneMacros.cmake:654 (include)
  CMakeLists.txt:33 (dune_project)


-- Performing tests specific to dune-common from file /home/dune/Dune/dune-common/cmake/modules/DuneCommonMacros.cmake.
-- A library with BLAS API found.
-- A library with LAPACK API found.
-- Setting dune-common_INCLUDE_DIRS=/home/dune/Dune/dune-common
-- Setting dune-common_LIBRARIES=dunecommon
-- Setting dune-geometry_INCLUDE_DIRS=/home/dune/Dune/dune-geometry
-- Setting dune-geometry_LIBRARIES=dunegeometry
-- Performing tests specific to dune-grid from file /home/dune/Dune/dune-grid/cmake/modules/DuneGridMacros.cmake.
-- Could NOT find METIS (missing:  METIS_INCLUDE_DIR METIS_LIBRARY HAVE_METIS_PARTGRAPHKWAY) 
-- Could NOT find ParMETIS (missing:  PARMETIS_INCLUDE_DIR PARMETIS_LIBRARY HAVE_PARMETIS) 
-- Could NOT find OpenGL (missing:  OPENGL_gl_LIBRARY OPENGL_INCLUDE_DIR) 
-- Could NOT find Grape (missing:  X11_FOUND OPENGL_FOUND GRAPE_INCLUDE_DIR GRAPE_LIBRARY _GRAPE_LIB_FUNCTIONAL _GRAPE_HEADER_USABLE) 
-- checking for one of the modules 'psurface'
-- checking for module 'psurface'
--   package 'psurface' not found
-- Could NOT find psurface (missing:  PSURFACE_INCLUDE_DIR PSURFACE_LIBRARY) 
-- Could NOT find AmiraMesh (missing:  AMIRAMESH_INCLUDE_DIR AMIRAMESH_LIBRARY) 
-- Setting dune-grid_INCLUDE_DIRS=/home/dune/Dune/dune-grid
-- Setting dune-grid_LIBRARIES=dunegrid
-- Performing tests specific to dune-alugrid from file /home/dune/Dune/dune-alugrid/cmake/modules/DuneAlugridMacros.cmake.
-- Could NOT find ZLIB (missing:  ZLIB_LIBRARY ZLIB_INCLUDE_DIR) 
-- Could NOT find SIONlib (missing:  SIONLIB_INCLUDE_DIR SIONLIB_LIBRARY SIONLIB_HEADER_USABLE SIONLIB_LIB_WORKS SIONLIB_LIB_SIONSER_WORKS) 
-- Could NOT find DLMalloc (missing:  DLMALLOC_INCLUDE_DIR DLMALLOC_SOURCE_INCLUDE) 
-- Could NOT find PTScotch (missing:  PTSCOTCH_INCLUDE_DIR PTSCOTCH_LIBRARY SCOTCH_LIBRARY PTSCOTCHERR_LIBRARY) 
-- Using scripts from /home/dune/Dune/dune-common/cmake/scripts for creating doxygen stuff.
-- using /home/dune/Dune/dune-common/doc/doxygen/Doxystyle to create doxystyle file
-- Adding custom target for config.h generation
-- 
-- The following OPTIONAL packages have been found:

 * Doxygen
 * PkgConfig
 * BLAS
 * LAPACK
 * GMP
 * Inkscape
 * ALUGrid
 * UG (required version >= 3.11.0)
 * MPI
 * Threads

-- The following REQUIRED packages have been found:

 * dune-common
 * dune-grid
 * dune-geometry

-- The following features have been disabled:

 * Experimental grid extensions , Enables additional grid features.

-- The following OPTIONAL packages have not been found:

 * ThreadsCMake31
 * LATEX
 * METIS
 * ParMETIS
 * Alberta
 * X11
 * OpenGL
 * Grape
 * Psurface
 * AmiraMesh
 * ZLIB
 * SIONlib
 * DLMalloc
 * PTScotch
 * ZOLTAN

-- Configuring done
-- Generating done
-- Build files have been written to: /home/dune/Dune/dune-alugrid/build-cmake
--- dune-alugrid done ---
--- calling configure for dune-testtools ---
/home/dune/Dune/dune-python/lib/dunepythonam2cmake.lib for converting options does not exist
/home/dune/Dune/dune-geometry/lib/dunegeometryam2cmake.lib for converting options does not exist
/home/dune/Dune/dune-testtools/lib/dunetesttoolsam2cmake.lib for converting options does not exist
 cmake -DCMAKE_MODULE_PATH=""  -DCMAKE_DISABLE_FIND_PACKAGE_MPI=FALSE "-Ddune-common_DIR=/home/dune/Dune/dune-common/build-cmake" "-Ddune-python_DIR=/home/dune/Dune/dune-python/build-cmake" "-Ddune-geometry_DIR=/home/dune/Dune/dune-geometry/build-cmake" -DALUGRID_ROOT=/home/dune/Libs/ALUGrid -DUG_ROOT=/home/dune/Libs/ug "-Ddune-grid_DIR=/home/dune/Dune/dune-grid/build-cmake" "-Ddune-alugrid_DIR=/home/dune/Dune/dune-alugrid/build-cmake"  "/home/dune/Dune/dune-testtools"
-- Dependencies for dune-testtools: dune-common;dune-python
-- Suggestions for dune-testtools: dune-grid;dune-alugrid
-- Dependencies for dune-python: dune-common
-- Dependencies for dune-grid: dune-common (>= 2.4.1);dune-geometry (>= 2.4.1)
-- Dependencies for dune-alugrid: dune-grid (>= 2.4)
-- Dependencies for dune-grid: dune-common (>= 2.4.1);dune-geometry (>= 2.4.1)
-- Dependencies for dune-geometry: dune-common (>= 2.4.1)
-- Dependencies for dune-geometry: dune-common (>= 2.4.1)
CMake Warning at /home/dune/Dune/dune-common/cmake/modules/DuneDoc.cmake:27 (message):
   Need latex to create documentation!
Call Stack (most recent call first):
  /home/dune/Dune/dune-common/cmake/modules/DuneMacros.cmake:654 (include)
  CMakeLists.txt:19 (dune_project)


-- Performing tests specific to dune-common from file /home/dune/Dune/dune-common/cmake/modules/DuneCommonMacros.cmake.
-- A library with BLAS API found.
-- A library with LAPACK API found.
-- Setting dune-common_INCLUDE_DIRS=/home/dune/Dune/dune-common
-- Setting dune-common_LIBRARIES=dunecommon
-- Setting dune-geometry_INCLUDE_DIRS=/home/dune/Dune/dune-geometry
-- Setting dune-geometry_LIBRARIES=dunegeometry
-- Performing tests specific to dune-grid from file /home/dune/Dune/dune-grid/cmake/modules/DuneGridMacros.cmake.
-- Could NOT find METIS (missing:  METIS_INCLUDE_DIR METIS_LIBRARY HAVE_METIS_PARTGRAPHKWAY) 
-- Could NOT find ParMETIS (missing:  PARMETIS_INCLUDE_DIR PARMETIS_LIBRARY HAVE_PARMETIS) 
-- Could NOT find OpenGL (missing:  OPENGL_gl_LIBRARY OPENGL_INCLUDE_DIR) 
-- Could NOT find Grape (missing:  X11_FOUND OPENGL_FOUND GRAPE_INCLUDE_DIR GRAPE_LIBRARY _GRAPE_LIB_FUNCTIONAL _GRAPE_HEADER_USABLE) 
-- checking for one of the modules 'psurface'
-- checking for module 'psurface'
--   package 'psurface' not found
-- Could NOT find psurface (missing:  PSURFACE_INCLUDE_DIR PSURFACE_LIBRARY) 
-- Could NOT find AmiraMesh (missing:  AMIRAMESH_INCLUDE_DIR AMIRAMESH_LIBRARY) 
-- Setting dune-grid_INCLUDE_DIRS=/home/dune/Dune/dune-grid
-- Setting dune-grid_LIBRARIES=dunegrid
-- Performing tests specific to dune-alugrid from file /home/dune/Dune/dune-alugrid/cmake/modules/DuneAlugridMacros.cmake.
-- Could NOT find ZLIB (missing:  ZLIB_LIBRARY ZLIB_INCLUDE_DIR) 
-- Could NOT find SIONlib (missing:  SIONLIB_INCLUDE_DIR SIONLIB_LIBRARY SIONLIB_HEADER_USABLE SIONLIB_LIB_WORKS SIONLIB_LIB_SIONSER_WORKS) 
-- Could NOT find DLMalloc (missing:  DLMALLOC_INCLUDE_DIR DLMALLOC_SOURCE_INCLUDE) 
-- Could NOT find PTScotch (missing:  PTSCOTCH_INCLUDE_DIR PTSCOTCH_LIBRARY SCOTCH_LIBRARY PTSCOTCHERR_LIBRARY) 
-- Setting dune-alugrid_INCLUDE_DIRS=/home/dune/Dune/dune-alugrid
-- Setting dune-alugrid_LIBRARIES=dunealugrid
-- Performing tests specific to dune-python from file /home/dune/Dune/dune-python/cmake/modules/DunePythonMacros.cmake.
-- Writing a wrapper script around virtualenv to /home/dune/Dune/dune-testtools/build-cmake/dune-env-2
-- Writing a wrapper script around virtualenv to /home/dune/Dune/dune-testtools/build-cmake/dune-env
-- Writing a wrapper script around virtualenv to /home/dune/Dune/dune-testtools/build-cmake/dune-env-3
-- Writing a wrapper script around virtualenv to /home/dune/Dune/dune-testtools/build-cmake/dune-env
-- Setting dune-python_INCLUDE_DIRS=/home/dune/Dune/dune-python
-- Performing tests specific to dune-testtools from file /home/dune/Dune/dune-testtools/cmake/modules/DuneTesttoolsMacros.cmake.
Checking for presence of package pip with interpreter /usr/bin/python2... found!
Checking for presence of package pip with interpreter /usr/bin/python3... not found!
Obtaining file:///home/dune/Dune/dune-testtools/python
Requirement already satisfied (use --upgrade to upgrade): pyparsing==2.0.6 in /home/dune/Dune/dune-python/build-cmake/python2-env/lib/python2.7/site-packages (from dune.testtools==2.4)
Requirement already satisfied (use --upgrade to upgrade): six>=1.4.1 in /usr/lib/python2.7/dist-packages (from dune.testtools==2.4)
Installing collected packages: dune.testtools
  Running setup.py develop for dune.testtools
Successfully installed dune.testtools-2.4
Obtaining file:///home/dune/Dune/dune-testtools/python
Requirement already satisfied (use --upgrade to upgrade): pyparsing==2.0.6 in /home/dune/Dune/dune-python/build-cmake/python3-env/lib/python3.4/site-packages (from dune.testtools==2.4)
Requirement already satisfied (use --upgrade to upgrade): six>=1.4.1 in /home/dune/Dune/dune-python/build-cmake/python3-env/lib/python3.4/site-packages (from dune.testtools==2.4)
Installing collected packages: dune.testtools
  Running setup.py develop for dune.testtools
Successfully installed dune.testtools-2.4
Requirement already satisfied (use --upgrade to upgrade): pytest in /home/dune/Dune/dune-python/build-cmake/python3-env/lib/python3.4/site-packages
Requirement already satisfied (use --upgrade to upgrade): py>=1.4.29 in /home/dune/Dune/dune-python/build-cmake/python3-env/lib/python3.4/site-packages (from pytest)
Requirement already satisfied (use --upgrade to upgrade): pytest in /home/dune/Dune/dune-python/build-cmake/python2-env/lib/python2.7/site-packages
Requirement already satisfied (use --upgrade to upgrade): py>=1.4.29 in /home/dune/Dune/dune-python/build-cmake/python2-env/lib/python2.7/site-packages (from pytest)
Requirement already satisfied (use --upgrade to upgrade): pytest in /home/dune/Dune/dune-python/build-cmake/python2-env/lib/python2.7/site-packages
Requirement already satisfied (use --upgrade to upgrade): pytest-pep8 in /home/dune/Dune/dune-python/build-cmake/python2-env/lib/python2.7/site-packages
Requirement already satisfied (use --upgrade to upgrade): py>=1.4.29 in /home/dune/Dune/dune-python/build-cmake/python2-env/lib/python2.7/site-packages (from pytest)
Requirement already satisfied (use --upgrade to upgrade): pytest-cache in /home/dune/Dune/dune-python/build-cmake/python2-env/lib/python2.7/site-packages (from pytest-pep8)
Requirement already satisfied (use --upgrade to upgrade): pep8>=1.3 in /home/dune/Dune/dune-python/build-cmake/python2-env/lib/python2.7/site-packages (from pytest-pep8)
Requirement already satisfied (use --upgrade to upgrade): execnet>=1.1.dev1 in /home/dune/Dune/dune-python/build-cmake/python2-env/lib/python2.7/site-packages (from pytest-cache->pytest-pep8)
Requirement already satisfied (use --upgrade to upgrade): apipkg>=1.4 in /home/dune/Dune/dune-python/build-cmake/python2-env/lib/python2.7/site-packages (from execnet>=1.1.dev1->pytest-cache->pytest-pep8)
-- Using scripts from /home/dune/Dune/dune-common/cmake/scripts for creating doxygen stuff.
-- using /home/dune/Dune/dune-common/doc/doxygen/Doxystyle to create doxystyle file
CMake Warning at /home/dune/Dune/dune-python/cmake/modules/DuneSphinxCMakeDoc.cmake:62 (message):
  Unparsed arguments in dune_cmake_sphinx_doc: This often indicates typos!
Call Stack (most recent call first):
  doc/sphinx/CMakeLists.txt:1 (dune_cmake_sphinx_doc)


CMake Warning at /home/dune/Dune/dune-common/cmake/modules/DuneDoc.cmake:91 (message):
  Not adding rule to create technical.pdf as LaTeX is not usable!
Call Stack (most recent call first):
  doc/CMakeLists.txt:5 (dune_add_latex_document)


-- Adding custom target for config.h generation
-- 
-- The following OPTIONAL packages have been found:

 * dune-grid
 * dune-alugrid
 * dune-geometry
 * Doxygen
 * PkgConfig
 * BLAS
 * LAPACK
 * GMP
 * Inkscape
 * ALUGrid
 * UG (required version >= 3.11.0)
 * MPI
 * Threads
 * Python3Interp
 * Python2Interp
 * Sphinx

-- The following REQUIRED packages have been found:

 * dune-common
 * dune-python

-- The following features have been disabled:

 * Experimental grid extensions , Enables additional grid features.

-- The following OPTIONAL packages have not been found:

 * ThreadsCMake31
 * LATEX
 * METIS
 * ParMETIS
 * Alberta
 * X11
 * OpenGL
 * Grape
 * Psurface
 * AmiraMesh
 * ZLIB
 * SIONlib
 * DLMalloc
 * PTScotch
 * ZOLTAN

-- Configuring done
-- Generating done
-- Build files have been written to: /home/dune/Dune/dune-testtools/build-cmake
--- dune-testtools done ---
--- calling configure for dune-spgrid ---
/home/dune/Dune/dune-geometry/lib/dunegeometryam2cmake.lib for converting options does not exist
/home/dune/Dune/dune-spgrid/lib/dunespgridam2cmake.lib for converting options does not exist
 cmake -DCMAKE_MODULE_PATH=""  -DCMAKE_DISABLE_FIND_PACKAGE_MPI=FALSE "-Ddune-common_DIR=/home/dune/Dune/dune-common/build-cmake" "-Ddune-geometry_DIR=/home/dune/Dune/dune-geometry/build-cmake" -DALUGRID_ROOT=/home/dune/Libs/ALUGrid -DUG_ROOT=/home/dune/Libs/ug "-Ddune-grid_DIR=/home/dune/Dune/dune-grid/build-cmake"  "/home/dune/Dune/dune-spgrid"
-- Dependencies for dune-spgrid: dune-grid (>= 2.4)
-- Dependencies for dune-grid: dune-common (>= 2.4.1);dune-geometry (>= 2.4.1)
-- Dependencies for dune-geometry: dune-common (>= 2.4.1)
CMake Warning at /home/dune/Dune/dune-common/cmake/modules/DuneDoc.cmake:27 (message):
   Need latex to create documentation!
Call Stack (most recent call first):
  /home/dune/Dune/dune-common/cmake/modules/DuneMacros.cmake:654 (include)
  CMakeLists.txt:8 (dune_project)


-- Performing tests specific to dune-common from file /home/dune/Dune/dune-common/cmake/modules/DuneCommonMacros.cmake.
-- A library with BLAS API found.
-- A library with LAPACK API found.
-- Setting dune-common_INCLUDE_DIRS=/home/dune/Dune/dune-common
-- Setting dune-common_LIBRARIES=dunecommon
-- Setting dune-geometry_INCLUDE_DIRS=/home/dune/Dune/dune-geometry
-- Setting dune-geometry_LIBRARIES=dunegeometry
-- Performing tests specific to dune-grid from file /home/dune/Dune/dune-grid/cmake/modules/DuneGridMacros.cmake.
-- Could NOT find METIS (missing:  METIS_INCLUDE_DIR METIS_LIBRARY HAVE_METIS_PARTGRAPHKWAY) 
-- Could NOT find ParMETIS (missing:  PARMETIS_INCLUDE_DIR PARMETIS_LIBRARY HAVE_PARMETIS) 
-- Could NOT find OpenGL (missing:  OPENGL_gl_LIBRARY OPENGL_INCLUDE_DIR) 
-- Could NOT find Grape (missing:  X11_FOUND OPENGL_FOUND GRAPE_INCLUDE_DIR GRAPE_LIBRARY _GRAPE_LIB_FUNCTIONAL _GRAPE_HEADER_USABLE) 
-- checking for one of the modules 'psurface'
-- checking for module 'psurface'
--   package 'psurface' not found
-- Could NOT find psurface (missing:  PSURFACE_INCLUDE_DIR PSURFACE_LIBRARY) 
-- Could NOT find AmiraMesh (missing:  AMIRAMESH_INCLUDE_DIR AMIRAMESH_LIBRARY) 
-- Setting dune-grid_INCLUDE_DIRS=/home/dune/Dune/dune-grid
-- Setting dune-grid_LIBRARIES=dunegrid
-- Performing tests specific to dune-spgrid from file /home/dune/Dune/dune-spgrid/cmake/modules/DuneSpgridMacros.cmake.
-- Adding custom target for config.h generation
-- 
-- The following OPTIONAL packages have been found:

 * MPI
 * Doxygen
 * PkgConfig
 * BLAS
 * Threads
 * LAPACK
 * GMP
 * Inkscape
 * ALUGrid
 * UG (required version >= 3.11.0)

-- The following REQUIRED packages have been found:

 * dune-common
 * dune-grid
 * dune-geometry

-- The following features have been disabled:

 * Experimental grid extensions , Enables additional grid features.

-- The following OPTIONAL packages have not been found:

 * ThreadsCMake31
 * LATEX
 * METIS
 * ParMETIS
 * Alberta
 * X11
 * OpenGL
 * Grape
 * Psurface
 * AmiraMesh

-- Configuring done
-- Generating done
-- Build files have been written to: /home/dune/Dune/dune-spgrid/build-cmake
--- dune-spgrid done ---
--- calling configure for dune-istl ---
 cmake -DCMAKE_MODULE_PATH=""  -DCMAKE_DISABLE_FIND_PACKAGE_MPI=FALSE "-Ddune-common_DIR=/home/dune/Dune/dune-common/build-cmake" -DSUPERLU_ROOT=/home/dune/Libs/SuperLU_4.3  "/home/dune/Dune/dune-istl"
-- Dependencies for dune-istl: dune-common (>= 2.4.1)
CMake Warning at /home/dune/Dune/dune-common/cmake/modules/DuneDoc.cmake:27 (message):
   Need latex to create documentation!
Call Stack (most recent call first):
  /home/dune/Dune/dune-common/cmake/modules/DuneMacros.cmake:654 (include)
  CMakeLists.txt:24 (dune_project)


-- Performing tests specific to dune-common from file /home/dune/Dune/dune-common/cmake/modules/DuneCommonMacros.cmake.
-- A library with BLAS API found.
-- A library with LAPACK API found.
-- Setting dune-common_INCLUDE_DIRS=/home/dune/Dune/dune-common
-- Setting dune-common_LIBRARIES=dunecommon
-- Performing tests specific to dune-istl from file /home/dune/Dune/dune-istl/cmake/modules/DuneIstlMacros.cmake.
-- Boost version: 1.54.0
-- Boost version: 1.54.0
-- Checking whether the Boost::FUSION library is available.
-- Boost::FUSION is available
-- Could NOT find METIS (missing:  METIS_INCLUDE_DIR METIS_LIBRARY HAVE_METIS_PARTGRAPHKWAY) 
-- Could NOT find ParMETIS (missing:  PARMETIS_INCLUDE_DIR PARMETIS_LIBRARY HAVE_PARMETIS) 
-- Using scripts from /home/dune/Dune/dune-common/cmake/scripts for creating doxygen stuff.
-- using /home/dune/Dune/dune-common/doc/doxygen/Doxystyle to create doxystyle file
CMake Warning at /home/dune/Dune/dune-common/cmake/modules/DuneDoc.cmake:91 (message):
  Not adding rule to create istl.pdf as LaTeX is not usable!
Call Stack (most recent call first):
  doc/CMakeLists.txt:3 (dune_add_latex_document)


-- Adding custom target for config.h generation
-- 
-- The following OPTIONAL packages have been found:

 * Doxygen
 * PkgConfig
 * LAPACK
 * GMP
 * Inkscape
 * Boost
 * SuperLU
 * SuiteSparse
 * UMFPack
 * MPI
 * Threads

-- The following REQUIRED packages have been found:

 * dune-common

-- The following OPTIONAL packages have not been found:

 * ThreadsCMake31
 * LATEX
 * BoostFusion
 * METIS
 * ParMETIS

-- Configuring done
-- Generating done
-- Build files have been written to: /home/dune/Dune/dune-istl/build-cmake
--- dune-istl done ---
--- calling configure for dune-localfunctions ---
/home/dune/Dune/dune-geometry/lib/dunegeometryam2cmake.lib for converting options does not exist
/home/dune/Dune/dune-localfunctions/lib/dunelocalfunctionsam2cmake.lib for converting options does not exist
 cmake -DCMAKE_MODULE_PATH=""  -DCMAKE_DISABLE_FIND_PACKAGE_MPI=FALSE "-Ddune-common_DIR=/home/dune/Dune/dune-common/build-cmake" "-Ddune-geometry_DIR=/home/dune/Dune/dune-geometry/build-cmake"  "/home/dune/Dune/dune-localfunctions"
-- Dependencies for dune-localfunctions: dune-geometry (>= 2.4.1)
-- Dependencies for dune-geometry: dune-common (>= 2.4.1)
CMake Warning at /home/dune/Dune/dune-common/cmake/modules/DuneDoc.cmake:27 (message):
   Need latex to create documentation!
Call Stack (most recent call first):
  /home/dune/Dune/dune-common/cmake/modules/DuneMacros.cmake:654 (include)
  CMakeLists.txt:23 (dune_project)


-- Performing tests specific to dune-common from file /home/dune/Dune/dune-common/cmake/modules/DuneCommonMacros.cmake.
-- A library with BLAS API found.
-- A library with LAPACK API found.
-- Setting dune-common_INCLUDE_DIRS=/home/dune/Dune/dune-common
-- Setting dune-common_LIBRARIES=dunecommon
-- Setting dune-geometry_INCLUDE_DIRS=/home/dune/Dune/dune-geometry
-- Setting dune-geometry_LIBRARIES=dunegeometry
-- Performing tests specific to dune-localfunctions from file /home/dune/Dune/dune-localfunctions/cmake/modules/DuneLocalfunctionsMacros.cmake.
-- Using scripts from /home/dune/Dune/dune-common/cmake/scripts for creating doxygen stuff.
-- using /home/dune/Dune/dune-common/doc/doxygen/Doxystyle to create doxystyle file
CMake Warning at /home/dune/Dune/dune-common/cmake/modules/DuneDoc.cmake:91 (message):
  Not adding rule to create dune-localfunctions-manual.pdf as LaTeX is not
  usable!
Call Stack (most recent call first):
  doc/CMakeLists.txt:3 (dune_add_latex_document)


-- Adding custom target for config.h generation
-- 
-- The following OPTIONAL packages have been found:

 * MPI
 * Doxygen
 * PkgConfig
 * BLAS
 * Threads
 * LAPACK
 * GMP
 * Inkscape

-- The following REQUIRED packages have been found:

 * dune-common
 * dune-geometry

-- The following OPTIONAL packages have not been found:

 * ThreadsCMake31
 * LATEX

-- Configuring done
-- Generating done
-- Build files have been written to: /home/dune/Dune/dune-localfunctions/build-cmake
--- dune-localfunctions done ---
--- calling configure for dune-typetree ---
/home/dune/Dune/dune-typetree/lib/dunetypetreeam2cmake.lib for converting options does not exist
 cmake -DCMAKE_MODULE_PATH=""  -DCMAKE_DISABLE_FIND_PACKAGE_MPI=FALSE "-Ddune-common_DIR=/home/dune/Dune/dune-common/build-cmake"  "/home/dune/Dune/dune-typetree"
-- Dependencies for dune-typetree: dune-common (>= 2.4.1)
CMake Warning at /home/dune/Dune/dune-common/cmake/modules/DuneDoc.cmake:27 (message):
   Need latex to create documentation!
Call Stack (most recent call first):
  /home/dune/Dune/dune-common/cmake/modules/DuneMacros.cmake:654 (include)
  CMakeLists.txt:22 (dune_project)


-- Performing tests specific to dune-common from file /home/dune/Dune/dune-common/cmake/modules/DuneCommonMacros.cmake.
-- A library with BLAS API found.
-- A library with LAPACK API found.
-- Setting dune-common_INCLUDE_DIRS=/home/dune/Dune/dune-common
-- Setting dune-common_LIBRARIES=dunecommon
-- Performing tests specific to dune-typetree from file /home/dune/Dune/dune-typetree/cmake/modules/DuneTypetreeMacros.cmake.
-- Using scripts from /home/dune/Dune/dune-common/cmake/scripts for creating doxygen stuff.
-- using /home/dune/Dune/dune-common/doc/doxygen/Doxystyle to create doxystyle file
-- Adding custom target for config.h generation
-- 
-- The following OPTIONAL packages have been found:

 * MPI
 * Doxygen
 * PkgConfig
 * BLAS
 * Threads
 * LAPACK
 * GMP
 * Inkscape
 * CXXTemplateAliases
 * CXXDecltype
 * GCCTypeof

-- The following REQUIRED packages have been found:

 * dune-common

-- The following OPTIONAL packages have not been found:

 * ThreadsCMake31
 * LATEX

-- Configuring done
-- Generating done
-- Build files have been written to: /home/dune/Dune/dune-typetree/build-cmake
--- dune-typetree done ---
--- calling configure for dune-pdelab ---
/home/dune/Dune/dune-geometry/lib/dunegeometryam2cmake.lib for converting options does not exist
/home/dune/Dune/dune-localfunctions/lib/dunelocalfunctionsam2cmake.lib for converting options does not exist
/home/dune/Dune/dune-typetree/lib/dunetypetreeam2cmake.lib for converting options does not exist
/home/dune/Dune/dune-pdelab/lib/dunepdelabam2cmake.lib for converting options does not exist
 cmake -DCMAKE_MODULE_PATH=""  -DCMAKE_DISABLE_FIND_PACKAGE_MPI=FALSE "-Ddune-common_DIR=/home/dune/Dune/dune-common/build-cmake" "-Ddune-geometry_DIR=/home/dune/Dune/dune-geometry/build-cmake" -DALUGRID_ROOT=/home/dune/Libs/ALUGrid -DUG_ROOT=/home/dune/Libs/ug "-Ddune-grid_DIR=/home/dune/Dune/dune-grid/build-cmake" "-Ddune-localfunctions_DIR=/home/dune/Dune/dune-localfunctions/build-cmake" -DSUPERLU_ROOT=/home/dune/Libs/SuperLU_4.3 "-Ddune-istl_DIR=/home/dune/Dune/dune-istl/build-cmake" "-Ddune-typetree_DIR=/home/dune/Dune/dune-typetree/build-cmake" "-Ddune-alugrid_DIR=/home/dune/Dune/dune-alugrid/build-cmake"  "/home/dune/Dune/dune-pdelab"
-- Dependencies for dune-pdelab: dune-common (>= 2.4.1);dune-geometry (>= 2.4.1);dune-grid (>= 2.4.1);dune-localfunctions (>= 2.4.1);dune-istl (>= 2.4.1);dune-typetree (>= 2.4.1)
-- Suggestions for dune-pdelab: dune-alugrid
-- Dependencies for dune-geometry: dune-common (>= 2.4.1)
-- Dependencies for dune-grid: dune-common (>= 2.4.1);dune-geometry (>= 2.4.1)
-- Dependencies for dune-localfunctions: dune-geometry (>= 2.4.1)
-- Dependencies for dune-istl: dune-common (>= 2.4.1)
-- Dependencies for dune-typetree: dune-common (>= 2.4.1)
-- Dependencies for dune-alugrid: dune-grid (>= 2.4)
-- Dependencies for dune-geometry: dune-common (>= 2.4.1)
-- Dependencies for dune-grid: dune-common (>= 2.4.1);dune-geometry (>= 2.4.1)
-- Dependencies for dune-geometry: dune-common (>= 2.4.1)
CMake Warning at /home/dune/Dune/dune-common/cmake/modules/DuneDoc.cmake:27 (message):
   Need latex to create documentation!
Call Stack (most recent call first):
  /home/dune/Dune/dune-common/cmake/modules/DuneMacros.cmake:654 (include)
  CMakeLists.txt:23 (dune_project)


-- Performing tests specific to dune-common from file /home/dune/Dune/dune-common/cmake/modules/DuneCommonMacros.cmake.
-- A library with BLAS API found.
-- A library with LAPACK API found.
-- Setting dune-common_INCLUDE_DIRS=/home/dune/Dune/dune-common
-- Setting dune-common_LIBRARIES=dunecommon
-- Setting dune-geometry_INCLUDE_DIRS=/home/dune/Dune/dune-geometry
-- Setting dune-geometry_LIBRARIES=dunegeometry
-- Performing tests specific to dune-grid from file /home/dune/Dune/dune-grid/cmake/modules/DuneGridMacros.cmake.
-- Could NOT find METIS (missing:  METIS_INCLUDE_DIR METIS_LIBRARY HAVE_METIS_PARTGRAPHKWAY) 
-- Could NOT find ParMETIS (missing:  PARMETIS_INCLUDE_DIR PARMETIS_LIBRARY HAVE_PARMETIS) 
-- Could NOT find OpenGL (missing:  OPENGL_gl_LIBRARY OPENGL_INCLUDE_DIR) 
-- Could NOT find Grape (missing:  X11_FOUND OPENGL_FOUND GRAPE_INCLUDE_DIR GRAPE_LIBRARY _GRAPE_LIB_FUNCTIONAL _GRAPE_HEADER_USABLE) 
-- checking for one of the modules 'psurface'
-- checking for module 'psurface'
--   package 'psurface' not found
-- Could NOT find psurface (missing:  PSURFACE_INCLUDE_DIR PSURFACE_LIBRARY) 
-- Could NOT find AmiraMesh (missing:  AMIRAMESH_INCLUDE_DIR AMIRAMESH_LIBRARY) 
-- Setting dune-grid_INCLUDE_DIRS=/home/dune/Dune/dune-grid
-- Setting dune-grid_LIBRARIES=dunegrid
-- Performing tests specific to dune-alugrid from file /home/dune/Dune/dune-alugrid/cmake/modules/DuneAlugridMacros.cmake.
-- Could NOT find ZLIB (missing:  ZLIB_LIBRARY ZLIB_INCLUDE_DIR) 
-- Could NOT find SIONlib (missing:  SIONLIB_INCLUDE_DIR SIONLIB_LIBRARY SIONLIB_HEADER_USABLE SIONLIB_LIB_WORKS SIONLIB_LIB_SIONSER_WORKS) 
-- Could NOT find DLMalloc (missing:  DLMALLOC_INCLUDE_DIR DLMALLOC_SOURCE_INCLUDE) 
-- Could NOT find PTScotch (missing:  PTSCOTCH_INCLUDE_DIR PTSCOTCH_LIBRARY SCOTCH_LIBRARY PTSCOTCHERR_LIBRARY) 
-- Setting dune-alugrid_INCLUDE_DIRS=/home/dune/Dune/dune-alugrid
-- Setting dune-alugrid_LIBRARIES=dunealugrid
-- Performing tests specific to dune-typetree from file /home/dune/Dune/dune-typetree/cmake/modules/DuneTypetreeMacros.cmake.
-- Setting dune-typetree_INCLUDE_DIRS=/home/dune/Dune/dune-typetree
-- Performing tests specific to dune-istl from file /home/dune/Dune/dune-istl/cmake/modules/DuneIstlMacros.cmake.
-- Boost version: 1.54.0
-- Boost version: 1.54.0
-- Checking whether the Boost::FUSION library is available.
-- Boost::FUSION is available
-- Could NOT find METIS (missing:  METIS_INCLUDE_DIR METIS_LIBRARY HAVE_METIS_PARTGRAPHKWAY) 
-- Could NOT find ParMETIS (missing:  PARMETIS_INCLUDE_DIR PARMETIS_LIBRARY HAVE_PARMETIS) 
-- Setting dune-istl_INCLUDE_DIRS=/home/dune/Dune/dune-istl
-- Performing tests specific to dune-localfunctions from file /home/dune/Dune/dune-localfunctions/cmake/modules/DuneLocalfunctionsMacros.cmake.
-- Setting dune-localfunctions_INCLUDE_DIRS=/home/dune/Dune/dune-localfunctions
-- Performing tests specific to dune-pdelab from file /home/dune/Dune/dune-pdelab/cmake/modules/DunePdelabMacros.cmake.
-- PETSc could not be found.  Be sure to set PETSC_DIR and PETSC_ARCH. (missing:  PETSC_INCLUDES PETSC_LIBRARIES PETSC_EXECUTABLE_RUNS) 
CMake Warning at cmake/modules/DunePdelabMacros.cmake:37 (message):
  You are using a sequential UG in a parallel PDELab environment!
Call Stack (most recent call first):
  /home/dune/Dune/dune-common/cmake/modules/DuneMacros.cmake:522 (include)
  /home/dune/Dune/dune-common/cmake/modules/DuneMacros.cmake:665 (dune_process_dependency_macros)
  CMakeLists.txt:23 (dune_project)


-- Using scripts from /home/dune/Dune/dune-common/cmake/scripts for creating doxygen stuff.
-- using /home/dune/Dune/dune-common/doc/doxygen/Doxystyle to create doxystyle file
-- Adding custom target for config.h generation
-- 
-- The following OPTIONAL packages have been found:

 * dune-alugrid
 * Doxygen
 * PkgConfig
 * LAPACK
 * GMP
 * Inkscape
 * ALUGrid
 * UG (required version >= 3.11.0)
 * MPI
 * CXXTemplateAliases
 * CXXDecltype
 * GCCTypeof
 * Boost
 * SuperLU
 * Threads
 * SuiteSparse
 * UMFPack
 * Eigen3

-- The following REQUIRED packages have been found:

 * dune-common
 * dune-geometry
 * dune-grid
 * dune-localfunctions
 * dune-istl
 * dune-typetree

-- The following features have been disabled:

 * Experimental grid extensions , Enables additional grid features.

-- The following OPTIONAL packages have not been found:

 * ThreadsCMake31
 * LATEX
 * Alberta
 * X11
 * OpenGL
 * Grape
 * Psurface
 * AmiraMesh
 * ZLIB
 * SIONlib
 * DLMalloc
 * PTScotch
 * ZOLTAN
 * BoostFusion
 * METIS
 * ParMETIS
 * PETSc

-- Configuring done
-- Generating done
-- Build files have been written to: /home/dune/Dune/dune-pdelab/build-cmake
--- dune-pdelab done ---
--- calling configure for dune-fem ---
/home/dune/Dune/dune-geometry/lib/dunegeometryam2cmake.lib for converting options does not exist
/home/dune/Dune/dune-localfunctions/lib/dunelocalfunctionsam2cmake.lib for converting options does not exist
/home/dune/Dune/dune-spgrid/lib/dunespgridam2cmake.lib for converting options does not exist
 cmake -DCMAKE_MODULE_PATH=""  -DCMAKE_DISABLE_FIND_PACKAGE_MPI=FALSE "-Ddune-common_DIR=/home/dune/Dune/dune-common/build-cmake" "-Ddune-geometry_DIR=/home/dune/Dune/dune-geometry/build-cmake" -DALUGRID_ROOT=/home/dune/Libs/ALUGrid -DUG_ROOT=/home/dune/Libs/ug "-Ddune-grid_DIR=/home/dune/Dune/dune-grid/build-cmake" "-Ddune-alugrid_DIR=/home/dune/Dune/dune-alugrid/build-cmake" -DSUPERLU_ROOT=/home/dune/Libs/SuperLU_4.3 "-Ddune-istl_DIR=/home/dune/Dune/dune-istl/build-cmake" "-Ddune-localfunctions_DIR=/home/dune/Dune/dune-localfunctions/build-cmake" "-Ddune-spgrid_DIR=/home/dune/Dune/dune-spgrid/build-cmake"  "/home/dune/Dune/dune-fem"
-- Dependencies for dune-fem: dune-grid (>= 2.4)
-- Suggestions for dune-fem: dune-alugrid (>= 2.4);dune-istl (>= 2.4);dune-localfunctions (>= 2.4);dune-spgrid (>= 2.4)
-- Dependencies for dune-grid: dune-common (>= 2.4.1);dune-geometry (>= 2.4.1)
-- Dependencies for dune-alugrid: dune-grid (>= 2.4)
-- Dependencies for dune-istl: dune-common (>= 2.4.1)
-- Dependencies for dune-localfunctions: dune-geometry (>= 2.4.1)
-- Dependencies for dune-spgrid: dune-grid (>= 2.4)
-- Dependencies for dune-geometry: dune-common (>= 2.4.1)
-- Dependencies for dune-grid: dune-common (>= 2.4.1);dune-geometry (>= 2.4.1)
-- Dependencies for dune-geometry: dune-common (>= 2.4.1)
-- Dependencies for dune-geometry: dune-common (>= 2.4.1)
CMake Warning at /home/dune/Dune/dune-common/cmake/modules/DuneDoc.cmake:27 (message):
   Need latex to create documentation!
Call Stack (most recent call first):
  /home/dune/Dune/dune-common/cmake/modules/DuneMacros.cmake:654 (include)
  CMakeLists.txt:24 (dune_project)


-- Performing tests specific to dune-common from file /home/dune/Dune/dune-common/cmake/modules/DuneCommonMacros.cmake.
-- A library with BLAS API found.
-- A library with LAPACK API found.
-- Setting dune-common_INCLUDE_DIRS=/home/dune/Dune/dune-common
-- Setting dune-common_LIBRARIES=dunecommon
-- Setting dune-geometry_INCLUDE_DIRS=/home/dune/Dune/dune-geometry
-- Setting dune-geometry_LIBRARIES=dunegeometry
-- Performing tests specific to dune-grid from file /home/dune/Dune/dune-grid/cmake/modules/DuneGridMacros.cmake.
-- Could NOT find METIS (missing:  METIS_INCLUDE_DIR METIS_LIBRARY HAVE_METIS_PARTGRAPHKWAY) 
-- Could NOT find ParMETIS (missing:  PARMETIS_INCLUDE_DIR PARMETIS_LIBRARY HAVE_PARMETIS) 
-- Could NOT find OpenGL (missing:  OPENGL_gl_LIBRARY OPENGL_INCLUDE_DIR) 
-- Could NOT find Grape (missing:  X11_FOUND OPENGL_FOUND GRAPE_INCLUDE_DIR GRAPE_LIBRARY _GRAPE_LIB_FUNCTIONAL _GRAPE_HEADER_USABLE) 
-- checking for one of the modules 'psurface'
-- checking for module 'psurface'
--   package 'psurface' not found
-- Could NOT find psurface (missing:  PSURFACE_INCLUDE_DIR PSURFACE_LIBRARY) 
-- Could NOT find AmiraMesh (missing:  AMIRAMESH_INCLUDE_DIR AMIRAMESH_LIBRARY) 
-- Setting dune-grid_INCLUDE_DIRS=/home/dune/Dune/dune-grid
-- Setting dune-grid_LIBRARIES=dunegrid
-- Performing tests specific to dune-spgrid from file /home/dune/Dune/dune-spgrid/cmake/modules/DuneSpgridMacros.cmake.
-- Setting dune-spgrid_INCLUDE_DIRS=/home/dune/Dune/dune-spgrid
-- Performing tests specific to dune-localfunctions from file /home/dune/Dune/dune-localfunctions/cmake/modules/DuneLocalfunctionsMacros.cmake.
-- Setting dune-localfunctions_INCLUDE_DIRS=/home/dune/Dune/dune-localfunctions
-- Performing tests specific to dune-istl from file /home/dune/Dune/dune-istl/cmake/modules/DuneIstlMacros.cmake.
-- Boost version: 1.54.0
-- Boost version: 1.54.0
-- Checking whether the Boost::FUSION library is available.
-- Boost::FUSION is available
-- Could NOT find METIS (missing:  METIS_INCLUDE_DIR METIS_LIBRARY HAVE_METIS_PARTGRAPHKWAY) 
-- Could NOT find ParMETIS (missing:  PARMETIS_INCLUDE_DIR PARMETIS_LIBRARY HAVE_PARMETIS) 
-- Setting dune-istl_INCLUDE_DIRS=/home/dune/Dune/dune-istl
-- Performing tests specific to dune-alugrid from file /home/dune/Dune/dune-alugrid/cmake/modules/DuneAlugridMacros.cmake.
-- Could NOT find ZLIB (missing:  ZLIB_LIBRARY ZLIB_INCLUDE_DIR) 
-- Could NOT find SIONlib (missing:  SIONLIB_INCLUDE_DIR SIONLIB_LIBRARY SIONLIB_HEADER_USABLE SIONLIB_LIB_WORKS SIONLIB_LIB_SIONSER_WORKS) 
-- Could NOT find DLMalloc (missing:  DLMALLOC_INCLUDE_DIR DLMALLOC_SOURCE_INCLUDE) 
-- Could NOT find PTScotch (missing:  PTSCOTCH_INCLUDE_DIR PTSCOTCH_LIBRARY SCOTCH_LIBRARY PTSCOTCHERR_LIBRARY) 
-- Setting dune-alugrid_INCLUDE_DIRS=/home/dune/Dune/dune-alugrid
-- Setting dune-alugrid_LIBRARIES=dunealugrid
-- Performing tests specific to dune-fem from file /home/dune/Dune/dune-fem/cmake/modules/DuneFemMacros.cmake.
-- Could NOT find SIONlib (missing:  SIONLIB_INCLUDE_DIR SIONLIB_LIBRARY SIONLIB_HEADER_USABLE SIONLIB_LIB_WORKS SIONLIB_LIB_SIONSER_WORKS) 
-- Could NOT find PAPI (missing:  PAPI_INCLUDE_DIR PAPI_LIBRARY PAPI_HEADER_USABLE PAPI_LIB_WORKS) 
-- Updating cmake-modules from Jed Brown into /home/dune/Dune/dune-fem/cmake/modules/petsc/
Already up-to-date.
-- PETSc could not be found.  Be sure to set PETSC_DIR and PETSC_ARCH. (missing:  PETSC_INCLUDES PETSC_LIBRARIES PETSC_EXECUTABLE_RUNS) 
-- Using scripts from /home/dune/Dune/dune-common/cmake/scripts for creating doxygen stuff.
-- using /home/dune/Dune/dune-common/doc/doxygen/Doxystyle to create doxystyle file
-- Adding custom target for config.h generation
-- 
-- The following OPTIONAL packages have been found:

 * dune-alugrid
 * dune-istl
 * dune-localfunctions
 * dune-spgrid
 * Doxygen
 * PkgConfig
 * LAPACK
 * GMP
 * Inkscape
 * ALUGrid
 * UG (required version >= 3.11.0)
 * Boost
 * SuperLU
 * SuiteSparse
 * UMFPack
 * XDR
 * MPI
 * Threads

-- The following REQUIRED packages have been found:

 * dune-common
 * dune-grid
 * dune-geometry

-- The following features have been disabled:

 * Experimental grid extensions , Enables additional grid features.

-- The following OPTIONAL packages have not been found:

 * ThreadsCMake31
 * LATEX
 * Alberta
 * X11
 * OpenGL
 * Grape
 * Psurface
 * AmiraMesh
 * BoostFusion
 * METIS
 * ParMETIS
 * ZLIB
 * DLMalloc
 * PTScotch
 * ZOLTAN
 * SIONlib
 * PAPI
 * PETSc

-- Configuring done
-- Generating done
-- Build files have been written to: /home/dune/Dune/dune-fem/build-cmake
--- dune-fem done ---
--- calling configure for dune-spl ---
/home/dune/Dune/dune-python/lib/dunepythonam2cmake.lib for converting options does not exist
/home/dune/Dune/dune-geometry/lib/dunegeometryam2cmake.lib for converting options does not exist
/home/dune/Dune/dune-testtools/lib/dunetesttoolsam2cmake.lib for converting options does not exist
/home/dune/Dune/dune-spgrid/lib/dunespgridam2cmake.lib for converting options does not exist
/home/dune/Dune/dune-localfunctions/lib/dunelocalfunctionsam2cmake.lib for converting options does not exist
/home/dune/Dune/dune-typetree/lib/dunetypetreeam2cmake.lib for converting options does not exist
/home/dune/Dune/dune-pdelab/lib/dunepdelabam2cmake.lib for converting options does not exist
/home/dune/Dune/dune-spl/lib/dunesplam2cmake.lib for converting options does not exist
 cmake -DCMAKE_MODULE_PATH=""  -DCMAKE_DISABLE_FIND_PACKAGE_MPI=FALSE "-Ddune-common_DIR=/home/dune/Dune/dune-common/build-cmake" "-Ddune-python_DIR=/home/dune/Dune/dune-python/build-cmake" "-Ddune-geometry_DIR=/home/dune/Dune/dune-geometry/build-cmake" -DALUGRID_ROOT=/home/dune/Libs/ALUGrid -DUG_ROOT=/home/dune/Libs/ug "-Ddune-grid_DIR=/home/dune/Dune/dune-grid/build-cmake" "-Ddune-alugrid_DIR=/home/dune/Dune/dune-alugrid/build-cmake" "-Ddune-testtools_DIR=/home/dune/Dune/dune-testtools/build-cmake" "-Ddune-spgrid_DIR=/home/dune/Dune/dune-spgrid/build-cmake" -DSUPERLU_ROOT=/home/dune/Libs/SuperLU_4.3 "-Ddune-istl_DIR=/home/dune/Dune/dune-istl/build-cmake" "-Ddune-localfunctions_DIR=/home/dune/Dune/dune-localfunctions/build-cmake" "-Ddune-typetree_DIR=/home/dune/Dune/dune-typetree/build-cmake" "-Ddune-pdelab_DIR=/home/dune/Dune/dune-pdelab/build-cmake" "-Ddune-fem_DIR=/home/dune/Dune/dune-fem/build-cmake"  "/home/dune/Dune/dune-spl"
-- Dependencies for dune-spl: dune-common;dune-python;dune-geometry;dune-grid;dune-alugrid;dune-testtools;dune-spgrid;dune-istl;dune-localfunctions;dune-typetree;dune-pdelab;dune-fem
-- Dependencies for dune-python: dune-common
-- Dependencies for dune-geometry: dune-common (>= 2.4.1)
-- Dependencies for dune-grid: dune-common (>= 2.4.1);dune-geometry (>= 2.4.1)
-- Dependencies for dune-alugrid: dune-grid (>= 2.4)
-- Dependencies for dune-testtools: dune-common;dune-python
-- Suggestions for dune-testtools: dune-grid;dune-alugrid
-- Dependencies for dune-spgrid: dune-grid (>= 2.4)
-- Dependencies for dune-istl: dune-common (>= 2.4.1)
-- Dependencies for dune-localfunctions: dune-geometry (>= 2.4.1)
-- Dependencies for dune-typetree: dune-common (>= 2.4.1)
-- Dependencies for dune-pdelab: dune-common (>= 2.4.1);dune-geometry (>= 2.4.1);dune-grid (>= 2.4.1);dune-localfunctions (>= 2.4.1);dune-istl (>= 2.4.1);dune-typetree (>= 2.4.1)
-- Suggestions for dune-pdelab: dune-alugrid
-- Dependencies for dune-fem: dune-grid (>= 2.4)
-- Suggestions for dune-fem: dune-alugrid (>= 2.4);dune-istl (>= 2.4);dune-localfunctions (>= 2.4);dune-spgrid (>= 2.4)
-- Dependencies for dune-grid: dune-common (>= 2.4.1);dune-geometry (>= 2.4.1)
-- Dependencies for dune-geometry: dune-common (>= 2.4.1)
-- Dependencies for dune-grid: dune-common (>= 2.4.1);dune-geometry (>= 2.4.1)
-- Dependencies for dune-localfunctions: dune-geometry (>= 2.4.1)
-- Dependencies for dune-istl: dune-common (>= 2.4.1)
-- Dependencies for dune-typetree: dune-common (>= 2.4.1)
-- Dependencies for dune-python: dune-common
-- Dependencies for dune-alugrid: dune-grid (>= 2.4)
-- Dependencies for dune-istl: dune-common (>= 2.4.1)
-- Dependencies for dune-localfunctions: dune-geometry (>= 2.4.1)
-- Dependencies for dune-spgrid: dune-grid (>= 2.4)
-- Dependencies for dune-alugrid: dune-grid (>= 2.4)
-- Dependencies for dune-grid: dune-common (>= 2.4.1);dune-geometry (>= 2.4.1)
-- Dependencies for dune-geometry: dune-common (>= 2.4.1)
-- Dependencies for dune-geometry: dune-common (>= 2.4.1)
-- Dependencies for dune-grid: dune-common (>= 2.4.1);dune-geometry (>= 2.4.1)
-- Dependencies for dune-geometry: dune-common (>= 2.4.1)
CMake Warning at /home/dune/Dune/dune-common/cmake/modules/DuneDoc.cmake:27 (message):
   Need latex to create documentation!
Call Stack (most recent call first):
  /home/dune/Dune/dune-common/cmake/modules/DuneMacros.cmake:654 (include)
  CMakeLists.txt:19 (dune_project)


-- Performing tests specific to dune-common from file /home/dune/Dune/dune-common/cmake/modules/DuneCommonMacros.cmake.
-- A library with BLAS API found.
-- A library with LAPACK API found.
-- Setting dune-common_INCLUDE_DIRS=/home/dune/Dune/dune-common
-- Setting dune-common_LIBRARIES=dunecommon
-- Setting dune-geometry_INCLUDE_DIRS=/home/dune/Dune/dune-geometry
-- Setting dune-geometry_LIBRARIES=dunegeometry
-- Performing tests specific to dune-grid from file /home/dune/Dune/dune-grid/cmake/modules/DuneGridMacros.cmake.
-- Could NOT find METIS (missing:  METIS_INCLUDE_DIR METIS_LIBRARY HAVE_METIS_PARTGRAPHKWAY) 
-- Could NOT find ParMETIS (missing:  PARMETIS_INCLUDE_DIR PARMETIS_LIBRARY HAVE_PARMETIS) 
-- Could NOT find OpenGL (missing:  OPENGL_gl_LIBRARY OPENGL_INCLUDE_DIR) 
-- Could NOT find Grape (missing:  X11_FOUND OPENGL_FOUND GRAPE_INCLUDE_DIR GRAPE_LIBRARY _GRAPE_LIB_FUNCTIONAL _GRAPE_HEADER_USABLE) 
-- checking for one of the modules 'psurface'
-- checking for module 'psurface'
--   package 'psurface' not found
-- Could NOT find psurface (missing:  PSURFACE_INCLUDE_DIR PSURFACE_LIBRARY) 
-- Could NOT find AmiraMesh (missing:  AMIRAMESH_INCLUDE_DIR AMIRAMESH_LIBRARY) 
-- Setting dune-grid_INCLUDE_DIRS=/home/dune/Dune/dune-grid
-- Setting dune-grid_LIBRARIES=dunegrid
-- Performing tests specific to dune-alugrid from file /home/dune/Dune/dune-alugrid/cmake/modules/DuneAlugridMacros.cmake.
-- Could NOT find ZLIB (missing:  ZLIB_LIBRARY ZLIB_INCLUDE_DIR) 
-- Could NOT find SIONlib (missing:  SIONLIB_INCLUDE_DIR SIONLIB_LIBRARY SIONLIB_HEADER_USABLE SIONLIB_LIB_WORKS SIONLIB_LIB_SIONSER_WORKS) 
-- Could NOT find DLMalloc (missing:  DLMALLOC_INCLUDE_DIR DLMALLOC_SOURCE_INCLUDE) 
-- Could NOT find PTScotch (missing:  PTSCOTCH_INCLUDE_DIR PTSCOTCH_LIBRARY SCOTCH_LIBRARY PTSCOTCHERR_LIBRARY) 
-- Setting dune-alugrid_INCLUDE_DIRS=/home/dune/Dune/dune-alugrid
-- Setting dune-alugrid_LIBRARIES=dunealugrid
-- Performing tests specific to dune-spgrid from file /home/dune/Dune/dune-spgrid/cmake/modules/DuneSpgridMacros.cmake.
-- Setting dune-spgrid_INCLUDE_DIRS=/home/dune/Dune/dune-spgrid
-- Performing tests specific to dune-localfunctions from file /home/dune/Dune/dune-localfunctions/cmake/modules/DuneLocalfunctionsMacros.cmake.
-- Setting dune-localfunctions_INCLUDE_DIRS=/home/dune/Dune/dune-localfunctions
-- Performing tests specific to dune-istl from file /home/dune/Dune/dune-istl/cmake/modules/DuneIstlMacros.cmake.
-- Boost version: 1.54.0
-- Boost version: 1.54.0
-- Checking whether the Boost::FUSION library is available.
-- Boost::FUSION is available
-- Could NOT find METIS (missing:  METIS_INCLUDE_DIR METIS_LIBRARY HAVE_METIS_PARTGRAPHKWAY) 
-- Could NOT find ParMETIS (missing:  PARMETIS_INCLUDE_DIR PARMETIS_LIBRARY HAVE_PARMETIS) 
-- Setting dune-istl_INCLUDE_DIRS=/home/dune/Dune/dune-istl
-- Performing tests specific to dune-python from file /home/dune/Dune/dune-python/cmake/modules/DunePythonMacros.cmake.
-- Writing a wrapper script around virtualenv to /home/dune/Dune/dune-spl/build-cmake/dune-env-2
-- Writing a wrapper script around virtualenv to /home/dune/Dune/dune-spl/build-cmake/dune-env
-- Writing a wrapper script around virtualenv to /home/dune/Dune/dune-spl/build-cmake/dune-env-3
-- Writing a wrapper script around virtualenv to /home/dune/Dune/dune-spl/build-cmake/dune-env
-- Setting dune-python_INCLUDE_DIRS=/home/dune/Dune/dune-python
-- Performing tests specific to dune-typetree from file /home/dune/Dune/dune-typetree/cmake/modules/DuneTypetreeMacros.cmake.
-- Setting dune-typetree_INCLUDE_DIRS=/home/dune/Dune/dune-typetree
-- Performing tests specific to dune-fem from file /home/dune/Dune/dune-fem/cmake/modules/DuneFemMacros.cmake.
-- Could NOT find SIONlib (missing:  SIONLIB_INCLUDE_DIR SIONLIB_LIBRARY SIONLIB_HEADER_USABLE SIONLIB_LIB_WORKS SIONLIB_LIB_SIONSER_WORKS) 
-- Could NOT find PAPI (missing:  PAPI_INCLUDE_DIR PAPI_LIBRARY PAPI_HEADER_USABLE PAPI_LIB_WORKS) 
-- Updating cmake-modules from Jed Brown into /home/dune/Dune/dune-fem/cmake/modules/petsc/
Already up-to-date.
-- PETSc could not be found.  Be sure to set PETSC_DIR and PETSC_ARCH. (missing:  PETSC_INCLUDES PETSC_LIBRARIES PETSC_EXECUTABLE_RUNS) 
-- Setting dune-fem_INCLUDE_DIRS=/home/dune/Dune/dune-fem
-- Setting dune-fem_LIBRARIES=dunefem
-- Performing tests specific to dune-pdelab from file /home/dune/Dune/dune-pdelab/cmake/modules/DunePdelabMacros.cmake.
-- PETSc could not be found.  Be sure to set PETSC_DIR and PETSC_ARCH. (missing:  PETSC_INCLUDES PETSC_LIBRARIES PETSC_EXECUTABLE_RUNS) 
CMake Warning at /home/dune/Dune/dune-pdelab/cmake/modules/DunePdelabMacros.cmake:37 (message):
  You are using a sequential UG in a parallel PDELab environment!
Call Stack (most recent call first):
  /home/dune/Dune/dune-common/cmake/modules/DuneMacros.cmake:522 (include)
  /home/dune/Dune/dune-common/cmake/modules/DuneMacros.cmake:665 (dune_process_dependency_macros)
  CMakeLists.txt:19 (dune_project)


-- Setting dune-pdelab_INCLUDE_DIRS=/home/dune/Dune/dune-pdelab
-- Setting dune-pdelab_LIBRARIES=dunepdelab
-- Performing tests specific to dune-testtools from file /home/dune/Dune/dune-testtools/cmake/modules/DuneTesttoolsMacros.cmake.
-- Setting dune-testtools_INCLUDE_DIRS=/home/dune/Dune/dune-testtools
-- Performing tests specific to dune-spl from file /home/dune/Dune/dune-spl/cmake/modules/DuneSplMacros.cmake.
-- Using scripts from /home/dune/Dune/dune-common/cmake/scripts for creating doxygen stuff.
-- using /home/dune/Dune/dune-common/doc/doxygen/Doxystyle to create doxystyle file
-- Adding custom target for config.h generation
-- 
-- The following OPTIONAL packages have been found:

 * Doxygen
 * PkgConfig
 * LAPACK
 * GMP
 * Inkscape
 * ALUGrid
 * UG (required version >= 3.11.0)
 * MPI
 * Boost
 * SuperLU
 * Threads
 * SuiteSparse
 * UMFPack
 * Python3Interp
 * Python2Interp
 * Sphinx
 * CXXTemplateAliases
 * CXXDecltype
 * GCCTypeof
 * XDR
 * Eigen3

-- The following REQUIRED packages have been found:

 * dune-common
 * dune-python
 * dune-geometry
 * dune-grid
 * dune-alugrid
 * dune-testtools
 * dune-spgrid
 * dune-istl
 * dune-localfunctions
 * dune-typetree
 * dune-pdelab
 * dune-fem

-- The following features have been disabled:

 * Experimental grid extensions , Enables additional grid features.

-- The following OPTIONAL packages have not been found:

 * ThreadsCMake31
 * LATEX
 * Alberta
 * X11
 * OpenGL
 * Grape
 * Psurface
 * AmiraMesh
 * ZLIB
 * DLMalloc
 * PTScotch
 * ZOLTAN
 * BoostFusion
 * METIS
 * ParMETIS
 * SIONlib
 * PAPI
 * PETSc

-- Configuring done
-- Generating done
-- Build files have been written to: /home/dune/Dune/dune-spl/build-cmake
--- dune-spl done ---
--- done ---
--- going to build dune-common dune-python dune-geometry dune-grid dune-alugrid dune-testtools dune-spgrid dune-istl dune-localfunctions dune-typetree dune-pdelab dune-fem dune-spl  ---
--- calling make for dune-common ---
build directory: build-cmake
cmake --build . --  "all"
[ 76%] Built target dunecommon
[ 84%] Built target indexset
[ 92%] Built target poosc08
[100%] Built target poosc08_test
--- dune-common done ---
--- calling make for dune-python ---
build directory: build-cmake
cmake --build . --  "all"
--- dune-python done ---
--- calling make for dune-geometry ---
build directory: build-cmake
cmake --build . --  "all"
[100%] Built target dunegeometry
--- dune-geometry done ---
--- calling make for dune-grid ---
build directory: build-cmake
cmake --build . --  "all"
[100%] Built target dunegrid
--- dune-grid done ---
--- calling make for dune-alugrid ---
build directory: build-cmake
cmake --build . --  "all"
[100%] Built target dunealugrid
--- dune-alugrid done ---
--- calling make for dune-testtools ---
build directory: build-cmake
cmake --build . --  "all"
[  4%] Built target outputtreetest
[  8%] Built target triggertest
[ 13%] Built target constructiontest
[ 17%] Built target dt1_0000
[ 21%] Built target statictest_1
[ 26%] Built target statictest_2
[ 30%] Built target dyntest1
[ 34%] Built target dyntest2
[ 39%] Built target onemacrodyntest1
[ 43%] Built target onemacrodyntest2
[ 47%] Built target allvariants_1
[ 52%] Built target allvariants_2
[ 56%] Built target parallel_1
[ 60%] Built target parallel_2
[ 65%] Built target convergence_test_0000
[ 69%] Built target convergence_test_0001
[ 73%] Built target outputcompare
[ 78%] Built target vtkcompare_multiple
[ 82%] Built target vtkcompare_single
[ 86%] Built target expansion_ug
[ 91%] Built target expansion_yasp
[ 95%] Built target mysystemtest_0000
[100%] Built target mysystemtest_0001
--- dune-testtools done ---
--- calling make for dune-spgrid ---
build directory: build-cmake
cmake --build . --  "all"
[100%] Built target iterators
--- dune-spgrid done ---
--- calling make for dune-istl ---
build directory: build-cmake
cmake --build . --  "all"
[100%] Built target example
--- dune-istl done ---
--- calling make for dune-localfunctions ---
build directory: build-cmake
cmake --build . --  "all"
--- dune-localfunctions done ---
--- calling make for dune-typetree ---
build directory: build-cmake
cmake --build . --  "all"
--- dune-typetree done ---
--- calling make for dune-pdelab ---
build directory: build-cmake
cmake --build . --  "all"
[100%] Built target dunepdelab
--- dune-pdelab done ---
--- calling make for dune-fem ---
build directory: build-cmake
cmake --build . --  "all"
[100%] Built target dunefem
--- dune-fem done ---
--- calling make for dune-spl ---
build directory: build-cmake
cmake --build . --  "all"
Scanning dependencies of target diffusion_0000
[  1%] Building CXX object src/CMakeFiles/diffusion_0000.dir/diffusion.cc.o
In file included from /home/dune/Dune/dune-spl/src/diffusion.cc:15:0:
/home/dune/Dune/dune-common/dune/common/static_assert.hh:6:2: warning: #warning This header and the macro dune_static_assert are deprecated, use static_assert instead. [-Wcpp]
 #warning This header and the macro dune_static_assert are deprecated, use static_assert instead.
  ^
In file included from /home/dune/Dune/dune-spl/src/diffusion.cc:30:0:
/home/dune/Dune/dune-alugrid/dune/alugrid/grid.hh:10:2: warning: #warning "Using old ALUGrid version from dune-grid" [-Wcpp]
 #warning "Using old ALUGrid version from dune-grid"
  ^
In file included from /home/dune/Dune/dune-grid/dune/grid/alugrid/common/declaration.hh:13:0,
                 from /home/dune/Dune/dune-grid/dune/grid/alugrid.hh:9,
                 from /home/dune/Dune/dune-alugrid/dune/alugrid/grid.hh:11,
                 from /home/dune/Dune/dune-spl/src/diffusion.cc:30:
/home/dune/Dune/dune-grid/dune/grid/alugrid/common/checkparallel.hh:13:6: warning: #warning "The ALUGrid-library wasn't compiled for parallel usage. Reconfigure  using the MPI compiler script or compile Dune without the MPI support!  Defaulting to serial ALUGrid!" [-Wcpp]
     #warning "The ALUGrid-library wasn't compiled for parallel usage. Reconfigure\
      ^
In file included from /home/dune/Dune/dune-spl/src/diffusion.cc:34:0:
/home/dune/Dune/dune-pdelab/dune/pdelab/backend/istlmatrixbackend.hh:3:2: warning: #warning "The file dune/pdelab/backend/istlmatrixbackend.hh is deprecated. Please use dune/pdelab/backend/istl.hh instead." [-Wcpp]
 #warning "The file dune/pdelab/backend/istlmatrixbackend.hh is deprecated. Please use dune/pdelab/backend/istl.hh instead."
  ^
In file included from /home/dune/Dune/dune-spl/src/diffusion.cc:36:0:
/home/dune/Dune/dune-pdelab/dune/pdelab/backend/istlvectorbackend.hh:4:2: warning: #warning "The file dune/pdelab/backend/istlvectorbackend.hh is deprecated. Please use dune/pdelab/backend/istl.hh instead." [-Wcpp]
 #warning "The file dune/pdelab/backend/istlvectorbackend.hh is deprecated. Please use dune/pdelab/backend/istl.hh instead."
  ^
/home/dune/Dune/dune-spl/src/diffusion.cc: In function 'int main(int, char**)':
/home/dune/Dune/dune-spl/src/diffusion.cc:129:31: warning: 'using ISTLVectorBackend = struct Dune::PDELab::istl::VectorBackend<>' is deprecated (declared at /home/dune/Dune/dune-pdelab/dune/pdelab/backend/istl/descriptors.hh:102): "ISTLVectorBackend is deprecated and will be removed after PDELab 2.4. Use istl::VectorBackend instead" [-Wdeprecated-declarations]
     using VBE = Dune::PDELab::ISTLVectorBackend<>;
                               ^
/home/dune/Dune/dune-spl/src/diffusion.cc:154:31: warning: 'ISTLMatrixBackend' is deprecated (declared at /home/dune/Dune/dune-pdelab/dune/pdelab/backend/istl/descriptors.hh:114): "ISTLMatrixBackend has been deprecated and will be removed after the release of PDELab 2.4. Use istl::BCRSMatrixBackend with the newer pattern construction method instead" [-Wdeprecated-declarations]
     using MBE = Dune::PDELab::ISTLMatrixBackend;
                               ^
/home/dune/Dune/dune-spl/src/diffusion.cc:154:48: warning: 'ISTLMatrixBackend' is deprecated (declared at /home/dune/Dune/dune-pdelab/dune/pdelab/backend/istl/descriptors.hh:114): "ISTLMatrixBackend has been deprecated and will be removed after the release of PDELab 2.4. Use istl::BCRSMatrixBackend with the newer pattern construction method instead" [-Wdeprecated-declarations]
     using MBE = Dune::PDELab::ISTLMatrixBackend;
                                                ^
/home/dune/Dune/dune-spl/src/diffusion.cc:200:88: warning: 'void Dune::VTKWriter<GridView>::addVertexData(Dune::VTKWriter<GridView>::VTKFunction*) [with GridView = Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >; Dune::VTKWriter<GridView>::VTKFunction = Dune::VTKFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> > >]' is deprecated (declared at /home/dune/Dune/dune-grid/dune/grid/io/file/vtk/vtkwriter.hh:643): "Don't pass raw pointers, use the version with shared_ptr" [-Wdeprecated-declarations]
     vtkwriter.addVertexData(new Dune::PDELab::VTKGridFunctionAdapter<UDGF>(udgf, "u_h"));
                                                                                        ^
/home/dune/Dune/dune-spl/src/diffusion.cc:201:80: warning: 'void Dune::VTKWriter<GridView>::addVertexData(Dune::VTKWriter<GridView>::VTKFunction*) [with GridView = Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >; Dune::VTKWriter<GridView>::VTKFunction = Dune::VTKFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> > >]' is deprecated (declared at /home/dune/Dune/dune-grid/dune/grid/io/file/vtk/vtkwriter.hh:643): "Don't pass raw pointers, use the version with shared_ptr" [-Wdeprecated-declarations]
     vtkwriter.addVertexData(new Dune::PDELab::VTKGridFunctionAdapter<G>(g, "u"));
                                                                                ^
In file included from /home/dune/Dune/dune-spl/src/diffusion.cc:53:0:
/home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh: In instantiation of 'void Dune::PDELab::ConvectionDiffusionDG<T, FiniteElementMap>::lambda_volume(const EG&, const LFSV&, R&) const [with EG = Dune::PDELab::ElementGeometry<Dune::Entity<0, 1, const Dune::OneDGrid, Dune::OneDGridEntity> >; LFSV = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::AnySpaceTag>; R = Dune::PDELab::WeightedVectorAccumulationView<Dune::PDELab::LocalVector<double, Dune::PDELab::AnySpaceTag, double> >; T = Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, double>; FiniteElementMap = Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>]':
/home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/callswitch.hh:261:9:   required from 'static void Dune::PDELab::LocalAssemblerCallSwitch<LA, true>::lambda_volume(const LA&, const EG&, const LFSV&, R&) [with EG = Dune::PDELab::ElementGeometry<Dune::Entity<0, 1, const Dune::OneDGrid, Dune::OneDGridEntity> >; LFSV = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::AnySpaceTag>; R = Dune::PDELab::WeightedVectorAccumulationView<Dune::PDELab::LocalVector<double, Dune::PDELab::AnySpaceTag, double> >; LA = Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2> >]'
/home/dune/Dune/dune-pdelab/dune/pdelab/gridoperator/default/residualengine.hh:249:71:   required from 'void Dune::PDELab::DefaultLocalResidualAssemblerEngine<LA>::assembleVVolume(const EG&, const LFSVC&) [with EG = Dune::PDELab::ElementGeometry<Dune::Entity<0, 1, const Dune::OneDGrid, Dune::OneDGridEntity> >; LFSVC = Dune::PDELab::LFSIndexCache<Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::AnySpaceTag>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double> >; LA = Dune::PDELab::DefaultLocalAssembler<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2> >, Dune::PDELab::ISTLMatrixBackend, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double> >, Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2> >, false>]'
/home/dune/Dune/dune-pdelab/dune/pdelab/gridoperator/default/assembler.hh:135:13:   required from 'void Dune::PDELab::DefaultAssembler<GFSU, GFSV, CU, CV, nonoverlapping_mode>::assemble(LocalAssemblerEngine&) const [with LocalAssemblerEngine = Dune::PDELab::DefaultLocalResidualAssemblerEngine<Dune::PDELab::DefaultLocalAssembler<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2> >, Dune::PDELab::ISTLMatrixBackend, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double> >, Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2> >, false> >; GFSU = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >; GFSV = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >; CU = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>; CV = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>; bool nonoverlapping_mode = true]'
/home/dune/Dune/dune-pdelab/dune/pdelab/gridoperator/gridoperator.hh:196:9:   required from 'void Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV, nonoverlapping_mode>::residual(const Domain&, Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV, nonoverlapping_mode>::Range&) const [with GFSU = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >; GFSV = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >; LOP = Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2> >; MB = Dune::PDELab::ISTLMatrixBackend; DF = double; RF = double; JF = double; CU = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>; CV = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>; int nonoverlapping_mode = -1; Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV, nonoverlapping_mode>::Domain = Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV, nonoverlapping_mode>::Range = Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/home/dune/Dune/dune-pdelab/dune/pdelab/newton/newton.hh:173:9:   required from 'void Dune::PDELab::NewtonSolver<GOS, S, TrlV, TstV>::defect(Dune::PDELab::NewtonSolver<GOS, S, TrlV, TstV>::TestVector&) [with GOS = Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2> >, Dune::PDELab::ISTLMatrixBackend, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double> >; S = Dune::PDELab::ISTLBackend_SEQ_BCGS_Jac; TrlV = Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; TstV = Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; Dune::PDELab::NewtonSolver<GOS, S, TrlV, TstV>::TestVector = Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/home/dune/Dune/dune-pdelab/dune/pdelab/newton/newton.hh:239:11:   required from 'void Dune::PDELab::NewtonSolver<GOS, S, TrlV, TstV>::apply() [with GOS = Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2> >, Dune::PDELab::ISTLMatrixBackend, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double> >; S = Dune::PDELab::ISTLBackend_SEQ_BCGS_Jac; TrlV = Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; TstV = Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/home/dune/Dune/dune-spl/src/diffusion.cc:193:15:   required from here
/home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:939:102: error: no matching function for call to 'Dune::PDELab::LocalBasisCache<Dune::QkStuff::QkLocalBasis<double, double, 1, 2> >::evaluateFunction(const Vector&, const LocalBasisType&) const'
             auto& phi = cache[order].evaluateFunction(ip.position(),lfsv.finiteElement().localBasis());
                                                                                                      ^
/home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:939:102: note: candidate is:
In file included from /home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:17:0,
                 from /home/dune/Dune/dune-spl/src/diffusion.cc:53:
/home/dune/Dune/dune-pdelab/dune/pdelab/finiteelement/localbasiscache.hh:47:7: note: const std::vector<typename LB::Traits::RangeType>& Dune::PDELab::LocalBasisCache<LocalBasisType>::evaluateFunction(const DomainType&, const LocalBasisType&) const [with LocalBasisType = Dune::QkStuff::QkLocalBasis<double, double, 1, 2>; typename LB::Traits::RangeType = Dune::FieldVector<double, 1>; Dune::PDELab::LocalBasisCache<LocalBasisType>::DomainType = Dune::FieldVector<double, 2>]
       evaluateFunction (const DomainType& position, const LocalBasisType& localbasis) const
       ^
/home/dune/Dune/dune-pdelab/dune/pdelab/finiteelement/localbasiscache.hh:47:7: note:   no known conversion for argument 1 from 'const Vector {aka const Dune::FieldVector<double, 1>}' to 'const DomainType& {aka const Dune::FieldVector<double, 2>&}'
In file included from /home/dune/Dune/dune-spl/src/diffusion.cc:53:0:
/home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh: In instantiation of 'void Dune::PDELab::ConvectionDiffusionDG<T, FiniteElementMap>::alpha_volume(const EG&, const LFSU&, const X&, const LFSV&, R&) const [with EG = Dune::PDELab::ElementGeometry<Dune::Entity<0, 1, const Dune::OneDGrid, Dune::OneDGridEntity> >; LFSU = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::AnySpaceTag>; X = Dune::PDELab::LocalVector<double, Dune::PDELab::AnySpaceTag, double>; LFSV = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::AnySpaceTag>; R = Dune::PDELab::WeightedVectorAccumulationView<Dune::PDELab::LocalVector<double, Dune::PDELab::AnySpaceTag, double> >; T = Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, double>; FiniteElementMap = Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>]':
/home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/callswitch.hh:235:9:   required from 'static void Dune::PDELab::LocalAssemblerCallSwitch<LA, true>::alpha_volume(const LA&, const EG&, const LFSU&, const X&, const LFSV&, R&) [with EG = Dune::PDELab::ElementGeometry<Dune::Entity<0, 1, const Dune::OneDGrid, Dune::OneDGridEntity> >; LFSU = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::AnySpaceTag>; X = Dune::PDELab::LocalVector<double, Dune::PDELab::AnySpaceTag, double>; LFSV = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::AnySpaceTag>; R = Dune::PDELab::WeightedVectorAccumulationView<Dune::PDELab::LocalVector<double, Dune::PDELab::AnySpaceTag, double> >; LA = Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2> >]'
/home/dune/Dune/dune-pdelab/dune/pdelab/gridoperator/default/residualengine.hh:241:105:   required from 'void Dune::PDELab::DefaultLocalResidualAssemblerEngine<LA>::assembleUVVolume(const EG&, const LFSUC&, const LFSVC&) [with EG = Dune::PDELab::ElementGeometry<Dune::Entity<0, 1, const Dune::OneDGrid, Dune::OneDGridEntity> >; LFSUC = Dune::PDELab::LFSIndexCache<Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::AnySpaceTag>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double> >; LFSVC = Dune::PDELab::LFSIndexCache<Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::AnySpaceTag>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double> >; LA = Dune::PDELab::DefaultLocalAssembler<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2> >, Dune::PDELab::ISTLMatrixBackend, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double> >, Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2> >, false>]'
/home/dune/Dune/dune-pdelab/dune/pdelab/gridoperator/default/assembler.hh:148:13:   required from 'void Dune::PDELab::DefaultAssembler<GFSU, GFSV, CU, CV, nonoverlapping_mode>::assemble(LocalAssemblerEngine&) const [with LocalAssemblerEngine = Dune::PDELab::DefaultLocalResidualAssemblerEngine<Dune::PDELab::DefaultLocalAssembler<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2> >, Dune::PDELab::ISTLMatrixBackend, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double> >, Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2> >, false> >; GFSU = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >; GFSV = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >; CU = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>; CV = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>; bool nonoverlapping_mode = true]'
/home/dune/Dune/dune-pdelab/dune/pdelab/gridoperator/gridoperator.hh:196:9:   required from 'void Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV, nonoverlapping_mode>::residual(const Domain&, Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV, nonoverlapping_mode>::Range&) const [with GFSU = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >; GFSV = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >; LOP = Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2> >; MB = Dune::PDELab::ISTLMatrixBackend; DF = double; RF = double; JF = double; CU = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>; CV = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>; int nonoverlapping_mode = -1; Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV, nonoverlapping_mode>::Domain = Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV, nonoverlapping_mode>::Range = Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/home/dune/Dune/dune-pdelab/dune/pdelab/newton/newton.hh:173:9:   required from 'void Dune::PDELab::NewtonSolver<GOS, S, TrlV, TstV>::defect(Dune::PDELab::NewtonSolver<GOS, S, TrlV, TstV>::TestVector&) [with GOS = Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2> >, Dune::PDELab::ISTLMatrixBackend, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double> >; S = Dune::PDELab::ISTLBackend_SEQ_BCGS_Jac; TrlV = Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; TstV = Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; Dune::PDELab::NewtonSolver<GOS, S, TrlV, TstV>::TestVector = Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/home/dune/Dune/dune-pdelab/dune/pdelab/newton/newton.hh:239:11:   required from 'void Dune::PDELab::NewtonSolver<GOS, S, TrlV, TstV>::apply() [with GOS = Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2> >, Dune::PDELab::ISTLMatrixBackend, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double> >; S = Dune::PDELab::ISTLBackend_SEQ_BCGS_Jac; TrlV = Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; TstV = Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/home/dune/Dune/dune-spl/src/diffusion.cc:193:15:   required from here
/home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:137:102: error: no matching function for call to 'Dune::PDELab::LocalBasisCache<Dune::QkStuff::QkLocalBasis<double, double, 1, 2> >::evaluateFunction(const Vector&, const LocalBasisType&) const'
             auto& phi = cache[order].evaluateFunction(ip.position(),lfsu.finiteElement().localBasis());
                                                                                                      ^
/home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:137:102: note: candidate is:
In file included from /home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:17:0,
                 from /home/dune/Dune/dune-spl/src/diffusion.cc:53:
/home/dune/Dune/dune-pdelab/dune/pdelab/finiteelement/localbasiscache.hh:47:7: note: const std::vector<typename LB::Traits::RangeType>& Dune::PDELab::LocalBasisCache<LocalBasisType>::evaluateFunction(const DomainType&, const LocalBasisType&) const [with LocalBasisType = Dune::QkStuff::QkLocalBasis<double, double, 1, 2>; typename LB::Traits::RangeType = Dune::FieldVector<double, 1>; Dune::PDELab::LocalBasisCache<LocalBasisType>::DomainType = Dune::FieldVector<double, 2>]
       evaluateFunction (const DomainType& position, const LocalBasisType& localbasis) const
       ^
/home/dune/Dune/dune-pdelab/dune/pdelab/finiteelement/localbasiscache.hh:47:7: note:   no known conversion for argument 1 from 'const Vector {aka const Dune::FieldVector<double, 1>}' to 'const DomainType& {aka const Dune::FieldVector<double, 2>&}'
In file included from /home/dune/Dune/dune-spl/src/diffusion.cc:53:0:
/home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:138:102: error: no matching function for call to 'Dune::PDELab::LocalBasisCache<Dune::QkStuff::QkLocalBasis<double, double, 1, 2> >::evaluateFunction(const Vector&, const LocalBasisType&) const'
             auto& psi = cache[order].evaluateFunction(ip.position(),lfsv.finiteElement().localBasis());
                                                                                                      ^
/home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:138:102: note: candidate is:
In file included from /home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:17:0,
                 from /home/dune/Dune/dune-spl/src/diffusion.cc:53:
/home/dune/Dune/dune-pdelab/dune/pdelab/finiteelement/localbasiscache.hh:47:7: note: const std::vector<typename LB::Traits::RangeType>& Dune::PDELab::LocalBasisCache<LocalBasisType>::evaluateFunction(const DomainType&, const LocalBasisType&) const [with LocalBasisType = Dune::QkStuff::QkLocalBasis<double, double, 1, 2>; typename LB::Traits::RangeType = Dune::FieldVector<double, 1>; Dune::PDELab::LocalBasisCache<LocalBasisType>::DomainType = Dune::FieldVector<double, 2>]
       evaluateFunction (const DomainType& position, const LocalBasisType& localbasis) const
       ^
/home/dune/Dune/dune-pdelab/dune/pdelab/finiteelement/localbasiscache.hh:47:7: note:   no known conversion for argument 1 from 'const Vector {aka const Dune::FieldVector<double, 1>}' to 'const DomainType& {aka const Dune::FieldVector<double, 2>&}'
In file included from /home/dune/Dune/dune-spl/src/diffusion.cc:53:0:
/home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:146:101: error: no matching function for call to 'Dune::PDELab::LocalBasisCache<Dune::QkStuff::QkLocalBasis<double, double, 1, 2> >::evaluateJacobian(const Vector&, const LocalBasisType&) const'
             auto& js = cache[order].evaluateJacobian(ip.position(),lfsu.finiteElement().localBasis());
                                                                                                     ^
/home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:146:101: note: candidate is:
In file included from /home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:17:0,
                 from /home/dune/Dune/dune-spl/src/diffusion.cc:53:
/home/dune/Dune/dune-pdelab/dune/pdelab/finiteelement/localbasiscache.hh:59:7: note: const std::vector<typename Basis::Traits::JacobianType>& Dune::PDELab::LocalBasisCache<LocalBasisType>::evaluateJacobian(const DomainType&, const LocalBasisType&) const [with LocalBasisType = Dune::QkStuff::QkLocalBasis<double, double, 1, 2>; typename Basis::Traits::JacobianType = Dune::FieldMatrix<double, 1, 2>; Dune::PDELab::LocalBasisCache<LocalBasisType>::DomainType = Dune::FieldVector<double, 2>]
       evaluateJacobian (const DomainType& position, const LocalBasisType& localbasis) const
       ^
/home/dune/Dune/dune-pdelab/dune/pdelab/finiteelement/localbasiscache.hh:59:7: note:   no known conversion for argument 1 from 'const Vector {aka const Dune::FieldVector<double, 1>}' to 'const DomainType& {aka const Dune::FieldVector<double, 2>&}'
In file included from /home/dune/Dune/dune-spl/src/diffusion.cc:53:0:
/home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:147:103: error: no matching function for call to 'Dune::PDELab::LocalBasisCache<Dune::QkStuff::QkLocalBasis<double, double, 1, 2> >::evaluateJacobian(const Vector&, const LocalBasisType&) const'
             auto& js_v = cache[order].evaluateJacobian(ip.position(),lfsv.finiteElement().localBasis());
                                                                                                       ^
/home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:147:103: note: candidate is:
In file included from /home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:17:0,
                 from /home/dune/Dune/dune-spl/src/diffusion.cc:53:
/home/dune/Dune/dune-pdelab/dune/pdelab/finiteelement/localbasiscache.hh:59:7: note: const std::vector<typename Basis::Traits::JacobianType>& Dune::PDELab::LocalBasisCache<LocalBasisType>::evaluateJacobian(const DomainType&, const LocalBasisType&) const [with LocalBasisType = Dune::QkStuff::QkLocalBasis<double, double, 1, 2>; typename Basis::Traits::JacobianType = Dune::FieldMatrix<double, 1, 2>; Dune::PDELab::LocalBasisCache<LocalBasisType>::DomainType = Dune::FieldVector<double, 2>]
       evaluateJacobian (const DomainType& position, const LocalBasisType& localbasis) const
       ^
/home/dune/Dune/dune-pdelab/dune/pdelab/finiteelement/localbasiscache.hh:59:7: note:   no known conversion for argument 1 from 'const Vector {aka const Dune::FieldVector<double, 1>}' to 'const DomainType& {aka const Dune::FieldVector<double, 2>&}'
In file included from /home/dune/Dune/dune-spl/src/diffusion.cc:53:0:
/home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh: In instantiation of 'void Dune::PDELab::ConvectionDiffusionDG<T, FiniteElementMap>::alpha_skeleton(const IG&, const LFSU&, const X&, const LFSV&, const LFSU&, const X&, const LFSV&, R&, R&) const [with IG = Dune::PDELab::IntersectionGeometry<Dune::Intersection<const Dune::OneDGrid, Dune::OneDGridLeafIntersection<const Dune::OneDGrid> > >; LFSU = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::AnySpaceTag>; X = Dune::PDELab::LocalVector<double, Dune::PDELab::AnySpaceTag, double>; LFSV = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::AnySpaceTag>; R = Dune::PDELab::WeightedVectorAccumulationView<Dune::PDELab::LocalVector<double, Dune::PDELab::AnySpaceTag, double> >; T = Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, double>; FiniteElementMap = Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>]':
/home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/callswitch.hh:248:9:   required from 'static void Dune::PDELab::LocalAssemblerCallSwitch<LA, true>::alpha_skeleton(const LA&, const IG&, const LFSU&, const X&, const LFSV&, const LFSU&, const X&, const LFSV&, R&, R&) [with IG = Dune::PDELab::IntersectionGeometry<Dune::Intersection<const Dune::OneDGrid, Dune::OneDGridLeafIntersection<const Dune::OneDGrid> > >; LFSU = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::AnySpaceTag>; X = Dune::PDELab::LocalVector<double, Dune::PDELab::AnySpaceTag, double>; LFSV = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::AnySpaceTag>; R = Dune::PDELab::WeightedVectorAccumulationView<Dune::PDELab::LocalVector<double, Dune::PDELab::AnySpaceTag, double> >; LA = Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2> >]'
/home/dune/Dune/dune-pdelab/dune/pdelab/gridoperator/default/residualengine.hh:262:41:   required from 'void Dune::PDELab::DefaultLocalResidualAssemblerEngine<LA>::assembleUVSkeleton(const IG&, const LFSUC&, const LFSVC&, const LFSUC&, const LFSVC&) [with IG = Dune::PDELab::IntersectionGeometry<Dune::Intersection<const Dune::OneDGrid, Dune::OneDGridLeafIntersection<const Dune::OneDGrid> > >; LFSUC = Dune::PDELab::LFSIndexCache<Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::AnySpaceTag>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double> >; LFSVC = Dune::PDELab::LFSIndexCache<Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::AnySpaceTag>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double> >; LA = Dune::PDELab::DefaultLocalAssembler<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2> >, Dune::PDELab::ISTLMatrixBackend, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double> >, Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2> >, false>]'
/home/dune/Dune/dune-pdelab/dune/pdelab/gridoperator/default/assembler.hh:209:35:   required from 'void Dune::PDELab::DefaultAssembler<GFSU, GFSV, CU, CV, nonoverlapping_mode>::assemble(LocalAssemblerEngine&) const [with LocalAssemblerEngine = Dune::PDELab::DefaultLocalResidualAssemblerEngine<Dune::PDELab::DefaultLocalAssembler<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2> >, Dune::PDELab::ISTLMatrixBackend, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double> >, Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2> >, false> >; GFSU = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >; GFSV = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >; CU = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>; CV = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>; bool nonoverlapping_mode = true]'
/home/dune/Dune/dune-pdelab/dune/pdelab/gridoperator/gridoperator.hh:196:9:   required from 'void Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV, nonoverlapping_mode>::residual(const Domain&, Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV, nonoverlapping_mode>::Range&) const [with GFSU = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >; GFSV = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >; LOP = Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2> >; MB = Dune::PDELab::ISTLMatrixBackend; DF = double; RF = double; JF = double; CU = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>; CV = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>; int nonoverlapping_mode = -1; Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV, nonoverlapping_mode>::Domain = Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV, nonoverlapping_mode>::Range = Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/home/dune/Dune/dune-pdelab/dune/pdelab/newton/newton.hh:173:9:   required from 'void Dune::PDELab::NewtonSolver<GOS, S, TrlV, TstV>::defect(Dune::PDELab::NewtonSolver<GOS, S, TrlV, TstV>::TestVector&) [with GOS = Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2> >, Dune::PDELab::ISTLMatrixBackend, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double> >; S = Dune::PDELab::ISTLBackend_SEQ_BCGS_Jac; TrlV = Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; TstV = Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; Dune::PDELab::NewtonSolver<GOS, S, TrlV, TstV>::TestVector = Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/home/dune/Dune/dune-pdelab/dune/pdelab/newton/newton.hh:239:11:   required from 'void Dune::PDELab::NewtonSolver<GOS, S, TrlV, TstV>::apply() [with GOS = Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2> >, Dune::PDELab::ISTLMatrixBackend, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double> >; S = Dune::PDELab::ISTLBackend_SEQ_BCGS_Jac; TrlV = Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; TstV = Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/home/dune/Dune/dune-spl/src/diffusion.cc:193:15:   required from here
/home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:345:104: error: no matching function for call to 'Dune::PDELab::LocalBasisCache<Dune::QkStuff::QkLocalBasis<double, double, 1, 2> >::evaluateFunction(Dune::FieldVector<double, 1>&, const LocalBasisType&) const'
             auto& phi_s = cache[order_s].evaluateFunction(iplocal_s,lfsu_s.finiteElement().localBasis());
                                                                                                        ^
/home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:345:104: note: candidate is:
In file included from /home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:17:0,
                 from /home/dune/Dune/dune-spl/src/diffusion.cc:53:
/home/dune/Dune/dune-pdelab/dune/pdelab/finiteelement/localbasiscache.hh:47:7: note: const std::vector<typename LB::Traits::RangeType>& Dune::PDELab::LocalBasisCache<LocalBasisType>::evaluateFunction(const DomainType&, const LocalBasisType&) const [with LocalBasisType = Dune::QkStuff::QkLocalBasis<double, double, 1, 2>; typename LB::Traits::RangeType = Dune::FieldVector<double, 1>; Dune::PDELab::LocalBasisCache<LocalBasisType>::DomainType = Dune::FieldVector<double, 2>]
       evaluateFunction (const DomainType& position, const LocalBasisType& localbasis) const
       ^
/home/dune/Dune/dune-pdelab/dune/pdelab/finiteelement/localbasiscache.hh:47:7: note:   no known conversion for argument 1 from 'Dune::FieldVector<double, 1>' to 'const DomainType& {aka const Dune::FieldVector<double, 2>&}'
In file included from /home/dune/Dune/dune-spl/src/diffusion.cc:53:0:
/home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:346:104: error: no matching function for call to 'Dune::PDELab::LocalBasisCache<Dune::QkStuff::QkLocalBasis<double, double, 1, 2> >::evaluateFunction(Dune::FieldVector<double, 1>&, const LocalBasisType&) const'
             auto& phi_n = cache[order_n].evaluateFunction(iplocal_n,lfsu_n.finiteElement().localBasis());
                                                                                                        ^
/home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:346:104: note: candidate is:
In file included from /home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:17:0,
                 from /home/dune/Dune/dune-spl/src/diffusion.cc:53:
/home/dune/Dune/dune-pdelab/dune/pdelab/finiteelement/localbasiscache.hh:47:7: note: const std::vector<typename LB::Traits::RangeType>& Dune::PDELab::LocalBasisCache<LocalBasisType>::evaluateFunction(const DomainType&, const LocalBasisType&) const [with LocalBasisType = Dune::QkStuff::QkLocalBasis<double, double, 1, 2>; typename LB::Traits::RangeType = Dune::FieldVector<double, 1>; Dune::PDELab::LocalBasisCache<LocalBasisType>::DomainType = Dune::FieldVector<double, 2>]
       evaluateFunction (const DomainType& position, const LocalBasisType& localbasis) const
       ^
/home/dune/Dune/dune-pdelab/dune/pdelab/finiteelement/localbasiscache.hh:47:7: note:   no known conversion for argument 1 from 'Dune::FieldVector<double, 1>' to 'const DomainType& {aka const Dune::FieldVector<double, 2>&}'
In file included from /home/dune/Dune/dune-spl/src/diffusion.cc:53:0:
/home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:347:104: error: no matching function for call to 'Dune::PDELab::LocalBasisCache<Dune::QkStuff::QkLocalBasis<double, double, 1, 2> >::evaluateFunction(Dune::FieldVector<double, 1>&, const LocalBasisType&) const'
             auto& psi_s = cache[order_s].evaluateFunction(iplocal_s,lfsv_s.finiteElement().localBasis());
                                                                                                        ^
/home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:347:104: note: candidate is:
In file included from /home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:17:0,
                 from /home/dune/Dune/dune-spl/src/diffusion.cc:53:
/home/dune/Dune/dune-pdelab/dune/pdelab/finiteelement/localbasiscache.hh:47:7: note: const std::vector<typename LB::Traits::RangeType>& Dune::PDELab::LocalBasisCache<LocalBasisType>::evaluateFunction(const DomainType&, const LocalBasisType&) const [with LocalBasisType = Dune::QkStuff::QkLocalBasis<double, double, 1, 2>; typename LB::Traits::RangeType = Dune::FieldVector<double, 1>; Dune::PDELab::LocalBasisCache<LocalBasisType>::DomainType = Dune::FieldVector<double, 2>]
       evaluateFunction (const DomainType& position, const LocalBasisType& localbasis) const
       ^
/home/dune/Dune/dune-pdelab/dune/pdelab/finiteelement/localbasiscache.hh:47:7: note:   no known conversion for argument 1 from 'Dune::FieldVector<double, 1>' to 'const DomainType& {aka const Dune::FieldVector<double, 2>&}'
In file included from /home/dune/Dune/dune-spl/src/diffusion.cc:53:0:
/home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:348:104: error: no matching function for call to 'Dune::PDELab::LocalBasisCache<Dune::QkStuff::QkLocalBasis<double, double, 1, 2> >::evaluateFunction(Dune::FieldVector<double, 1>&, const LocalBasisType&) const'
             auto& psi_n = cache[order_n].evaluateFunction(iplocal_n,lfsv_n.finiteElement().localBasis());
                                                                                                        ^
/home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:348:104: note: candidate is:
In file included from /home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:17:0,
                 from /home/dune/Dune/dune-spl/src/diffusion.cc:53:
/home/dune/Dune/dune-pdelab/dune/pdelab/finiteelement/localbasiscache.hh:47:7: note: const std::vector<typename LB::Traits::RangeType>& Dune::PDELab::LocalBasisCache<LocalBasisType>::evaluateFunction(const DomainType&, const LocalBasisType&) const [with LocalBasisType = Dune::QkStuff::QkLocalBasis<double, double, 1, 2>; typename LB::Traits::RangeType = Dune::FieldVector<double, 1>; Dune::PDELab::LocalBasisCache<LocalBasisType>::DomainType = Dune::FieldVector<double, 2>]
       evaluateFunction (const DomainType& position, const LocalBasisType& localbasis) const
       ^
/home/dune/Dune/dune-pdelab/dune/pdelab/finiteelement/localbasiscache.hh:47:7: note:   no known conversion for argument 1 from 'Dune::FieldVector<double, 1>' to 'const DomainType& {aka const Dune::FieldVector<double, 2>&}'
In file included from /home/dune/Dune/dune-spl/src/diffusion.cc:53:0:
/home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:359:108: error: no matching function for call to 'Dune::PDELab::LocalBasisCache<Dune::QkStuff::QkLocalBasis<double, double, 1, 2> >::evaluateJacobian(Dune::FieldVector<double, 1>&, const LocalBasisType&) const'
             auto& gradphi_s = cache[order_s].evaluateJacobian(iplocal_s,lfsu_s.finiteElement().localBasis());
                                                                                                            ^
/home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:359:108: note: candidate is:
In file included from /home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:17:0,
                 from /home/dune/Dune/dune-spl/src/diffusion.cc:53:
/home/dune/Dune/dune-pdelab/dune/pdelab/finiteelement/localbasiscache.hh:59:7: note: const std::vector<typename Basis::Traits::JacobianType>& Dune::PDELab::LocalBasisCache<LocalBasisType>::evaluateJacobian(const DomainType&, const LocalBasisType&) const [with LocalBasisType = Dune::QkStuff::QkLocalBasis<double, double, 1, 2>; typename Basis::Traits::JacobianType = Dune::FieldMatrix<double, 1, 2>; Dune::PDELab::LocalBasisCache<LocalBasisType>::DomainType = Dune::FieldVector<double, 2>]
       evaluateJacobian (const DomainType& position, const LocalBasisType& localbasis) const
       ^
/home/dune/Dune/dune-pdelab/dune/pdelab/finiteelement/localbasiscache.hh:59:7: note:   no known conversion for argument 1 from 'Dune::FieldVector<double, 1>' to 'const DomainType& {aka const Dune::FieldVector<double, 2>&}'
In file included from /home/dune/Dune/dune-spl/src/diffusion.cc:53:0:
/home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:360:108: error: no matching function for call to 'Dune::PDELab::LocalBasisCache<Dune::QkStuff::QkLocalBasis<double, double, 1, 2> >::evaluateJacobian(Dune::FieldVector<double, 1>&, const LocalBasisType&) const'
             auto& gradphi_n = cache[order_n].evaluateJacobian(iplocal_n,lfsu_n.finiteElement().localBasis());
                                                                                                            ^
/home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:360:108: note: candidate is:
In file included from /home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:17:0,
                 from /home/dune/Dune/dune-spl/src/diffusion.cc:53:
/home/dune/Dune/dune-pdelab/dune/pdelab/finiteelement/localbasiscache.hh:59:7: note: const std::vector<typename Basis::Traits::JacobianType>& Dune::PDELab::LocalBasisCache<LocalBasisType>::evaluateJacobian(const DomainType&, const LocalBasisType&) const [with LocalBasisType = Dune::QkStuff::QkLocalBasis<double, double, 1, 2>; typename Basis::Traits::JacobianType = Dune::FieldMatrix<double, 1, 2>; Dune::PDELab::LocalBasisCache<LocalBasisType>::DomainType = Dune::FieldVector<double, 2>]
       evaluateJacobian (const DomainType& position, const LocalBasisType& localbasis) const
       ^
/home/dune/Dune/dune-pdelab/dune/pdelab/finiteelement/localbasiscache.hh:59:7: note:   no known conversion for argument 1 from 'Dune::FieldVector<double, 1>' to 'const DomainType& {aka const Dune::FieldVector<double, 2>&}'
In file included from /home/dune/Dune/dune-spl/src/diffusion.cc:53:0:
/home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:361:108: error: no matching function for call to 'Dune::PDELab::LocalBasisCache<Dune::QkStuff::QkLocalBasis<double, double, 1, 2> >::evaluateJacobian(Dune::FieldVector<double, 1>&, const LocalBasisType&) const'
             auto& gradpsi_s = cache[order_s].evaluateJacobian(iplocal_s,lfsv_s.finiteElement().localBasis());
                                                                                                            ^
/home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:361:108: note: candidate is:
In file included from /home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:17:0,
                 from /home/dune/Dune/dune-spl/src/diffusion.cc:53:
/home/dune/Dune/dune-pdelab/dune/pdelab/finiteelement/localbasiscache.hh:59:7: note: const std::vector<typename Basis::Traits::JacobianType>& Dune::PDELab::LocalBasisCache<LocalBasisType>::evaluateJacobian(const DomainType&, const LocalBasisType&) const [with LocalBasisType = Dune::QkStuff::QkLocalBasis<double, double, 1, 2>; typename Basis::Traits::JacobianType = Dune::FieldMatrix<double, 1, 2>; Dune::PDELab::LocalBasisCache<LocalBasisType>::DomainType = Dune::FieldVector<double, 2>]
       evaluateJacobian (const DomainType& position, const LocalBasisType& localbasis) const
       ^
/home/dune/Dune/dune-pdelab/dune/pdelab/finiteelement/localbasiscache.hh:59:7: note:   no known conversion for argument 1 from 'Dune::FieldVector<double, 1>' to 'const DomainType& {aka const Dune::FieldVector<double, 2>&}'
In file included from /home/dune/Dune/dune-spl/src/diffusion.cc:53:0:
/home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:362:108: error: no matching function for call to 'Dune::PDELab::LocalBasisCache<Dune::QkStuff::QkLocalBasis<double, double, 1, 2> >::evaluateJacobian(Dune::FieldVector<double, 1>&, const LocalBasisType&) const'
             auto& gradpsi_n = cache[order_n].evaluateJacobian(iplocal_n,lfsv_n.finiteElement().localBasis());
                                                                                                            ^
/home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:362:108: note: candidate is:
In file included from /home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:17:0,
                 from /home/dune/Dune/dune-spl/src/diffusion.cc:53:
/home/dune/Dune/dune-pdelab/dune/pdelab/finiteelement/localbasiscache.hh:59:7: note: const std::vector<typename Basis::Traits::JacobianType>& Dune::PDELab::LocalBasisCache<LocalBasisType>::evaluateJacobian(const DomainType&, const LocalBasisType&) const [with LocalBasisType = Dune::QkStuff::QkLocalBasis<double, double, 1, 2>; typename Basis::Traits::JacobianType = Dune::FieldMatrix<double, 1, 2>; Dune::PDELab::LocalBasisCache<LocalBasisType>::DomainType = Dune::FieldVector<double, 2>]
       evaluateJacobian (const DomainType& position, const LocalBasisType& localbasis) const
       ^
/home/dune/Dune/dune-pdelab/dune/pdelab/finiteelement/localbasiscache.hh:59:7: note:   no known conversion for argument 1 from 'Dune::FieldVector<double, 1>' to 'const DomainType& {aka const Dune::FieldVector<double, 2>&}'
In file included from /home/dune/Dune/dune-spl/src/diffusion.cc:53:0:
/home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh: In instantiation of 'void Dune::PDELab::ConvectionDiffusionDG<T, FiniteElementMap>::alpha_boundary(const IG&, const LFSU&, const X&, const LFSV&, R&) const [with IG = Dune::PDELab::IntersectionGeometry<Dune::Intersection<const Dune::OneDGrid, Dune::OneDGridLeafIntersection<const Dune::OneDGrid> > >; LFSU = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::AnySpaceTag>; X = Dune::PDELab::LocalVector<double, Dune::PDELab::AnySpaceTag, double>; LFSV = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::AnySpaceTag>; R = Dune::PDELab::WeightedVectorAccumulationView<Dune::PDELab::LocalVector<double, Dune::PDELab::AnySpaceTag, double> >; T = Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, double>; FiniteElementMap = Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>]':
/home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/callswitch.hh:255:9:   required from 'static void Dune::PDELab::LocalAssemblerCallSwitch<LA, true>::alpha_boundary(const LA&, const IG&, const LFSU&, const X&, const LFSV&, R&) [with IG = Dune::PDELab::IntersectionGeometry<Dune::Intersection<const Dune::OneDGrid, Dune::OneDGridLeafIntersection<const Dune::OneDGrid> > >; LFSU = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::AnySpaceTag>; X = Dune::PDELab::LocalVector<double, Dune::PDELab::AnySpaceTag, double>; LFSV = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::AnySpaceTag>; R = Dune::PDELab::WeightedVectorAccumulationView<Dune::PDELab::LocalVector<double, Dune::PDELab::AnySpaceTag, double> >; LA = Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2> >]'
/home/dune/Dune/dune-pdelab/dune/pdelab/gridoperator/default/residualengine.hh:279:111:   required from 'void Dune::PDELab::DefaultLocalResidualAssemblerEngine<LA>::assembleUVBoundary(const IG&, const LFSUC&, const LFSVC&) [with IG = Dune::PDELab::IntersectionGeometry<Dune::Intersection<const Dune::OneDGrid, Dune::OneDGridLeafIntersection<const Dune::OneDGrid> > >; LFSUC = Dune::PDELab::LFSIndexCache<Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::AnySpaceTag>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double> >; LFSVC = Dune::PDELab::LFSIndexCache<Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::AnySpaceTag>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double> >; LA = Dune::PDELab::DefaultLocalAssembler<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2> >, Dune::PDELab::ISTLMatrixBackend, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double> >, Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2> >, false>]'
/home/dune/Dune/dune-pdelab/dune/pdelab/gridoperator/default/assembler.hh:232:31:   required from 'void Dune::PDELab::DefaultAssembler<GFSU, GFSV, CU, CV, nonoverlapping_mode>::assemble(LocalAssemblerEngine&) const [with LocalAssemblerEngine = Dune::PDELab::DefaultLocalResidualAssemblerEngine<Dune::PDELab::DefaultLocalAssembler<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2> >, Dune::PDELab::ISTLMatrixBackend, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double> >, Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2> >, false> >; GFSU = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >; GFSV = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >; CU = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>; CV = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>; bool nonoverlapping_mode = true]'
/home/dune/Dune/dune-pdelab/dune/pdelab/gridoperator/gridoperator.hh:196:9:   required from 'void Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV, nonoverlapping_mode>::residual(const Domain&, Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV, nonoverlapping_mode>::Range&) const [with GFSU = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >; GFSV = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >; LOP = Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2> >; MB = Dune::PDELab::ISTLMatrixBackend; DF = double; RF = double; JF = double; CU = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>; CV = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>; int nonoverlapping_mode = -1; Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV, nonoverlapping_mode>::Domain = Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV, nonoverlapping_mode>::Range = Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/home/dune/Dune/dune-pdelab/dune/pdelab/newton/newton.hh:173:9:   required from 'void Dune::PDELab::NewtonSolver<GOS, S, TrlV, TstV>::defect(Dune::PDELab::NewtonSolver<GOS, S, TrlV, TstV>::TestVector&) [with GOS = Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2> >, Dune::PDELab::ISTLMatrixBackend, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double> >; S = Dune::PDELab::ISTLBackend_SEQ_BCGS_Jac; TrlV = Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; TstV = Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; Dune::PDELab::NewtonSolver<GOS, S, TrlV, TstV>::TestVector = Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/home/dune/Dune/dune-pdelab/dune/pdelab/newton/newton.hh:239:11:   required from 'void Dune::PDELab::NewtonSolver<GOS, S, TrlV, TstV>::apply() [with GOS = Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2> >, Dune::PDELab::ISTLMatrixBackend, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double> >; S = Dune::PDELab::ISTLBackend_SEQ_BCGS_Jac; TrlV = Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; TstV = Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/home/dune/Dune/dune-spl/src/diffusion.cc:193:15:   required from here
/home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:675:104: error: no matching function for call to 'Dune::PDELab::LocalBasisCache<Dune::QkStuff::QkLocalBasis<double, double, 1, 2> >::evaluateFunction(Dune::FieldVector<double, 1>&, const LocalBasisType&) const'
             auto& phi_s = cache[order_s].evaluateFunction(iplocal_s,lfsu_s.finiteElement().localBasis());
                                                                                                        ^
/home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:675:104: note: candidate is:
In file included from /home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:17:0,
                 from /home/dune/Dune/dune-spl/src/diffusion.cc:53:
/home/dune/Dune/dune-pdelab/dune/pdelab/finiteelement/localbasiscache.hh:47:7: note: const std::vector<typename LB::Traits::RangeType>& Dune::PDELab::LocalBasisCache<LocalBasisType>::evaluateFunction(const DomainType&, const LocalBasisType&) const [with LocalBasisType = Dune::QkStuff::QkLocalBasis<double, double, 1, 2>; typename LB::Traits::RangeType = Dune::FieldVector<double, 1>; Dune::PDELab::LocalBasisCache<LocalBasisType>::DomainType = Dune::FieldVector<double, 2>]
       evaluateFunction (const DomainType& position, const LocalBasisType& localbasis) const
       ^
/home/dune/Dune/dune-pdelab/dune/pdelab/finiteelement/localbasiscache.hh:47:7: note:   no known conversion for argument 1 from 'Dune::FieldVector<double, 1>' to 'const DomainType& {aka const Dune::FieldVector<double, 2>&}'
In file included from /home/dune/Dune/dune-spl/src/diffusion.cc:53:0:
/home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:676:104: error: no matching function for call to 'Dune::PDELab::LocalBasisCache<Dune::QkStuff::QkLocalBasis<double, double, 1, 2> >::evaluateFunction(Dune::FieldVector<double, 1>&, const LocalBasisType&) const'
             auto& psi_s = cache[order_s].evaluateFunction(iplocal_s,lfsv_s.finiteElement().localBasis());
                                                                                                        ^
/home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:676:104: note: candidate is:
In file included from /home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:17:0,
                 from /home/dune/Dune/dune-spl/src/diffusion.cc:53:
/home/dune/Dune/dune-pdelab/dune/pdelab/finiteelement/localbasiscache.hh:47:7: note: const std::vector<typename LB::Traits::RangeType>& Dune::PDELab::LocalBasisCache<LocalBasisType>::evaluateFunction(const DomainType&, const LocalBasisType&) const [with LocalBasisType = Dune::QkStuff::QkLocalBasis<double, double, 1, 2>; typename LB::Traits::RangeType = Dune::FieldVector<double, 1>; Dune::PDELab::LocalBasisCache<LocalBasisType>::DomainType = Dune::FieldVector<double, 2>]
       evaluateFunction (const DomainType& position, const LocalBasisType& localbasis) const
       ^
/home/dune/Dune/dune-pdelab/dune/pdelab/finiteelement/localbasiscache.hh:47:7: note:   no known conversion for argument 1 from 'Dune::FieldVector<double, 1>' to 'const DomainType& {aka const Dune::FieldVector<double, 2>&}'
In file included from /home/dune/Dune/dune-spl/src/diffusion.cc:53:0:
/home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:727:108: error: no matching function for call to 'Dune::PDELab::LocalBasisCache<Dune::QkStuff::QkLocalBasis<double, double, 1, 2> >::evaluateJacobian(Dune::FieldVector<double, 1>&, const LocalBasisType&) const'
             auto& gradphi_s = cache[order_s].evaluateJacobian(iplocal_s,lfsu_s.finiteElement().localBasis());
                                                                                                            ^
/home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:727:108: note: candidate is:
In file included from /home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:17:0,
                 from /home/dune/Dune/dune-spl/src/diffusion.cc:53:
/home/dune/Dune/dune-pdelab/dune/pdelab/finiteelement/localbasiscache.hh:59:7: note: const std::vector<typename Basis::Traits::JacobianType>& Dune::PDELab::LocalBasisCache<LocalBasisType>::evaluateJacobian(const DomainType&, const LocalBasisType&) const [with LocalBasisType = Dune::QkStuff::QkLocalBasis<double, double, 1, 2>; typename Basis::Traits::JacobianType = Dune::FieldMatrix<double, 1, 2>; Dune::PDELab::LocalBasisCache<LocalBasisType>::DomainType = Dune::FieldVector<double, 2>]
       evaluateJacobian (const DomainType& position, const LocalBasisType& localbasis) const
       ^
/home/dune/Dune/dune-pdelab/dune/pdelab/finiteelement/localbasiscache.hh:59:7: note:   no known conversion for argument 1 from 'Dune::FieldVector<double, 1>' to 'const DomainType& {aka const Dune::FieldVector<double, 2>&}'
In file included from /home/dune/Dune/dune-spl/src/diffusion.cc:53:0:
/home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:728:108: error: no matching function for call to 'Dune::PDELab::LocalBasisCache<Dune::QkStuff::QkLocalBasis<double, double, 1, 2> >::evaluateJacobian(Dune::FieldVector<double, 1>&, const LocalBasisType&) const'
             auto& gradpsi_s = cache[order_s].evaluateJacobian(iplocal_s,lfsv_s.finiteElement().localBasis());
                                                                                                            ^
/home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:728:108: note: candidate is:
In file included from /home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:17:0,
                 from /home/dune/Dune/dune-spl/src/diffusion.cc:53:
/home/dune/Dune/dune-pdelab/dune/pdelab/finiteelement/localbasiscache.hh:59:7: note: const std::vector<typename Basis::Traits::JacobianType>& Dune::PDELab::LocalBasisCache<LocalBasisType>::evaluateJacobian(const DomainType&, const LocalBasisType&) const [with LocalBasisType = Dune::QkStuff::QkLocalBasis<double, double, 1, 2>; typename Basis::Traits::JacobianType = Dune::FieldMatrix<double, 1, 2>; Dune::PDELab::LocalBasisCache<LocalBasisType>::DomainType = Dune::FieldVector<double, 2>]
       evaluateJacobian (const DomainType& position, const LocalBasisType& localbasis) const
       ^
/home/dune/Dune/dune-pdelab/dune/pdelab/finiteelement/localbasiscache.hh:59:7: note:   no known conversion for argument 1 from 'Dune::FieldVector<double, 1>' to 'const DomainType& {aka const Dune::FieldVector<double, 2>&}'
In file included from /home/dune/Dune/dune-spl/src/diffusion.cc:14:0:
/home/dune/Dune/dune-common/dune/common/fvector.hh: In instantiation of 'Dune::FieldVector<K, 1>::FieldVector(const Dune::DenseVector<Other>&) [with C = Dune::FieldVector<double, 2>; K = double]':
/home/dune/Dune/dune-pdelab/dune/pdelab/finiteelementmap/qkdg.hh:272:13:   required from 'void Dune::QkStuff::QkLocalInterpolation<k, d, LB>::interpolate(const F&, std::vector<ContainerIndex>&) const [with F = Dune::PDELab::GridFunctionToLocalFunctionAdapter<Dune::PDELab::ConvectionDiffusionDirichletExtensionAdapter<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, double> > >; C = double; int k = 1; int d = 2; LB = Dune::QkStuff::QkLocalBasis<double, double, 1, 2>]'
/home/dune/Dune/dune-pdelab/dune/pdelab/gridfunctionspace/interpolate.hh:34:9:   required from 'void Dune::PDELab::InterpolateBackendStandard::interpolate(const FE&, const ElemFunction&, XL&) const [with FE = Dune::QkDGLocalFiniteElement<double, double, 1, 2>; ElemFunction = Dune::PDELab::GridFunctionToLocalFunctionAdapter<Dune::PDELab::ConvectionDiffusionDirichletExtensionAdapter<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, double> > >; XL = std::vector<double>]'
/home/dune/Dune/dune-pdelab/dune/pdelab/gridfunctionspace/interpolate.hh:120:11:   required from 'typename std::enable_if<(P:: isLeaf && LFS:: isLeaf)>::type Dune::PDELab::{anonymous}::InterpolateVisitor<IB, E, XG>::leaf(const F&, const LFS&, TreePath) const [with F = Dune::PDELab::ConvectionDiffusionDirichletExtensionAdapter<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, double> >; LFS = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::AnySpaceTag>; TreePath = Dune::TypeTree::DynamicTreePath; IB = Dune::PDELab::InterpolateBackendStandard; E = Dune::Entity<0, 1, const Dune::OneDGrid, Dune::OneDGridEntity>; XG = Dune::PDELab::UncachedVectorView<Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >, Dune::PDELab::LFSIndexCache<Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::AnySpaceTag>, Dune::PDELab::EmptyTransformation> >; typename std::enable_if<(P:: isLeaf && LFS:: isLeaf)>::type = void]'
/home/dune/Dune/dune-typetree/dune/typetree/applytochildrentreepair.hh:236:9:   required from 'static typename std::enable_if<(typename std::remove_reference<InterfaceType>::type:: isLeaf || typename std::remove_reference<_Del>::type:: isLeaf)>::type Dune::TypeTree::ApplyToGenericCompositeNodePair<treePathType>::apply(N1&&, N2&&, V&&, TreePath) [with N1 = const Dune::PDELab::ConvectionDiffusionDirichletExtensionAdapter<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, double> >&; N2 = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::AnySpaceTag>&; V = Dune::PDELab::{anonymous}::InterpolateVisitor<Dune::PDELab::InterpolateBackendStandard, Dune::Entity<0, 1, const Dune::OneDGrid, Dune::OneDGridEntity>, Dune::PDELab::UncachedVectorView<Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >, Dune::PDELab::LFSIndexCache<Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::AnySpaceTag>, Dune::PDELab::EmptyTransformation> > >; TreePath = Dune::TypeTree::MutableDynamicTreePath; Dune::TypeTree::TreePathType::Type treePathType = (Dune::TypeTree::TreePathType::Type)2u; typename std::enable_if<(typename std::remove_reference<InterfaceType>::type:: isLeaf || typename std::remove_reference<_Del>::type:: isLeaf)>::type = void]'
/home/dune/Dune/dune-typetree/dune/typetree/pairtraversal.hh:35:86:   required from 'static void Dune::TypeTree::ApplyToTreePair<tpType, Dune::TypeTree::StartTag, Dune::TypeTree::StartTag, true>::apply(Node1&&, Node2&&, Visitor&&) [with Node1 = const Dune::PDELab::ConvectionDiffusionDirichletExtensionAdapter<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, double> >&; Node2 = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::AnySpaceTag>&; Visitor = Dune::PDELab::{anonymous}::InterpolateVisitor<Dune::PDELab::InterpolateBackendStandard, Dune::Entity<0, 1, const Dune::OneDGrid, Dune::OneDGridEntity>, Dune::PDELab::UncachedVectorView<Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >, Dune::PDELab::LFSIndexCache<Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::AnySpaceTag>, Dune::PDELab::EmptyTransformation> > >; Dune::TypeTree::TreePathType::Type tpType = (Dune::TypeTree::TreePathType::Type)2u]'
/home/dune/Dune/dune-typetree/dune/typetree/pairtraversal.hh:171:112:   required from 'void Dune::TypeTree::applyToTreePair(Tree1&&, Tree2&&, Visitor&&) [with Tree1 = const Dune::PDELab::ConvectionDiffusionDirichletExtensionAdapter<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, double> >&; Tree2 = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::AnySpaceTag>&; Visitor = Dune::PDELab::{anonymous}::InterpolateVisitor<Dune::PDELab::InterpolateBackendStandard, Dune::Entity<0, 1, const Dune::OneDGrid, Dune::OneDGridEntity>, Dune::PDELab::UncachedVectorView<Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >, Dune::PDELab::LFSIndexCache<Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::AnySpaceTag>, Dune::PDELab::EmptyTransformation> > >]'
/home/dune/Dune/dune-pdelab/dune/pdelab/gridfunctionspace/interpolate.hh:219:148:   required from 'void Dune::PDELab::interpolate(const F&, const GFS&, XG&) [with F = Dune::PDELab::ConvectionDiffusionDirichletExtensionAdapter<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, double> >; GFS = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >; XG = Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/home/dune/Dune/dune-spl/src/diffusion.cc:165:40:   required from here
/home/dune/Dune/dune-common/dune/common/fvector.hh:244:7: error: static assertion failed: FieldVectors do not match in dimension!
       static_assert(((bool)IsFieldVectorSizeCorrect<C,1>::value), "FieldVectors do not match in dimension!");
       ^
In file included from /home/dune/Dune/dune-pdelab/dune/pdelab/gridfunctionspace/gridfunctionspace.hh:32:0,
                 from /home/dune/Dune/dune-pdelab/dune/pdelab/backend/istl/vector.hh:16,
                 from /home/dune/Dune/dune-pdelab/dune/pdelab/backend/istl.hh:4,
                 from /home/dune/Dune/dune-pdelab/dune/pdelab/backend/istlmatrixbackend.hh:4,
                 from /home/dune/Dune/dune-spl/src/diffusion.cc:34:
/home/dune/Dune/dune-pdelab/dune/pdelab/gridfunctionspace/gridfunctionspaceutilities.hh: In instantiation of 'void Dune::PDELab::DiscreteGridFunction<T, X>::evaluate(const typename Dune::PDELab::DiscreteGridFunction<T, X>::BaseT::Traits::ElementType&, const typename Dune::PDELab::DiscreteGridFunction<T, X>::BaseT::Traits::DomainType&, typename Dune::PDELab::DiscreteGridFunction<T, X>::BaseT::Traits::RangeType&) const [with T = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >; X = Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; typename Dune::PDELab::DiscreteGridFunction<T, X>::BaseT::Traits::ElementType = Dune::Entity<0, 1, const Dune::OneDGrid, Dune::OneDGridEntity>; typename Dune::PDELab::DiscreteGridFunction<T, X>::BaseT::Traits::DomainType = Dune::FieldVector<double, 1>; typename Dune::PDELab::DiscreteGridFunction<T, X>::BaseT::Traits::RangeType = Dune::FieldVector<double, 1>]':
/home/dune/Dune/dune-pdelab/dune/pdelab/gridfunctionspace/../common/vtkexport.hh:85:9:   required from 'double Dune::PDELab::VTKGridFunctionAdapter<T>::evaluate(int, const Entity&, const Dune::FieldVector<typename T::Traits::GridViewType::Grid::ctype, n>&) const [with T = Dune::PDELab::DiscreteGridFunction<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > > >; Dune::PDELab::VTKGridFunctionAdapter<T>::Entity = Dune::Entity<0, 1, const Dune::OneDGrid, Dune::OneDGridEntity>; typename T::Traits::GridViewType::Grid::ctype = double]'
/home/dune/Dune/dune-spl/src/diffusion.cc:211:1:   required from here
/home/dune/Dune/dune-pdelab/dune/pdelab/gridfunctionspace/gridfunctionspaceutilities.hh:141:9: error: no matching function for call to 'Dune::QkStuff::QkLocalBasis<double, double, 1, 2>::evaluateFunction(const DomainType&, std::vector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > >&) const'
         FESwitch::basis(lfs.finiteElement()).evaluateFunction(x,yb);
         ^
/home/dune/Dune/dune-pdelab/dune/pdelab/gridfunctionspace/gridfunctionspaceutilities.hh:141:9: note: candidate is:
In file included from /home/dune/Dune/dune-pdelab/dune/pdelab/boilerplate/pdelab.hh:77:0,
                 from /home/dune/Dune/dune-spl/src/diffusion.cc:37:
/home/dune/Dune/dune-pdelab/dune/pdelab/finiteelementmap/qkdg.hh:162:19: note: void Dune::QkStuff::QkLocalBasis<D, R, k, d>::evaluateFunction(const typename Dune::QkStuff::QkLocalBasis<D, R, k, d>::Traits::DomainType&, std::vector<typename Dune::LocalBasisTraits<D, d, Dune::FieldVector<T, m>, R, 1, Dune::FieldVector<RangeFieldType, 1>, Dune::FieldMatrix<R, 1, d>, 0>::RangeType>&) const [with D = double; R = double; int k = 1; int d = 2; typename Dune::QkStuff::QkLocalBasis<D, R, k, d>::Traits::DomainType = Dune::FieldVector<double, 2>; typename Dune::LocalBasisTraits<D, d, Dune::FieldVector<T, m>, R, 1, Dune::FieldVector<RangeFieldType, 1>, Dune::FieldMatrix<R, 1, d>, 0>::RangeType = Dune::FieldVector<double, 1>]
       inline void evaluateFunction (const typename Traits::DomainType& in,
                   ^
/home/dune/Dune/dune-pdelab/dune/pdelab/finiteelementmap/qkdg.hh:162:19: note:   no known conversion for argument 1 from 'const DomainType {aka const Dune::FieldVector<double, 1>}' to 'const DomainType& {aka const Dune::FieldVector<double, 2>&}'
In file included from /home/dune/Dune/dune-spl/src/diffusion.cc:53:0:
/home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh: In instantiation of 'void Dune::PDELab::ConvectionDiffusionDG<T, FiniteElementMap>::jacobian_volume(const EG&, const LFSU&, const X&, const LFSV&, M&) const [with EG = Dune::PDELab::ElementGeometry<Dune::Entity<0, 1, const Dune::OneDGrid, Dune::OneDGridEntity> >; LFSU = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::AnySpaceTag>; X = Dune::PDELab::LocalVector<double, Dune::PDELab::AnySpaceTag, double>; LFSV = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::AnySpaceTag>; M = Dune::PDELab::WeightedMatrixAccumulationView<Dune::PDELab::LocalMatrix<double, double> >; T = Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, double>; FiniteElementMap = Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>]':
/home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/callswitch.hh:366:9:   required from 'static void Dune::PDELab::LocalAssemblerCallSwitch<LA, true>::jacobian_volume(const LA&, const EG&, const LFSU&, const X&, const LFSV&, M&) [with EG = Dune::PDELab::ElementGeometry<Dune::Entity<0, 1, const Dune::OneDGrid, Dune::OneDGridEntity> >; LFSU = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::AnySpaceTag>; X = Dune::PDELab::LocalVector<double, Dune::PDELab::AnySpaceTag, double>; LFSV = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::AnySpaceTag>; M = Dune::PDELab::WeightedMatrixAccumulationView<Dune::PDELab::LocalMatrix<double, double> >; LA = Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2> >]'
/home/dune/Dune/dune-pdelab/dune/pdelab/gridoperator/default/jacobianengine.hh:220:108:   required from 'void Dune::PDELab::DefaultLocalJacobianAssemblerEngine<LA>::assembleUVVolume(const EG&, const LFSUC&, const LFSVC&) [with EG = Dune::PDELab::ElementGeometry<Dune::Entity<0, 1, const Dune::OneDGrid, Dune::OneDGridEntity> >; LFSUC = Dune::PDELab::LFSIndexCache<Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::AnySpaceTag>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double> >; LFSVC = Dune::PDELab::LFSIndexCache<Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::AnySpaceTag>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double> >; LA = Dune::PDELab::DefaultLocalAssembler<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2> >, Dune::PDELab::ISTLMatrixBackend, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double> >, Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2> >, false>]'
/home/dune/Dune/dune-pdelab/dune/pdelab/gridoperator/default/assembler.hh:148:13:   required from 'void Dune::PDELab::DefaultAssembler<GFSU, GFSV, CU, CV, nonoverlapping_mode>::assemble(LocalAssemblerEngine&) const [with LocalAssemblerEngine = Dune::PDELab::DefaultLocalJacobianAssemblerEngine<Dune::PDELab::DefaultLocalAssembler<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2> >, Dune::PDELab::ISTLMatrixBackend, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double> >, Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2> >, false> >; GFSU = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >; GFSV = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >; CU = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>; CV = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>; bool nonoverlapping_mode = true]'
/home/dune/Dune/dune-pdelab/dune/pdelab/gridoperator/gridoperator.hh:203:9:   required from 'void Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV, nonoverlapping_mode>::jacobian(const Domain&, Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV, nonoverlapping_mode>::Jacobian&) const [with GFSU = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >; GFSV = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >; LOP = Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2> >; MB = Dune::PDELab::ISTLMatrixBackend; DF = double; RF = double; JF = double; CU = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>; CV = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>; int nonoverlapping_mode = -1; Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV, nonoverlapping_mode>::Domain = Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV, nonoverlapping_mode>::Jacobian = Dune::PDELab::istl::BCRSMatrix<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BCRSMatrix<Dune::FieldMatrix<double, 1, 1>, std::allocator<Dune::FieldMatrix<double, 1, 1> > >, int>]'
/home/dune/Dune/dune-pdelab/dune/pdelab/newton/newton.hh:506:13:   required from 'void Dune::PDELab::NewtonPrepareStep<GOS, TrlV, TstV>::prepare_step(Dune::PDELab::NewtonPrepareStep<GOS, TrlV, TstV>::Matrix&, TstV&) [with GOS = Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2> >, Dune::PDELab::ISTLMatrixBackend, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double> >; TrlV = Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; TstV = Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; Dune::PDELab::NewtonPrepareStep<GOS, TrlV, TstV>::Matrix = Dune::PDELab::istl::BCRSMatrix<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BCRSMatrix<Dune::FieldMatrix<double, 1, 1>, std::allocator<Dune::FieldMatrix<double, 1, 1> > >, int>]'
/home/dune/Dune/dune-spl/src/diffusion.cc:211:1:   required from here
/home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:216:102: error: no matching function for call to 'Dune::PDELab::LocalBasisCache<Dune::QkStuff::QkLocalBasis<double, double, 1, 2> >::evaluateFunction(const Vector&, const LocalBasisType&) const'
             auto& phi = cache[order].evaluateFunction(ip.position(),lfsu.finiteElement().localBasis());
                                                                                                      ^
/home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:216:102: note: candidate is:
In file included from /home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:17:0,
                 from /home/dune/Dune/dune-spl/src/diffusion.cc:53:
/home/dune/Dune/dune-pdelab/dune/pdelab/finiteelement/localbasiscache.hh:47:7: note: const std::vector<typename LB::Traits::RangeType>& Dune::PDELab::LocalBasisCache<LocalBasisType>::evaluateFunction(const DomainType&, const LocalBasisType&) const [with LocalBasisType = Dune::QkStuff::QkLocalBasis<double, double, 1, 2>; typename LB::Traits::RangeType = Dune::FieldVector<double, 1>; Dune::PDELab::LocalBasisCache<LocalBasisType>::DomainType = Dune::FieldVector<double, 2>]
       evaluateFunction (const DomainType& position, const LocalBasisType& localbasis) const
       ^
/home/dune/Dune/dune-pdelab/dune/pdelab/finiteelement/localbasiscache.hh:47:7: note:   no known conversion for argument 1 from 'const Vector {aka const Dune::FieldVector<double, 1>}' to 'const DomainType& {aka const Dune::FieldVector<double, 2>&}'
In file included from /home/dune/Dune/dune-spl/src/diffusion.cc:53:0:
/home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:219:101: error: no matching function for call to 'Dune::PDELab::LocalBasisCache<Dune::QkStuff::QkLocalBasis<double, double, 1, 2> >::evaluateJacobian(const Vector&, const LocalBasisType&) const'
             auto& js = cache[order].evaluateJacobian(ip.position(),lfsu.finiteElement().localBasis());
                                                                                                     ^
/home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:219:101: note: candidate is:
In file included from /home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:17:0,
                 from /home/dune/Dune/dune-spl/src/diffusion.cc:53:
/home/dune/Dune/dune-pdelab/dune/pdelab/finiteelement/localbasiscache.hh:59:7: note: const std::vector<typename Basis::Traits::JacobianType>& Dune::PDELab::LocalBasisCache<LocalBasisType>::evaluateJacobian(const DomainType&, const LocalBasisType&) const [with LocalBasisType = Dune::QkStuff::QkLocalBasis<double, double, 1, 2>; typename Basis::Traits::JacobianType = Dune::FieldMatrix<double, 1, 2>; Dune::PDELab::LocalBasisCache<LocalBasisType>::DomainType = Dune::FieldVector<double, 2>]
       evaluateJacobian (const DomainType& position, const LocalBasisType& localbasis) const
       ^
/home/dune/Dune/dune-pdelab/dune/pdelab/finiteelement/localbasiscache.hh:59:7: note:   no known conversion for argument 1 from 'const Vector {aka const Dune::FieldVector<double, 1>}' to 'const DomainType& {aka const Dune::FieldVector<double, 2>&}'
In file included from /home/dune/Dune/dune-spl/src/diffusion.cc:53:0:
/home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh: In instantiation of 'void Dune::PDELab::ConvectionDiffusionDG<T, FiniteElementMap>::jacobian_skeleton(const IG&, const LFSU&, const X&, const LFSV&, const LFSU&, const X&, const LFSV&, M&, M&, M&, M&) const [with IG = Dune::PDELab::IntersectionGeometry<Dune::Intersection<const Dune::OneDGrid, Dune::OneDGridLeafIntersection<const Dune::OneDGrid> > >; LFSU = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::AnySpaceTag>; X = Dune::PDELab::LocalVector<double, Dune::PDELab::AnySpaceTag, double>; LFSV = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::AnySpaceTag>; M = Dune::PDELab::WeightedMatrixAccumulationView<Dune::PDELab::LocalMatrix<double, double> >; T = Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, double>; FiniteElementMap = Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>]':
/home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/callswitch.hh:380:9:   required from 'static void Dune::PDELab::LocalAssemblerCallSwitch<LA, true>::jacobian_skeleton(const LA&, const IG&, const LFSU&, const X&, const LFSV&, const LFSU&, const X&, const LFSV&, M&, M&, M&, M&) [with IG = Dune::PDELab::IntersectionGeometry<Dune::Intersection<const Dune::OneDGrid, Dune::OneDGridLeafIntersection<const Dune::OneDGrid> > >; LFSU = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::AnySpaceTag>; X = Dune::PDELab::LocalVector<double, Dune::PDELab::AnySpaceTag, double>; LFSV = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::AnySpaceTag>; M = Dune::PDELab::WeightedMatrixAccumulationView<Dune::PDELab::LocalMatrix<double, double> >; LA = Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2> >]'
/home/dune/Dune/dune-pdelab/dune/pdelab/gridoperator/default/jacobianengine.hh:233:218:   required from 'void Dune::PDELab::DefaultLocalJacobianAssemblerEngine<LA>::assembleUVSkeleton(const IG&, const LFSUC&, const LFSVC&, const LFSUC&, const LFSVC&) [with IG = Dune::PDELab::IntersectionGeometry<Dune::Intersection<const Dune::OneDGrid, Dune::OneDGridLeafIntersection<const Dune::OneDGrid> > >; LFSUC = Dune::PDELab::LFSIndexCache<Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::AnySpaceTag>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double> >; LFSVC = Dune::PDELab::LFSIndexCache<Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::AnySpaceTag>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double> >; LA = Dune::PDELab::DefaultLocalAssembler<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2> >, Dune::PDELab::ISTLMatrixBackend, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double> >, Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2> >, false>]'
/home/dune/Dune/dune-pdelab/dune/pdelab/gridoperator/default/assembler.hh:209:35:   required from 'void Dune::PDELab::DefaultAssembler<GFSU, GFSV, CU, CV, nonoverlapping_mode>::assemble(LocalAssemblerEngine&) const [with LocalAssemblerEngine = Dune::PDELab::DefaultLocalJacobianAssemblerEngine<Dune::PDELab::DefaultLocalAssembler<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2> >, Dune::PDELab::ISTLMatrixBackend, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double> >, Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2> >, false> >; GFSU = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >; GFSV = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >; CU = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>; CV = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>; bool nonoverlapping_mode = true]'
/home/dune/Dune/dune-pdelab/dune/pdelab/gridoperator/gridoperator.hh:203:9:   required from 'void Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV, nonoverlapping_mode>::jacobian(const Domain&, Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV, nonoverlapping_mode>::Jacobian&) const [with GFSU = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >; GFSV = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >; LOP = Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2> >; MB = Dune::PDELab::ISTLMatrixBackend; DF = double; RF = double; JF = double; CU = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>; CV = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>; int nonoverlapping_mode = -1; Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV, nonoverlapping_mode>::Domain = Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV, nonoverlapping_mode>::Jacobian = Dune::PDELab::istl::BCRSMatrix<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BCRSMatrix<Dune::FieldMatrix<double, 1, 1>, std::allocator<Dune::FieldMatrix<double, 1, 1> > >, int>]'
/home/dune/Dune/dune-pdelab/dune/pdelab/newton/newton.hh:506:13:   required from 'void Dune::PDELab::NewtonPrepareStep<GOS, TrlV, TstV>::prepare_step(Dune::PDELab::NewtonPrepareStep<GOS, TrlV, TstV>::Matrix&, TstV&) [with GOS = Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2> >, Dune::PDELab::ISTLMatrixBackend, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double> >; TrlV = Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; TstV = Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; Dune::PDELab::NewtonPrepareStep<GOS, TrlV, TstV>::Matrix = Dune::PDELab::istl::BCRSMatrix<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BCRSMatrix<Dune::FieldMatrix<double, 1, 1>, std::allocator<Dune::FieldMatrix<double, 1, 1> > >, int>]'
/home/dune/Dune/dune-spl/src/diffusion.cc:211:1:   required from here
/home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:525:104: error: no matching function for call to 'Dune::PDELab::LocalBasisCache<Dune::QkStuff::QkLocalBasis<double, double, 1, 2> >::evaluateFunction(Dune::FieldVector<double, 1>&, const LocalBasisType&) const'
             auto& phi_s = cache[order_s].evaluateFunction(iplocal_s,lfsu_s.finiteElement().localBasis());
                                                                                                        ^
/home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:525:104: note: candidate is:
In file included from /home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:17:0,
                 from /home/dune/Dune/dune-spl/src/diffusion.cc:53:
/home/dune/Dune/dune-pdelab/dune/pdelab/finiteelement/localbasiscache.hh:47:7: note: const std::vector<typename LB::Traits::RangeType>& Dune::PDELab::LocalBasisCache<LocalBasisType>::evaluateFunction(const DomainType&, const LocalBasisType&) const [with LocalBasisType = Dune::QkStuff::QkLocalBasis<double, double, 1, 2>; typename LB::Traits::RangeType = Dune::FieldVector<double, 1>; Dune::PDELab::LocalBasisCache<LocalBasisType>::DomainType = Dune::FieldVector<double, 2>]
       evaluateFunction (const DomainType& position, const LocalBasisType& localbasis) const
       ^
/home/dune/Dune/dune-pdelab/dune/pdelab/finiteelement/localbasiscache.hh:47:7: note:   no known conversion for argument 1 from 'Dune::FieldVector<double, 1>' to 'const DomainType& {aka const Dune::FieldVector<double, 2>&}'
In file included from /home/dune/Dune/dune-spl/src/diffusion.cc:53:0:
/home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:526:104: error: no matching function for call to 'Dune::PDELab::LocalBasisCache<Dune::QkStuff::QkLocalBasis<double, double, 1, 2> >::evaluateFunction(Dune::FieldVector<double, 1>&, const LocalBasisType&) const'
             auto& phi_n = cache[order_n].evaluateFunction(iplocal_n,lfsu_n.finiteElement().localBasis());
                                                                                                        ^
/home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:526:104: note: candidate is:
In file included from /home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:17:0,
                 from /home/dune/Dune/dune-spl/src/diffusion.cc:53:
/home/dune/Dune/dune-pdelab/dune/pdelab/finiteelement/localbasiscache.hh:47:7: note: const std::vector<typename LB::Traits::RangeType>& Dune::PDELab::LocalBasisCache<LocalBasisType>::evaluateFunction(const DomainType&, const LocalBasisType&) const [with LocalBasisType = Dune::QkStuff::QkLocalBasis<double, double, 1, 2>; typename LB::Traits::RangeType = Dune::FieldVector<double, 1>; Dune::PDELab::LocalBasisCache<LocalBasisType>::DomainType = Dune::FieldVector<double, 2>]
       evaluateFunction (const DomainType& position, const LocalBasisType& localbasis) const
       ^
/home/dune/Dune/dune-pdelab/dune/pdelab/finiteelement/localbasiscache.hh:47:7: note:   no known conversion for argument 1 from 'Dune::FieldVector<double, 1>' to 'const DomainType& {aka const Dune::FieldVector<double, 2>&}'
In file included from /home/dune/Dune/dune-spl/src/diffusion.cc:53:0:
/home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:529:108: error: no matching function for call to 'Dune::PDELab::LocalBasisCache<Dune::QkStuff::QkLocalBasis<double, double, 1, 2> >::evaluateJacobian(Dune::FieldVector<double, 1>&, const LocalBasisType&) const'
             auto& gradphi_s = cache[order_s].evaluateJacobian(iplocal_s,lfsu_s.finiteElement().localBasis());
                                                                                                            ^
/home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:529:108: note: candidate is:
In file included from /home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:17:0,
                 from /home/dune/Dune/dune-spl/src/diffusion.cc:53:
/home/dune/Dune/dune-pdelab/dune/pdelab/finiteelement/localbasiscache.hh:59:7: note: const std::vector<typename Basis::Traits::JacobianType>& Dune::PDELab::LocalBasisCache<LocalBasisType>::evaluateJacobian(const DomainType&, const LocalBasisType&) const [with LocalBasisType = Dune::QkStuff::QkLocalBasis<double, double, 1, 2>; typename Basis::Traits::JacobianType = Dune::FieldMatrix<double, 1, 2>; Dune::PDELab::LocalBasisCache<LocalBasisType>::DomainType = Dune::FieldVector<double, 2>]
       evaluateJacobian (const DomainType& position, const LocalBasisType& localbasis) const
       ^
/home/dune/Dune/dune-pdelab/dune/pdelab/finiteelement/localbasiscache.hh:59:7: note:   no known conversion for argument 1 from 'Dune::FieldVector<double, 1>' to 'const DomainType& {aka const Dune::FieldVector<double, 2>&}'
In file included from /home/dune/Dune/dune-spl/src/diffusion.cc:53:0:
/home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:530:108: error: no matching function for call to 'Dune::PDELab::LocalBasisCache<Dune::QkStuff::QkLocalBasis<double, double, 1, 2> >::evaluateJacobian(Dune::FieldVector<double, 1>&, const LocalBasisType&) const'
             auto& gradphi_n = cache[order_n].evaluateJacobian(iplocal_n,lfsu_n.finiteElement().localBasis());
                                                                                                            ^
/home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:530:108: note: candidate is:
In file included from /home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:17:0,
                 from /home/dune/Dune/dune-spl/src/diffusion.cc:53:
/home/dune/Dune/dune-pdelab/dune/pdelab/finiteelement/localbasiscache.hh:59:7: note: const std::vector<typename Basis::Traits::JacobianType>& Dune::PDELab::LocalBasisCache<LocalBasisType>::evaluateJacobian(const DomainType&, const LocalBasisType&) const [with LocalBasisType = Dune::QkStuff::QkLocalBasis<double, double, 1, 2>; typename Basis::Traits::JacobianType = Dune::FieldMatrix<double, 1, 2>; Dune::PDELab::LocalBasisCache<LocalBasisType>::DomainType = Dune::FieldVector<double, 2>]
       evaluateJacobian (const DomainType& position, const LocalBasisType& localbasis) const
       ^
/home/dune/Dune/dune-pdelab/dune/pdelab/finiteelement/localbasiscache.hh:59:7: note:   no known conversion for argument 1 from 'Dune::FieldVector<double, 1>' to 'const DomainType& {aka const Dune::FieldVector<double, 2>&}'
In file included from /home/dune/Dune/dune-spl/src/diffusion.cc:53:0:
/home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh: In instantiation of 'void Dune::PDELab::ConvectionDiffusionDG<T, FiniteElementMap>::jacobian_boundary(const IG&, const LFSU&, const X&, const LFSV&, M&) const [with IG = Dune::PDELab::IntersectionGeometry<Dune::Intersection<const Dune::OneDGrid, Dune::OneDGridLeafIntersection<const Dune::OneDGrid> > >; LFSU = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::AnySpaceTag>; X = Dune::PDELab::LocalVector<double, Dune::PDELab::AnySpaceTag, double>; LFSV = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::AnySpaceTag>; M = Dune::PDELab::WeightedMatrixAccumulationView<Dune::PDELab::LocalMatrix<double, double> >; T = Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, double>; FiniteElementMap = Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>]':
/home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/callswitch.hh:388:9:   required from 'static void Dune::PDELab::LocalAssemblerCallSwitch<LA, true>::jacobian_boundary(const LA&, const IG&, const LFSU&, const X&, const LFSV&, M&) [with IG = Dune::PDELab::IntersectionGeometry<Dune::Intersection<const Dune::OneDGrid, Dune::OneDGridLeafIntersection<const Dune::OneDGrid> > >; LFSU = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::AnySpaceTag>; X = Dune::PDELab::LocalVector<double, Dune::PDELab::AnySpaceTag, double>; LFSV = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::AnySpaceTag>; M = Dune::PDELab::WeightedMatrixAccumulationView<Dune::PDELab::LocalMatrix<double, double> >; LA = Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2> >]'
/home/dune/Dune/dune-pdelab/dune/pdelab/gridoperator/default/jacobianengine.hh:241:114:   required from 'void Dune::PDELab::DefaultLocalJacobianAssemblerEngine<LA>::assembleUVBoundary(const IG&, const LFSUC&, const LFSVC&) [with IG = Dune::PDELab::IntersectionGeometry<Dune::Intersection<const Dune::OneDGrid, Dune::OneDGridLeafIntersection<const Dune::OneDGrid> > >; LFSUC = Dune::PDELab::LFSIndexCache<Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::AnySpaceTag>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double> >; LFSVC = Dune::PDELab::LFSIndexCache<Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::AnySpaceTag>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double> >; LA = Dune::PDELab::DefaultLocalAssembler<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2> >, Dune::PDELab::ISTLMatrixBackend, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double> >, Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2> >, false>]'
/home/dune/Dune/dune-pdelab/dune/pdelab/gridoperator/default/assembler.hh:232:31:   required from 'void Dune::PDELab::DefaultAssembler<GFSU, GFSV, CU, CV, nonoverlapping_mode>::assemble(LocalAssemblerEngine&) const [with LocalAssemblerEngine = Dune::PDELab::DefaultLocalJacobianAssemblerEngine<Dune::PDELab::DefaultLocalAssembler<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2> >, Dune::PDELab::ISTLMatrixBackend, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double> >, Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2> >, false> >; GFSU = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >; GFSV = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >; CU = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>; CV = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>; bool nonoverlapping_mode = true]'
/home/dune/Dune/dune-pdelab/dune/pdelab/gridoperator/gridoperator.hh:203:9:   required from 'void Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV, nonoverlapping_mode>::jacobian(const Domain&, Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV, nonoverlapping_mode>::Jacobian&) const [with GFSU = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >; GFSV = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >; LOP = Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2> >; MB = Dune::PDELab::ISTLMatrixBackend; DF = double; RF = double; JF = double; CU = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>; CV = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>; int nonoverlapping_mode = -1; Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV, nonoverlapping_mode>::Domain = Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV, nonoverlapping_mode>::Jacobian = Dune::PDELab::istl::BCRSMatrix<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BCRSMatrix<Dune::FieldMatrix<double, 1, 1>, std::allocator<Dune::FieldMatrix<double, 1, 1> > >, int>]'
/home/dune/Dune/dune-pdelab/dune/pdelab/newton/newton.hh:506:13:   required from 'void Dune::PDELab::NewtonPrepareStep<GOS, TrlV, TstV>::prepare_step(Dune::PDELab::NewtonPrepareStep<GOS, TrlV, TstV>::Matrix&, TstV&) [with GOS = Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, double>, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2> >, Dune::PDELab::ISTLMatrixBackend, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int, 1ul>, double> >; TrlV = Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; TstV = Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; Dune::PDELab::NewtonPrepareStep<GOS, TrlV, TstV>::Matrix = Dune::PDELab::istl::BCRSMatrix<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::istl::VectorBackend<> >, Dune::BCRSMatrix<Dune::FieldMatrix<double, 1, 1>, std::allocator<Dune::FieldMatrix<double, 1, 1> > >, int>]'
/home/dune/Dune/dune-spl/src/diffusion.cc:211:1:   required from here
/home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:853:104: error: no matching function for call to 'Dune::PDELab::LocalBasisCache<Dune::QkStuff::QkLocalBasis<double, double, 1, 2> >::evaluateFunction(Dune::FieldVector<double, 1>&, const LocalBasisType&) const'
             auto& phi_s = cache[order_s].evaluateFunction(iplocal_s,lfsu_s.finiteElement().localBasis());
                                                                                                        ^
/home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:853:104: note: candidate is:
In file included from /home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:17:0,
                 from /home/dune/Dune/dune-spl/src/diffusion.cc:53:
/home/dune/Dune/dune-pdelab/dune/pdelab/finiteelement/localbasiscache.hh:47:7: note: const std::vector<typename LB::Traits::RangeType>& Dune::PDELab::LocalBasisCache<LocalBasisType>::evaluateFunction(const DomainType&, const LocalBasisType&) const [with LocalBasisType = Dune::QkStuff::QkLocalBasis<double, double, 1, 2>; typename LB::Traits::RangeType = Dune::FieldVector<double, 1>; Dune::PDELab::LocalBasisCache<LocalBasisType>::DomainType = Dune::FieldVector<double, 2>]
       evaluateFunction (const DomainType& position, const LocalBasisType& localbasis) const
       ^
/home/dune/Dune/dune-pdelab/dune/pdelab/finiteelement/localbasiscache.hh:47:7: note:   no known conversion for argument 1 from 'Dune::FieldVector<double, 1>' to 'const DomainType& {aka const Dune::FieldVector<double, 2>&}'
In file included from /home/dune/Dune/dune-spl/src/diffusion.cc:53:0:
/home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:879:108: error: no matching function for call to 'Dune::PDELab::LocalBasisCache<Dune::QkStuff::QkLocalBasis<double, double, 1, 2> >::evaluateJacobian(Dune::FieldVector<double, 1>&, const LocalBasisType&) const'
             auto& gradphi_s = cache[order_s].evaluateJacobian(iplocal_s,lfsu_s.finiteElement().localBasis());
                                                                                                            ^
/home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:879:108: note: candidate is:
In file included from /home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:17:0,
                 from /home/dune/Dune/dune-spl/src/diffusion.cc:53:
/home/dune/Dune/dune-pdelab/dune/pdelab/finiteelement/localbasiscache.hh:59:7: note: const std::vector<typename Basis::Traits::JacobianType>& Dune::PDELab::LocalBasisCache<LocalBasisType>::evaluateJacobian(const DomainType&, const LocalBasisType&) const [with LocalBasisType = Dune::QkStuff::QkLocalBasis<double, double, 1, 2>; typename Basis::Traits::JacobianType = Dune::FieldMatrix<double, 1, 2>; Dune::PDELab::LocalBasisCache<LocalBasisType>::DomainType = Dune::FieldVector<double, 2>]
       evaluateJacobian (const DomainType& position, const LocalBasisType& localbasis) const
       ^
/home/dune/Dune/dune-pdelab/dune/pdelab/finiteelement/localbasiscache.hh:59:7: note:   no known conversion for argument 1 from 'Dune::FieldVector<double, 1>' to 'const DomainType& {aka const Dune::FieldVector<double, 2>&}'
make[2]: *** [src/CMakeFiles/diffusion_0000.dir/diffusion.cc.o] Error 1
make[1]: *** [src/CMakeFiles/diffusion_0000.dir/all] Error 2
make: *** [all] Error 2
--- Failed to build dune-spl ---
Terminating dunecontrol due to previous errors!


More information about the dune-pdelab mailing list