[dune-pdelab] [dune-pdelab-tutorials] compiling error

Santiago Ospina santiago.ospina at relay2.uni-heidelberg.de
Sat Dec 2 03:21:51 CET 2017


Hello,

I’m having the compiling error showed below then compiling dune-pdelab-tutorials. Do you have ideas why is it appearing?

Thanks in advance,
Santiago O.

dhcp560-174:DUNE soilros$ ./dune-common/bin/dunecontrol --opts=${OPTS_FILE} --builddir=${BUILD_DIR} --only=dune-pdelab-tutorials all
----- using default flags $CMAKE_FLAGS from /Users/soilros/Codes/DUNE/install.opts -----
--- going to build dune-pdelab-tutorials  ---
--- calling all for dune-pdelab-tutorials ---
--- calling vcsetup for dune-pdelab-tutorials ---
--- calling configure for dune-pdelab-tutorials ---
WARNING: could not find module dune-alugrid,
       module is also unknown to pkg-config.
       Maybe you need to adjust PKG_CONFIG_PATH!
       dune-alugrid is suggested by dune-pdelab
Skipping dune-alugrid!
find: dune: No such file or directory
 cmake -DCMAKE_MODULE_PATH=""  "-Ddune-common_DIR=/Users/soilros/Codes/DUNE/build/dune-common" "-Ddune-geometry_DIR=/Users/soilros/Codes/DUNE/build/dune-geometry" "-Ddune-uggrid_DIR=/Users/soilros/Codes/DUNE/build/dune-uggrid" "-Ddune-grid_DIR=/Users/soilros/Codes/DUNE/build/dune-grid" "-Ddune-localfunctions_DIR=/Users/soilros/Codes/DUNE/build/dune-localfunctions" "-Ddune-istl_DIR=/Users/soilros/Codes/DUNE/build/dune-istl" "-Ddune-typetree_DIR=/Users/soilros/Codes/DUNE/build/dune-typetree" "-Ddune-functions_DIR=/Users/soilros/Codes/DUNE/build/dune-functions" "-Ddune-pdelab_DIR=/Users/soilros/Codes/DUNE/build/dune-pdelab" -DCMAKE_C_COMPILER='gcc-7' -DCMAKE_CXX_COMPILER='c++-7' -DCMAKE_Fortran_COMPILER='gfortran' -DCMAKE_BUILD_TYPE=Release -DHDF5_ROOT=/usr/local -DDUNE_PYTHON_VIRTUALENV_SETUP=1 -DDUNE_PYTHON_ALLOW_GET_PIP=1 -DBUILD_DORIE=ON "/Users/soilros/Codes/DUNE/dune-pdelab-tutorials"
-- Dependencies for dune-pdelab-tutorials: dune-pdelab
-- Dependencies for dune-pdelab: dune-grid (>= 2.5);dune-localfunctions (>= 2.5);dune-istl (>= 2.5);dune-typetree (>= 2.5);dune-functions (>= 2.5)
-- Suggestions for dune-pdelab: dune-alugrid
-- Dependencies for dune-grid: dune-geometry (>= 2.5.0)
-- Suggestions for dune-grid: dune-uggrid
-- Dependencies for dune-localfunctions: dune-geometry (>= 2.5.0)
-- Dependencies for dune-istl: dune-common (>= 2.5.0)
-- Dependencies for dune-typetree: dune-common (>= 2.5.0)
-- Dependencies for dune-functions: dune-localfunctions (>= 2.5.0);dune-grid (>= 2.5.0);dune-typetree (>= 2.5.0)
-- Suggestions for dune-functions: dune-istl
CMake Warning at /Users/soilros/Codes/DUNE/dune-common/cmake/modules/DuneMacros.cmake:175 (find_package):
  Could not find a package configuration file provided by "dune-alugrid" with
  any of the following names:

    dune-alugridConfig.cmake
    dune-alugrid-config.cmake

  Add the installation prefix of "dune-alugrid" to CMAKE_PREFIX_PATH or set
  "dune-alugrid_DIR" to a directory containing one of the above files.  If
  "dune-alugrid" provides a separate development package or SDK, be sure it
  has been installed.
Call Stack (most recent call first):
  /Users/soilros/Codes/DUNE/dune-common/cmake/modules/DuneMacros.cmake:421 (find_dune_package)
  /Users/soilros/Codes/DUNE/dune-common/cmake/modules/DuneMacros.cmake:468 (dune_process_dependency_leafs)
  /Users/soilros/Codes/DUNE/dune-common/cmake/modules/DuneMacros.cmake:475 (dune_create_dependency_leafs)
  /Users/soilros/Codes/DUNE/dune-common/cmake/modules/DuneMacros.cmake:488 (dune_create_dependency_leafs)
  /Users/soilros/Codes/DUNE/dune-common/cmake/modules/DuneMacros.cmake:634 (dune_create_dependency_tree)
  CMakeLists.txt:19 (dune_project)


-- No full CMake package configuration support available. Falling back to pkg-config.
-- Checking for module 'dune-alugrid '
--   No package 'dune-alugrid' found
-- Dependencies for dune-localfunctions: dune-geometry (>= 2.5.0)
-- Dependencies for dune-grid: dune-geometry (>= 2.5.0)
-- Suggestions for dune-grid: dune-uggrid
-- Dependencies for dune-typetree: dune-common (>= 2.5.0)
-- Dependencies for dune-geometry: dune-common (>= 2.5.0)
-- Dependencies for dune-istl: dune-common (>= 2.5.0)
-- Dependencies for dune-uggrid: dune-common (>= 2.5.0)
-- Dependencies for dune-geometry: dune-common (>= 2.5.0)
-- Dependencies for dune-uggrid: dune-common (>= 2.5.0)
-- Performing tests specific to dune-common from file /Users/soilros/Codes/DUNE/dune-common/cmake/modules/DuneCommonMacros.cmake.
-- A library with BLAS API found.
-- A library with LAPACK API found.
CMake Warning at /Users/soilros/Codes/DUNE/dune-common/cmake/modules/DuneCommonMacros.cmake:32 (find_package):
  By not providing "FindVc.cmake" in CMAKE_MODULE_PATH this project has asked
  CMake to find a package configuration file provided by "Vc", but CMake did
  not find one.

  Could not find a package configuration file provided by "Vc" with any of
  the following names:

    VcConfig.cmake
    vc-config.cmake

  Add the installation prefix of "Vc" to CMAKE_PREFIX_PATH or set "Vc_DIR" to
  a directory containing one of the above files.  If "Vc" provides a separate
  development package or SDK, be sure it has been installed.
Call Stack (most recent call first):
  /Users/soilros/Codes/DUNE/dune-common/cmake/modules/DuneMacros.cmake:577 (include)
  /Users/soilros/Codes/DUNE/dune-common/cmake/modules/DuneMacros.cmake:728 (dune_process_dependency_macros)
  CMakeLists.txt:19 (dune_project)


CMake Deprecation Warning at /Applications/CMake.app/Contents/share/cmake-3.8/Modules/FeatureSummary.cmake:638 (message):
  SET_PACKAGE_INFO is deprecated.  Use SET_PACKAGE_PROPERTIES instead.
Call Stack (most recent call first):
  /Users/soilros/Codes/DUNE/dune-common/cmake/modules/DuneCommonMacros.cmake:34 (set_package_info)
  /Users/soilros/Codes/DUNE/dune-common/cmake/modules/DuneMacros.cmake:577 (include)
  /Users/soilros/Codes/DUNE/dune-common/cmake/modules/DuneMacros.cmake:728 (dune_process_dependency_macros)
  CMakeLists.txt:19 (dune_project)


-- Setting dune-common_INCLUDE_DIRS=/Users/soilros/Codes/DUNE/dune-common
-- Setting dune-common_LIBRARIES=dunecommon
-- Performing tests specific to dune-uggrid from file /Users/soilros/Codes/DUNE/dune-uggrid/cmake/modules/DuneUggridMacros.cmake.
-- Setting dune-uggrid_INCLUDE_DIRS=/Users/soilros/Codes/DUNE/dune-uggrid
-- Setting dune-uggrid_LIBRARIES=ugL;ugS2;ugS3
-- Setting dune-geometry_INCLUDE_DIRS=/Users/soilros/Codes/DUNE/dune-geometry
-- Setting dune-geometry_LIBRARIES=dunegeometry
-- Performing tests specific to dune-istl from file /Users/soilros/Codes/DUNE/dune-istl/cmake/modules/DuneIstlMacros.cmake.
CMake Deprecation Warning at /Applications/CMake.app/Contents/share/cmake-3.8/Modules/FeatureSummary.cmake:638 (message):
  SET_PACKAGE_INFO is deprecated.  Use SET_PACKAGE_PROPERTIES instead.
Call Stack (most recent call first):
  /Users/soilros/Codes/DUNE/dune-istl/cmake/modules/FindSuperLU.cmake:159 (set_package_info)
  /Users/soilros/Codes/DUNE/dune-istl/cmake/modules/DuneIstlMacros.cmake:9 (find_package)
  /Users/soilros/Codes/DUNE/dune-common/cmake/modules/DuneMacros.cmake:577 (include)
  /Users/soilros/Codes/DUNE/dune-common/cmake/modules/DuneMacros.cmake:728 (dune_process_dependency_macros)
  CMakeLists.txt:19 (dune_project)


-- Could NOT find ARPACK (missing:  ARPACK_LIBRARY) 
-- Could NOT find ARPACKPP (missing:  ARPACK_FOUND ARPACKPP_INCLUDE_DIR) 
-- Could NOT find SuiteSparse (missing:  SUITESPARSE_INCLUDE_DIR SUITESPARSE_LIBRARY) 
-- Setting dune-istl_INCLUDE_DIRS=/Users/soilros/Codes/DUNE/dune-istl
-- Performing tests specific to dune-typetree from file /Users/soilros/Codes/DUNE/dune-typetree/cmake/modules/DuneTypetreeMacros.cmake.
-- Setting dune-typetree_INCLUDE_DIRS=/Users/soilros/Codes/DUNE/dune-typetree
-- Performing tests specific to dune-grid from file /Users/soilros/Codes/DUNE/dune-grid/cmake/modules/DuneGridMacros.cmake.
CMake Deprecation Warning at /Applications/CMake.app/Contents/share/cmake-3.8/Modules/FeatureSummary.cmake:638 (message):
  SET_PACKAGE_INFO is deprecated.  Use SET_PACKAGE_PROPERTIES instead.
Call Stack (most recent call first):
  /Users/soilros/Codes/DUNE/dune-grid/cmake/modules/UseUG.cmake:62 (set_package_info)
  /Users/soilros/Codes/DUNE/dune-grid/cmake/modules/DuneGridMacros.cmake:19 (include)
  /Users/soilros/Codes/DUNE/dune-common/cmake/modules/DuneMacros.cmake:577 (include)
  /Users/soilros/Codes/DUNE/dune-common/cmake/modules/DuneMacros.cmake:728 (dune_process_dependency_macros)
  CMakeLists.txt:19 (dune_project)


CMake Warning at /Users/soilros/Codes/DUNE/dune-grid/cmake/modules/UseUG.cmake:155 (message):
  The support of UG as an external library is deprecated in Dune 2.5.  Use
  dune-uggrid instead.
Call Stack (most recent call first):
  /Users/soilros/Codes/DUNE/dune-grid/cmake/modules/DuneGridMacros.cmake:19 (include)
  /Users/soilros/Codes/DUNE/dune-common/cmake/modules/DuneMacros.cmake:577 (include)
  /Users/soilros/Codes/DUNE/dune-common/cmake/modules/DuneMacros.cmake:728 (dune_process_dependency_macros)
  CMakeLists.txt:19 (dune_project)


-- Checking for one of the modules 'psurface'
-- Checking for module 'psurface'
--   No package 'psurface' 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=/Users/soilros/Codes/DUNE/dune-grid
-- Setting dune-grid_LIBRARIES=dunegrid
-- Setting dune-localfunctions_INCLUDE_DIRS=/Users/soilros/Codes/DUNE/dune-localfunctions
-- Performing tests specific to dune-functions from file /Users/soilros/Codes/DUNE/dune-functions/cmake/modules/DuneFunctionsMacros.cmake.
-- Setting dune-functions_INCLUDE_DIRS=/Users/soilros/Codes/DUNE/dune-functions
-- Performing tests specific to dune-pdelab from file /Users/soilros/Codes/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 /Users/soilros/Codes/DUNE/dune-pdelab/cmake/modules/UseEigen.cmake:1 (find_package):
  By not providing "FindEigen3.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "Eigen3", but
  CMake did not find one.

  Could not find a package configuration file provided by "Eigen3" with any
  of the following names:

    Eigen3Config.cmake
    eigen3-config.cmake

  Add the installation prefix of "Eigen3" to CMAKE_PREFIX_PATH or set
  "Eigen3_DIR" to a directory containing one of the above files.  If "Eigen3"
  provides a separate development package or SDK, be sure it has been
  installed.
Call Stack (most recent call first):
  /Users/soilros/Codes/DUNE/dune-pdelab/cmake/modules/DunePdelabMacros.cmake:2 (include)
  /Users/soilros/Codes/DUNE/dune-common/cmake/modules/DuneMacros.cmake:577 (include)
  /Users/soilros/Codes/DUNE/dune-common/cmake/modules/DuneMacros.cmake:728 (dune_process_dependency_macros)
  CMakeLists.txt:19 (dune_project)


-- Setting dune-pdelab_INCLUDE_DIRS=/Users/soilros/Codes/DUNE/dune-pdelab
-- Setting dune-pdelab_LIBRARIES=dunepdelab
-- Performing tests specific to dune-pdelab-tutorials from file /Users/soilros/Codes/DUNE/dune-pdelab-tutorials/cmake/modules/DunePdelabTutorialsMacros.cmake.
-- Adding custom target for config.h generation
-- The following OPTIONAL packages have been found:

 * dune-uggrid
 * MPI
 * Sphinx
 * Doxygen
 * PkgConfig
 * LAPACK
 * GMP
 * PythonInterp
 * PythonLibs
 * SuperLU, Direct linear solver library
 * Threads
 * CXXTemplateAliases
 * CXXDecltype
 * GCCTypeof
 * METIS
 * ParMETIS
 * LATEX
 * LatexMk

-- The following REQUIRED packages have been found:

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

-- The following features have been disabled:

 * Experimental grid extensions, Enables additional grid features.

-- The following OPTIONAL packages have not been found:

 * dune-alugrid
 * Inkscape
 * Vc, C++ Vectorization library, <https://github.com/VcDevel/Vc <https://github.com/VcDevel/Vc>>
 * ARPACK
 * ARPACKPP
 * SuiteSparse
 * Alberta
 * Psurface
 * AmiraMesh
 * PETSc
 * Eigen3

-- Configuring done
-- Generating done
-- Build files have been written to: /Users/soilros/Codes/DUNE/build/dune-pdelab-tutorials
--- calling make for dune-pdelab-tutorials ---
----- using default flags $MAKE_FLAGS from /Users/soilros/Codes/DUNE/install.opts -----
build directory: /Users/soilros/Codes/DUNE/build
cmake --build . -- -j 2
[  0%] Building PDF from overview.tex...
[  1%] Building PDF from exercise-workflow.tex...
Possible unintended interpolation of @PS2PDF_CONVERTER in string at (eval 7) line 11, <GEN0> chunk 1.
Latexmk: This is Latexmk, John Collins, 22 April 2016, version: 4.45.
Possible unintended interpolation of @PS2PDF_CONVERTER in string at (eval 7) line 11, <GEN0> chunk 1.
Latexmk: This is Latexmk, John Collins, 22 April 2016, version: 4.45.
Latexmk: All targets (/Users/soilros/Codes/DUNE/build/dune-pdelab-tutorials/overview/exercise-workflow.pdf) are up-to-date
Latexmk: All targets (/Users/soilros/Codes/DUNE/build/dune-pdelab-tutorials/overview/overview.pdf) are up-to-date
[  1%] Built target overview_overview_tex
[  1%] Built target overview_exercise-workflow_tex
[  3%] Building PDF from abstractions.tex...
[  3%] Building PDF from c++_refresher.tex...
Possible unintended interpolation of @PS2PDF_CONVERTER in string at (eval 7) line 11, <GEN0> chunk 1.
Latexmk: This is Latexmk, John Collins, 22 April 2016, version: 4.45.
Possible unintended interpolation of @PS2PDF_CONVERTER in string at (eval 7) line 11, <GEN0> chunk 1.
Latexmk: This is Latexmk, John Collins, 22 April 2016, version: 4.45.
Latexmk: All targets (/Users/soilros/Codes/DUNE/build/dune-pdelab-tutorials/c++/doc/c++_refresher.pdf) are up-to-date
Latexmk: All targets (/Users/soilros/Codes/DUNE/build/dune-pdelab-tutorials/overview/abstractions.pdf) are up-to-date
[  3%] Built target c++_doc_c++_refresher_tex
[  3%] Built target overview_abstractions_tex
[  4%] Building PDF from exercise_cpp1.tex...
[  6%] Built target c++-task4
[  8%] Built target c++-task3
Possible unintended interpolation of @PS2PDF_CONVERTER in string at (eval 7) line 11, <GEN0> chunk 1.
Latexmk: This is Latexmk, John Collins, 22 April 2016, version: 4.45.
Latexmk: All targets (/Users/soilros/Codes/DUNE/build/dune-pdelab-tutorials/c++/exercise/doc/exercise_cpp1.pdf) are up-to-date
[ 10%] Built target c++-task2
[ 10%] Built target c++_exercise_doc_exercise_cpp1_tex
[ 11%] Built target c++-task1-solution
[ 12%] Built target c++-task4-solution
[ 14%] Built target c++-task2-solution
[ 16%] Built target c++-task3-solution
[ 17%] Building PDF from c++slides.tex...
[ 18%] Building PDF from exercise_grid2.tex...
Possible unintended interpolation of @PS2PDF_CONVERTER in string at (eval 7) line 11, <GEN0> chunk 1.
Latexmk: This is Latexmk, John Collins, 22 April 2016, version: 4.45.
Possible unintended interpolation of @PS2PDF_CONVERTER in string at (eval 7) line 11, <GEN0> chunk 1.
Latexmk: This is Latexmk, John Collins, 22 April 2016, version: 4.45.
Latexmk: All targets (/Users/soilros/Codes/DUNE/build/dune-pdelab-tutorials/c++/slides/c++slides.pdf) are up-to-date
Latexmk: All targets (/Users/soilros/Codes/DUNE/build/dune-pdelab-tutorials/gridinterface/exercise/doc/exercise_grid2.pdf) are up-to-date
[ 18%] Built target c++_slides_c++slides_tex
[ 18%] Built target gridinterface_exercise_doc_exercise_grid2_tex
[ 19%] Building PDF from exercise_grid1.tex...
[ 21%] Built target grid-exercise1
[ 22%] Built target finitevolume
Possible unintended interpolation of @PS2PDF_CONVERTER in string at (eval 7) line 11, <GEN0> chunk 1.
Latexmk: This is Latexmk, John Collins, 22 April 2016, version: 4.45.
Latexmk: All targets (/Users/soilros/Codes/DUNE/build/dune-pdelab-tutorials/gridinterface/exercise/doc/exercise_grid1.pdf) are up-to-date
[ 22%] Built target gridinterface_exercise_doc_exercise_grid1_tex
[ 24%] Built target grid-exercise2
[ 28%] Built target integration
[ 28%] Built target solution-finitevolume
[ 30%] Built target solution-integration
[ 32%] Built target solution-finitevolume-3d
[ 33%] Building PDF from slidesgrid.tex...
[ 35%] Built target solution-grid1
Possible unintended interpolation of @PS2PDF_CONVERTER in string at (eval 7) line 11, <GEN0> chunk 1.
Latexmk: This is Latexmk, John Collins, 22 April 2016, version: 4.45.
[ 37%] Built target tutorial00
[ 38%] Building PDF from slides00.tex...
Latexmk: All targets (/Users/soilros/Codes/DUNE/build/dune-pdelab-tutorials/gridinterface/slides/slidesgrid.pdf) are up-to-date
[ 38%] Built target gridinterface_slides_slidesgrid_tex
Possible unintended interpolation of @PS2PDF_CONVERTER in string at (eval 7) line 11, <GEN0> chunk 1.
Latexmk: This is Latexmk, John Collins, 22 April 2016, version: 4.45.
[ 39%] Building PDF from tutorial00.tex...
Latexmk: All targets (/Users/soilros/Codes/DUNE/build/dune-pdelab-tutorials/tutorial00/slides/slides00.pdf) are up-to-date
[ 39%] Built target tutorial00_slides_slides00_tex
Possible unintended interpolation of @PS2PDF_CONVERTER in string at (eval 7) line 11, <GEN0> chunk 1.
Latexmk: This is Latexmk, John Collins, 22 April 2016, version: 4.45.
[ 40%] Building PDF from exercise00.tex...
Latexmk: All targets (/Users/soilros/Codes/DUNE/build/dune-pdelab-tutorials/tutorial00/doc/tutorial00.pdf) are up-to-date
[ 40%] Built target tutorial00_doc_tutorial00_tex
Possible unintended interpolation of @PS2PDF_CONVERTER in string at (eval 7) line 11, <GEN0> chunk 1.
Latexmk: This is Latexmk, John Collins, 22 April 2016, version: 4.45.
[ 42%] Built target exercise00
Latexmk: All targets (/Users/soilros/Codes/DUNE/build/dune-pdelab-tutorials/tutorial00/exercise/doc/exercise00.pdf) are up-to-date
[ 42%] Built target tutorial00_exercise_doc_exercise00_tex
[ 44%] Built target solution00
[ 45%] Building CXX object tutorial01/src/CMakeFiles/tutorial01.dir/tutorial01.cc.o
[ 45%] Building PDF from slides01.tex...
Possible unintended interpolation of @PS2PDF_CONVERTER in string at (eval 7) line 11, <GEN0> chunk 1.
Latexmk: This is Latexmk, John Collins, 22 April 2016, version: 4.45.
Latexmk: All targets (/Users/soilros/Codes/DUNE/build/dune-pdelab-tutorials/tutorial01/slides/slides01.pdf) are up-to-date
[ 45%] Built target tutorial01_slides_slides01_tex
[ 46%] Building PDF from tutorial01.tex...
Possible unintended interpolation of @PS2PDF_CONVERTER in string at (eval 7) line 11, <GEN0> chunk 1.
Latexmk: This is Latexmk, John Collins, 22 April 2016, version: 4.45.
Latexmk: All targets (/Users/soilros/Codes/DUNE/build/dune-pdelab-tutorials/tutorial01/doc/tutorial01.pdf) are up-to-date
[ 46%] Built target tutorial01_doc_tutorial01_tex
[ 47%] Building PDF from exercise01.tex...
Possible unintended interpolation of @PS2PDF_CONVERTER in string at (eval 7) line 11, <GEN0> chunk 1.
Latexmk: This is Latexmk, John Collins, 22 April 2016, version: 4.45.
Latexmk: All targets (/Users/soilros/Codes/DUNE/build/dune-pdelab-tutorials/tutorial01/exercise/doc/exercise01.pdf) are up-to-date
[ 47%] Built target tutorial01_exercise_doc_exercise01_tex
Scanning dependencies of target exercise01
[ 48%] Building CXX object tutorial01/exercise/task/CMakeFiles/exercise01.dir/exercise01.cc.o
In file included from /Users/soilros/Codes/DUNE/dune-pdelab-tutorials/tutorial01/exercise/task/exercise01.cc:60 <http://exercise01.cc:60/>:0:
/Users/soilros/Codes/DUNE/dune-pdelab-tutorials/tutorial01/exercise/task/nonlinearpoissonfem.hh: In instantiation of 'void NonlinearPoissonFEM<Param, FEM>::lambda_boundary(const IG&, const LFSV&, R&) const [with IG = Dune::PDELab::IntersectionGeometry<Dune::Intersection<const Dune::UGGrid<2>, Dune::UGGridLeafIntersection<const Dune::UGGrid<2> > > >; LFSV = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::AnySpaceTag>; R = Dune::PDELab::WeightedVectorAccumulationView<Dune::PDELab::LocalVector<double, Dune::PDELab::AnySpaceTag, double> >; Param = Problem<double>; FEM = Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 1>]':
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/localoperator/callswitch.hh:279:9:   required from 'static void Dune::PDELab::LocalAssemblerCallSwitch<LA, true>::lambda_boundary(const LA&, const IG&, const LFSV&, R&) [with IG = Dune::PDELab::IntersectionGeometry<Dune::Intersection<const Dune::UGGrid<2>, Dune::UGGridLeafIntersection<const Dune::UGGrid<2> > > >; LFSV = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::AnySpaceTag>; R = Dune::PDELab::WeightedVectorAccumulationView<Dune::PDELab::LocalVector<double, Dune::PDELab::AnySpaceTag, double> >; LA = NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 1> >]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/gridoperator/default/residualengine.hh:303:26:   required from 'void Dune::PDELab::DefaultLocalResidualAssemblerEngine<LA>::assembleVBoundary(const IG&, const LFSVC&) [with IG = Dune::PDELab::IntersectionGeometry<Dune::Intersection<const Dune::UGGrid<2>, Dune::UGGridLeafIntersection<const Dune::UGGrid<2> > > >; LFSVC = Dune::PDELab::LFSIndexCache<Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::AnySpaceTag>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >; LA = Dune::PDELab::DefaultLocalAssembler<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 1> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 1> >, false>]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/gridoperator/default/assembler.hh:227:29:   required from 'void Dune::PDELab::DefaultAssembler<GFSU, GFSV, CU, CV>::assemble(LocalAssemblerEngine&) const [with LocalAssemblerEngine = Dune::PDELab::DefaultLocalResidualAssemblerEngine<Dune::PDELab::DefaultLocalAssembler<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 1> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 1> >, false> >; GFSU = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >; GFSV = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >; CU = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>; CV = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/gridoperator/gridoperator.hh:179:9:   required from 'void Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV>::residual(const Domain&, Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV>::Range&) const [with GFSU = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >; GFSV = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >; LOP = NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 1> >; MB = Dune::PDELab::ISTL::BCRSMatrixBackend<>; DF = double; RF = double; JF = double; CU = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>; CV = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>; Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV>::Domain = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV>::Range = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/newton/newton.hh:208: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::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 1> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >; S = Dune::PDELab::ISTLBackend_SEQ_CG_AMG_SSOR<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 1> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> > >; TrlV = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; TstV = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, 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::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/newton/newton.hh:276:17:   required from 'void Dune::PDELab::NewtonSolver<GOS, S, TrlV, TstV>::apply() [with GOS = Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 1> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >; S = Dune::PDELab::ISTLBackend_SEQ_CG_AMG_SSOR<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 1> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> > >; TrlV = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; TstV = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/Users/soilros/Codes/DUNE/dune-pdelab-tutorials/tutorial01/exercise/task/driver.hh:97:3:   required from 'void driver(const GV&, const FEM&, Dune::ParameterTree&) [with GV = Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >; FEM = Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 1>]'
/Users/soilros/Codes/DUNE/dune-pdelab-tutorials/tutorial01/exercise/task/exercise01.cc:114 <http://exercise01.cc:114/>:30:   required from here
/Users/soilros/Codes/DUNE/dune-pdelab-tutorials/tutorial01/exercise/task/nonlinearpoissonfem.hh:87:23: error: 'referenceElement' was not declared in this scope
       referenceElement(localgeo).position(0,0);
       ~~~~~~~~~~~~~~~~^~~~~~~~~~
/Users/soilros/Codes/DUNE/dune-pdelab-tutorials/tutorial01/exercise/task/nonlinearpoissonfem.hh: In instantiation of 'void NonlinearPoissonFEM<Param, FEM>::lambda_boundary(const IG&, const LFSV&, R&) const [with IG = Dune::PDELab::IntersectionGeometry<Dune::Intersection<const Dune::UGGrid<2>, Dune::UGGridLeafIntersection<const Dune::UGGrid<2> > > >; LFSV = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::AnySpaceTag>; R = Dune::PDELab::WeightedVectorAccumulationView<Dune::PDELab::LocalVector<double, Dune::PDELab::AnySpaceTag, double> >; Param = Problem<double>; FEM = Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 2>]':
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/localoperator/callswitch.hh:279:9:   required from 'static void Dune::PDELab::LocalAssemblerCallSwitch<LA, true>::lambda_boundary(const LA&, const IG&, const LFSV&, R&) [with IG = Dune::PDELab::IntersectionGeometry<Dune::Intersection<const Dune::UGGrid<2>, Dune::UGGridLeafIntersection<const Dune::UGGrid<2> > > >; LFSV = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::AnySpaceTag>; R = Dune::PDELab::WeightedVectorAccumulationView<Dune::PDELab::LocalVector<double, Dune::PDELab::AnySpaceTag, double> >; LA = NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 2> >]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/gridoperator/default/residualengine.hh:303:26:   required from 'void Dune::PDELab::DefaultLocalResidualAssemblerEngine<LA>::assembleVBoundary(const IG&, const LFSVC&) [with IG = Dune::PDELab::IntersectionGeometry<Dune::Intersection<const Dune::UGGrid<2>, Dune::UGGridLeafIntersection<const Dune::UGGrid<2> > > >; LFSVC = Dune::PDELab::LFSIndexCache<Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::AnySpaceTag>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >; LA = Dune::PDELab::DefaultLocalAssembler<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 2> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 2> >, false>]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/gridoperator/default/assembler.hh:227:29:   required from 'void Dune::PDELab::DefaultAssembler<GFSU, GFSV, CU, CV>::assemble(LocalAssemblerEngine&) const [with LocalAssemblerEngine = Dune::PDELab::DefaultLocalResidualAssemblerEngine<Dune::PDELab::DefaultLocalAssembler<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 2> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 2> >, false> >; GFSU = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >; GFSV = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >; CU = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>; CV = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/gridoperator/gridoperator.hh:179:9:   required from 'void Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV>::residual(const Domain&, Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV>::Range&) const [with GFSU = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >; GFSV = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >; LOP = NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 2> >; MB = Dune::PDELab::ISTL::BCRSMatrixBackend<>; DF = double; RF = double; JF = double; CU = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>; CV = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>; Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV>::Domain = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV>::Range = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/newton/newton.hh:208: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::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 2> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >; S = Dune::PDELab::ISTLBackend_SEQ_CG_AMG_SSOR<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 2> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> > >; TrlV = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; TstV = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, 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::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/newton/newton.hh:276:17:   required from 'void Dune::PDELab::NewtonSolver<GOS, S, TrlV, TstV>::apply() [with GOS = Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 2> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >; S = Dune::PDELab::ISTLBackend_SEQ_CG_AMG_SSOR<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 2> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> > >; TrlV = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; TstV = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/Users/soilros/Codes/DUNE/dune-pdelab-tutorials/tutorial01/exercise/task/driver.hh:97:3:   required from 'void driver(const GV&, const FEM&, Dune::ParameterTree&) [with GV = Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >; FEM = Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 2>]'
/Users/soilros/Codes/DUNE/dune-pdelab-tutorials/tutorial01/exercise/task/exercise01.cc:119 <http://exercise01.cc:119/>:30:   required from here
/Users/soilros/Codes/DUNE/dune-pdelab-tutorials/tutorial01/exercise/task/nonlinearpoissonfem.hh:87:23: error: 'referenceElement' was not declared in this scope
/Users/soilros/Codes/DUNE/dune-pdelab-tutorials/tutorial01/exercise/task/nonlinearpoissonfem.hh: In instantiation of 'void NonlinearPoissonFEM<Param, FEM>::lambda_boundary(const IG&, const LFSV&, R&) const [with IG = Dune::PDELab::IntersectionGeometry<Dune::Intersection<const Dune::YaspGrid<2>, Dune::YaspIntersection<const Dune::YaspGrid<2> > > >; LFSV = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::AnySpaceTag>; R = Dune::PDELab::WeightedVectorAccumulationView<Dune::PDELab::LocalVector<double, Dune::PDELab::AnySpaceTag, double> >; Param = Problem<double>; FEM = Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 1>]':
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/localoperator/callswitch.hh:279:9:   required from 'static void Dune::PDELab::LocalAssemblerCallSwitch<LA, true>::lambda_boundary(const LA&, const IG&, const LFSV&, R&) [with IG = Dune::PDELab::IntersectionGeometry<Dune::Intersection<const Dune::YaspGrid<2>, Dune::YaspIntersection<const Dune::YaspGrid<2> > > >; LFSV = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::AnySpaceTag>; R = Dune::PDELab::WeightedVectorAccumulationView<Dune::PDELab::LocalVector<double, Dune::PDELab::AnySpaceTag, double> >; LA = NonlinearPoissonFEM<Problem<double>, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 1> >]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/gridoperator/default/residualengine.hh:303:26:   required from 'void Dune::PDELab::DefaultLocalResidualAssemblerEngine<LA>::assembleVBoundary(const IG&, const LFSVC&) [with IG = Dune::PDELab::IntersectionGeometry<Dune::Intersection<const Dune::YaspGrid<2>, Dune::YaspIntersection<const Dune::YaspGrid<2> > > >; LFSVC = Dune::PDELab::LFSIndexCache<Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::AnySpaceTag>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >; LA = Dune::PDELab::DefaultLocalAssembler<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 1> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 1> >, false>]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/gridoperator/default/assembler.hh:227:29:   required from 'void Dune::PDELab::DefaultAssembler<GFSU, GFSV, CU, CV>::assemble(LocalAssemblerEngine&) const [with LocalAssemblerEngine = Dune::PDELab::DefaultLocalResidualAssemblerEngine<Dune::PDELab::DefaultLocalAssembler<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 1> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 1> >, false> >; GFSU = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >; GFSV = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >; CU = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>; CV = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/gridoperator/gridoperator.hh:179:9:   required from 'void Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV>::residual(const Domain&, Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV>::Range&) const [with GFSU = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >; GFSV = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >; LOP = NonlinearPoissonFEM<Problem<double>, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 1> >; MB = Dune::PDELab::ISTL::BCRSMatrixBackend<>; DF = double; RF = double; JF = double; CU = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>; CV = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>; Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV>::Domain = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV>::Range = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/newton/newton.hh:208: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::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 1> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >; S = Dune::PDELab::ISTLBackend_SEQ_CG_AMG_SSOR<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 1> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> > >; TrlV = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, 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::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, 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::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/newton/newton.hh:276:17:   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::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 1> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >; S = Dune::PDELab::ISTLBackend_SEQ_CG_AMG_SSOR<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 1> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> > >; TrlV = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, 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::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/Users/soilros/Codes/DUNE/dune-pdelab-tutorials/tutorial01/exercise/task/driver.hh:97:3:   required from 'void driver(const GV&, const FEM&, Dune::ParameterTree&) [with GV = Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >; FEM = Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 1>]'
/Users/soilros/Codes/DUNE/dune-pdelab-tutorials/tutorial01/exercise/task/exercise01.cc:145 <http://exercise01.cc:145/>:30:   required from here
/Users/soilros/Codes/DUNE/dune-pdelab-tutorials/tutorial01/exercise/task/nonlinearpoissonfem.hh:87:23: error: 'referenceElement' was not declared in this scope
/Users/soilros/Codes/DUNE/dune-pdelab-tutorials/tutorial01/exercise/task/nonlinearpoissonfem.hh: In instantiation of 'void NonlinearPoissonFEM<Param, FEM>::lambda_boundary(const IG&, const LFSV&, R&) const [with IG = Dune::PDELab::IntersectionGeometry<Dune::Intersection<const Dune::YaspGrid<2>, Dune::YaspIntersection<const Dune::YaspGrid<2> > > >; LFSV = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::AnySpaceTag>; R = Dune::PDELab::WeightedVectorAccumulationView<Dune::PDELab::LocalVector<double, Dune::PDELab::AnySpaceTag, double> >; Param = Problem<double>; FEM = Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 2>]':
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/localoperator/callswitch.hh:279:9:   required from 'static void Dune::PDELab::LocalAssemblerCallSwitch<LA, true>::lambda_boundary(const LA&, const IG&, const LFSV&, R&) [with IG = Dune::PDELab::IntersectionGeometry<Dune::Intersection<const Dune::YaspGrid<2>, Dune::YaspIntersection<const Dune::YaspGrid<2> > > >; LFSV = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::AnySpaceTag>; R = Dune::PDELab::WeightedVectorAccumulationView<Dune::PDELab::LocalVector<double, Dune::PDELab::AnySpaceTag, double> >; LA = NonlinearPoissonFEM<Problem<double>, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 2> >]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/gridoperator/default/residualengine.hh:303:26:   required from 'void Dune::PDELab::DefaultLocalResidualAssemblerEngine<LA>::assembleVBoundary(const IG&, const LFSVC&) [with IG = Dune::PDELab::IntersectionGeometry<Dune::Intersection<const Dune::YaspGrid<2>, Dune::YaspIntersection<const Dune::YaspGrid<2> > > >; LFSVC = Dune::PDELab::LFSIndexCache<Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::AnySpaceTag>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >; LA = Dune::PDELab::DefaultLocalAssembler<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 2> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 2> >, false>]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/gridoperator/default/assembler.hh:227:29:   required from 'void Dune::PDELab::DefaultAssembler<GFSU, GFSV, CU, CV>::assemble(LocalAssemblerEngine&) const [with LocalAssemblerEngine = Dune::PDELab::DefaultLocalResidualAssemblerEngine<Dune::PDELab::DefaultLocalAssembler<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 2> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 2> >, false> >; GFSU = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >; GFSV = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >; CU = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>; CV = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/gridoperator/gridoperator.hh:179:9:   required from 'void Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV>::residual(const Domain&, Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV>::Range&) const [with GFSU = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >; GFSV = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >; LOP = NonlinearPoissonFEM<Problem<double>, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 2> >; MB = Dune::PDELab::ISTL::BCRSMatrixBackend<>; DF = double; RF = double; JF = double; CU = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>; CV = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>; Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV>::Domain = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV>::Range = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/newton/newton.hh:208: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::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 2> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >; S = Dune::PDELab::ISTLBackend_SEQ_CG_AMG_SSOR<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 2> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> > >; TrlV = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, 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::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, 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::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/newton/newton.hh:276:17:   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::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 2> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >; S = Dune::PDELab::ISTLBackend_SEQ_CG_AMG_SSOR<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 2> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> > >; TrlV = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, 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::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/Users/soilros/Codes/DUNE/dune-pdelab-tutorials/tutorial01/exercise/task/driver.hh:97:3:   required from 'void driver(const GV&, const FEM&, Dune::ParameterTree&) [with GV = Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >; FEM = Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 2>]'
/Users/soilros/Codes/DUNE/dune-pdelab-tutorials/tutorial01/exercise/task/exercise01.cc:150 <http://exercise01.cc:150/>:30:   required from here
/Users/soilros/Codes/DUNE/dune-pdelab-tutorials/tutorial01/exercise/task/nonlinearpoissonfem.hh:87:23: error: 'referenceElement' was not declared in this scope
make[2]: *** [tutorial01/exercise/task/CMakeFiles/exercise01.dir/exercise01.cc.o] Error 1
make[1]: *** [tutorial01/exercise/task/CMakeFiles/exercise01.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
In file included from /Users/soilros/Codes/DUNE/dune-pdelab-tutorials/tutorial01/src/tutorial01.cc:59 <http://tutorial01.cc:59/>:0:
/Users/soilros/Codes/DUNE/dune-pdelab-tutorials/tutorial01/src/nonlinearpoissonfem.hh: In instantiation of 'void NonlinearPoissonFEM<Param, FEM>::lambda_boundary(const IG&, const LFSV&, R&) const [with IG = Dune::PDELab::IntersectionGeometry<Dune::Intersection<const Dune::OneDGrid, Dune::OneDGridLeafIntersection<const Dune::OneDGrid> > >; LFSV = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::AnySpaceTag>; R = Dune::PDELab::WeightedVectorAccumulationView<Dune::PDELab::LocalVector<double, Dune::PDELab::AnySpaceTag, double> >; Param = Problem<double>; FEM = Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 1>]':
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/localoperator/callswitch.hh:279:9:   required from 'static void Dune::PDELab::LocalAssemblerCallSwitch<LA, true>::lambda_boundary(const LA&, const IG&, const LFSV&, R&) [with IG = Dune::PDELab::IntersectionGeometry<Dune::Intersection<const Dune::OneDGrid, Dune::OneDGridLeafIntersection<const Dune::OneDGrid> > >; LFSV = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::AnySpaceTag>; R = Dune::PDELab::WeightedVectorAccumulationView<Dune::PDELab::LocalVector<double, Dune::PDELab::AnySpaceTag, double> >; LA = NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 1> >]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/gridoperator/default/residualengine.hh:303:26:   required from 'void Dune::PDELab::DefaultLocalResidualAssemblerEngine<LA>::assembleVBoundary(const IG&, const LFSVC&) [with IG = Dune::PDELab::IntersectionGeometry<Dune::Intersection<const Dune::OneDGrid, Dune::OneDGridLeafIntersection<const Dune::OneDGrid> > >; LFSVC = Dune::PDELab::LFSIndexCache<Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::AnySpaceTag>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >; LA = Dune::PDELab::DefaultLocalAssembler<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 1> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 1> >, false>]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/gridoperator/default/assembler.hh:227:29:   required from 'void Dune::PDELab::DefaultAssembler<GFSU, GFSV, CU, CV>::assemble(LocalAssemblerEngine&) const [with LocalAssemblerEngine = Dune::PDELab::DefaultLocalResidualAssemblerEngine<Dune::PDELab::DefaultLocalAssembler<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 1> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 1> >, false> >; GFSU = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >; GFSV = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >; CU = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>; CV = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/gridoperator/gridoperator.hh:179:9:   required from 'void Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV>::residual(const Domain&, Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV>::Range&) const [with GFSU = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >; GFSV = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >; LOP = NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 1> >; MB = Dune::PDELab::ISTL::BCRSMatrixBackend<>; DF = double; RF = double; JF = double; CU = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>; CV = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>; Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV>::Domain = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV>::Range = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/newton/newton.hh:208: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::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 1> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >; S = Dune::PDELab::ISTLBackend_SEQ_CG_AMG_SSOR<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 1> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> > >; TrlV = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; TstV = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, 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::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/newton/newton.hh:276:17:   required from 'void Dune::PDELab::NewtonSolver<GOS, S, TrlV, TstV>::apply() [with GOS = Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 1> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >; S = Dune::PDELab::ISTLBackend_SEQ_CG_AMG_SSOR<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 1> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> > >; TrlV = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; TstV = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/Users/soilros/Codes/DUNE/dune-pdelab-tutorials/tutorial01/src/driver.hh:83:3:   required from 'void driver(const GV&, const FEM&, Dune::ParameterTree&) [with GV = Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >; FEM = Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 1>]'
/Users/soilros/Codes/DUNE/dune-pdelab-tutorials/tutorial01/src/tutorial01.cc:116 <http://tutorial01.cc:116/>:30:   required from here
/Users/soilros/Codes/DUNE/dune-pdelab-tutorials/tutorial01/src/nonlinearpoissonfem.hh:87:23: error: 'referenceElement' was not declared in this scope
       referenceElement(localgeo).position(0,0);
       ~~~~~~~~~~~~~~~~^~~~~~~~~~
/Users/soilros/Codes/DUNE/dune-pdelab-tutorials/tutorial01/src/nonlinearpoissonfem.hh: In instantiation of 'void NonlinearPoissonFEM<Param, FEM>::lambda_boundary(const IG&, const LFSV&, R&) const [with IG = Dune::PDELab::IntersectionGeometry<Dune::Intersection<const Dune::OneDGrid, Dune::OneDGridLeafIntersection<const Dune::OneDGrid> > >; LFSV = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::AnySpaceTag>; R = Dune::PDELab::WeightedVectorAccumulationView<Dune::PDELab::LocalVector<double, Dune::PDELab::AnySpaceTag, double> >; Param = Problem<double>; FEM = Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 2>]':
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/localoperator/callswitch.hh:279:9:   required from 'static void Dune::PDELab::LocalAssemblerCallSwitch<LA, true>::lambda_boundary(const LA&, const IG&, const LFSV&, R&) [with IG = Dune::PDELab::IntersectionGeometry<Dune::Intersection<const Dune::OneDGrid, Dune::OneDGridLeafIntersection<const Dune::OneDGrid> > >; LFSV = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::AnySpaceTag>; R = Dune::PDELab::WeightedVectorAccumulationView<Dune::PDELab::LocalVector<double, Dune::PDELab::AnySpaceTag, double> >; LA = NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 2> >]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/gridoperator/default/residualengine.hh:303:26:   required from 'void Dune::PDELab::DefaultLocalResidualAssemblerEngine<LA>::assembleVBoundary(const IG&, const LFSVC&) [with IG = Dune::PDELab::IntersectionGeometry<Dune::Intersection<const Dune::OneDGrid, Dune::OneDGridLeafIntersection<const Dune::OneDGrid> > >; LFSVC = Dune::PDELab::LFSIndexCache<Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::AnySpaceTag>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >; LA = Dune::PDELab::DefaultLocalAssembler<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 2> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 2> >, false>]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/gridoperator/default/assembler.hh:227:29:   required from 'void Dune::PDELab::DefaultAssembler<GFSU, GFSV, CU, CV>::assemble(LocalAssemblerEngine&) const [with LocalAssemblerEngine = Dune::PDELab::DefaultLocalResidualAssemblerEngine<Dune::PDELab::DefaultLocalAssembler<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 2> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 2> >, false> >; GFSU = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >; GFSV = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >; CU = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>; CV = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/gridoperator/gridoperator.hh:179:9:   required from 'void Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV>::residual(const Domain&, Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV>::Range&) const [with GFSU = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >; GFSV = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >; LOP = NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 2> >; MB = Dune::PDELab::ISTL::BCRSMatrixBackend<>; DF = double; RF = double; JF = double; CU = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>; CV = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>; Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV>::Domain = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV>::Range = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/newton/newton.hh:208: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::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 2> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >; S = Dune::PDELab::ISTLBackend_SEQ_CG_AMG_SSOR<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 2> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> > >; TrlV = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; TstV = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, 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::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/newton/newton.hh:276:17:   required from 'void Dune::PDELab::NewtonSolver<GOS, S, TrlV, TstV>::apply() [with GOS = Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 2> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >; S = Dune::PDELab::ISTLBackend_SEQ_CG_AMG_SSOR<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 2> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> > >; TrlV = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; TstV = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/Users/soilros/Codes/DUNE/dune-pdelab-tutorials/tutorial01/src/driver.hh:83:3:   required from 'void driver(const GV&, const FEM&, Dune::ParameterTree&) [with GV = Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >; FEM = Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 2>]'
/Users/soilros/Codes/DUNE/dune-pdelab-tutorials/tutorial01/src/tutorial01.cc:122 <http://tutorial01.cc:122/>:30:   required from here
/Users/soilros/Codes/DUNE/dune-pdelab-tutorials/tutorial01/src/nonlinearpoissonfem.hh:87:23: error: 'referenceElement' was not declared in this scope
/Users/soilros/Codes/DUNE/dune-pdelab-tutorials/tutorial01/src/nonlinearpoissonfem.hh: In instantiation of 'void NonlinearPoissonFEM<Param, FEM>::lambda_boundary(const IG&, const LFSV&, R&) const [with IG = Dune::PDELab::IntersectionGeometry<Dune::Intersection<const Dune::OneDGrid, Dune::OneDGridLeafIntersection<const Dune::OneDGrid> > >; LFSV = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 3>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::AnySpaceTag>; R = Dune::PDELab::WeightedVectorAccumulationView<Dune::PDELab::LocalVector<double, Dune::PDELab::AnySpaceTag, double> >; Param = Problem<double>; FEM = Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 3>]':
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/localoperator/callswitch.hh:279:9:   required from 'static void Dune::PDELab::LocalAssemblerCallSwitch<LA, true>::lambda_boundary(const LA&, const IG&, const LFSV&, R&) [with IG = Dune::PDELab::IntersectionGeometry<Dune::Intersection<const Dune::OneDGrid, Dune::OneDGridLeafIntersection<const Dune::OneDGrid> > >; LFSV = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 3>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::AnySpaceTag>; R = Dune::PDELab::WeightedVectorAccumulationView<Dune::PDELab::LocalVector<double, Dune::PDELab::AnySpaceTag, double> >; LA = NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 3> >]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/gridoperator/default/residualengine.hh:303:26:   required from 'void Dune::PDELab::DefaultLocalResidualAssemblerEngine<LA>::assembleVBoundary(const IG&, const LFSVC&) [with IG = Dune::PDELab::IntersectionGeometry<Dune::Intersection<const Dune::OneDGrid, Dune::OneDGridLeafIntersection<const Dune::OneDGrid> > >; LFSVC = Dune::PDELab::LFSIndexCache<Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 3>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::AnySpaceTag>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >; LA = Dune::PDELab::DefaultLocalAssembler<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 3>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 3>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 3> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 3> >, false>]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/gridoperator/default/assembler.hh:227:29:   required from 'void Dune::PDELab::DefaultAssembler<GFSU, GFSV, CU, CV>::assemble(LocalAssemblerEngine&) const [with LocalAssemblerEngine = Dune::PDELab::DefaultLocalResidualAssemblerEngine<Dune::PDELab::DefaultLocalAssembler<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 3>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 3>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 3> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 3> >, false> >; GFSU = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 3>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >; GFSV = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 3>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >; CU = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>; CV = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/gridoperator/gridoperator.hh:179:9:   required from 'void Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV>::residual(const Domain&, Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV>::Range&) const [with GFSU = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 3>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >; GFSV = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 3>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >; LOP = NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 3> >; MB = Dune::PDELab::ISTL::BCRSMatrixBackend<>; DF = double; RF = double; JF = double; CU = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>; CV = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>; Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV>::Domain = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 3>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV>::Range = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 3>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/newton/newton.hh:208: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::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 3>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 3>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 3> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >; S = Dune::PDELab::ISTLBackend_SEQ_CG_AMG_SSOR<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 3>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 3>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 3> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> > >; TrlV = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 3>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; TstV = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 3>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, 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::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 3>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/newton/newton.hh:276:17:   required from 'void Dune::PDELab::NewtonSolver<GOS, S, TrlV, TstV>::apply() [with GOS = Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 3>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 3>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 3> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >; S = Dune::PDELab::ISTLBackend_SEQ_CG_AMG_SSOR<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 3>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 3>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 3> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> > >; TrlV = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 3>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; TstV = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 3>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/Users/soilros/Codes/DUNE/dune-pdelab-tutorials/tutorial01/src/driver.hh:83:3:   required from 'void driver(const GV&, const FEM&, Dune::ParameterTree&) [with GV = Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >; FEM = Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 3>]'
/Users/soilros/Codes/DUNE/dune-pdelab-tutorials/tutorial01/src/tutorial01.cc:128 <http://tutorial01.cc:128/>:30:   required from here
/Users/soilros/Codes/DUNE/dune-pdelab-tutorials/tutorial01/src/nonlinearpoissonfem.hh:87:23: error: 'referenceElement' was not declared in this scope
/Users/soilros/Codes/DUNE/dune-pdelab-tutorials/tutorial01/src/nonlinearpoissonfem.hh: In instantiation of 'void NonlinearPoissonFEM<Param, FEM>::lambda_boundary(const IG&, const LFSV&, R&) const [with IG = Dune::PDELab::IntersectionGeometry<Dune::Intersection<const Dune::OneDGrid, Dune::OneDGridLeafIntersection<const Dune::OneDGrid> > >; LFSV = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 4>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::AnySpaceTag>; R = Dune::PDELab::WeightedVectorAccumulationView<Dune::PDELab::LocalVector<double, Dune::PDELab::AnySpaceTag, double> >; Param = Problem<double>; FEM = Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 4>]':
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/localoperator/callswitch.hh:279:9:   required from 'static void Dune::PDELab::LocalAssemblerCallSwitch<LA, true>::lambda_boundary(const LA&, const IG&, const LFSV&, R&) [with IG = Dune::PDELab::IntersectionGeometry<Dune::Intersection<const Dune::OneDGrid, Dune::OneDGridLeafIntersection<const Dune::OneDGrid> > >; LFSV = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 4>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::AnySpaceTag>; R = Dune::PDELab::WeightedVectorAccumulationView<Dune::PDELab::LocalVector<double, Dune::PDELab::AnySpaceTag, double> >; LA = NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 4> >]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/gridoperator/default/residualengine.hh:303:26:   required from 'void Dune::PDELab::DefaultLocalResidualAssemblerEngine<LA>::assembleVBoundary(const IG&, const LFSVC&) [with IG = Dune::PDELab::IntersectionGeometry<Dune::Intersection<const Dune::OneDGrid, Dune::OneDGridLeafIntersection<const Dune::OneDGrid> > >; LFSVC = Dune::PDELab::LFSIndexCache<Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 4>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::AnySpaceTag>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >; LA = Dune::PDELab::DefaultLocalAssembler<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 4>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 4>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 4> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 4> >, false>]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/gridoperator/default/assembler.hh:227:29:   required from 'void Dune::PDELab::DefaultAssembler<GFSU, GFSV, CU, CV>::assemble(LocalAssemblerEngine&) const [with LocalAssemblerEngine = Dune::PDELab::DefaultLocalResidualAssemblerEngine<Dune::PDELab::DefaultLocalAssembler<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 4>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 4>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 4> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 4> >, false> >; GFSU = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 4>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >; GFSV = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 4>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >; CU = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>; CV = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/gridoperator/gridoperator.hh:179:9:   required from 'void Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV>::residual(const Domain&, Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV>::Range&) const [with GFSU = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 4>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >; GFSV = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 4>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >; LOP = NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 4> >; MB = Dune::PDELab::ISTL::BCRSMatrixBackend<>; DF = double; RF = double; JF = double; CU = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>; CV = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>; Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV>::Domain = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 4>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV>::Range = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 4>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/newton/newton.hh:208: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::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 4>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 4>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 4> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >; S = Dune::PDELab::ISTLBackend_SEQ_CG_AMG_SSOR<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 4>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 4>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 4> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> > >; TrlV = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 4>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; TstV = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 4>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, 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::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 4>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/newton/newton.hh:276:17:   required from 'void Dune::PDELab::NewtonSolver<GOS, S, TrlV, TstV>::apply() [with GOS = Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 4>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 4>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 4> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >; S = Dune::PDELab::ISTLBackend_SEQ_CG_AMG_SSOR<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 4>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 4>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 4> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> > >; TrlV = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 4>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; TstV = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 4>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/Users/soilros/Codes/DUNE/dune-pdelab-tutorials/tutorial01/src/driver.hh:83:3:   required from 'void driver(const GV&, const FEM&, Dune::ParameterTree&) [with GV = Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >; FEM = Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::OneDGridLeafGridViewTraits<const Dune::OneDGrid> >, double, double, 4>]'
/Users/soilros/Codes/DUNE/dune-pdelab-tutorials/tutorial01/src/tutorial01.cc:134 <http://tutorial01.cc:134/>:30:   required from here
/Users/soilros/Codes/DUNE/dune-pdelab-tutorials/tutorial01/src/nonlinearpoissonfem.hh:87:23: error: 'referenceElement' was not declared in this scope
/Users/soilros/Codes/DUNE/dune-pdelab-tutorials/tutorial01/src/nonlinearpoissonfem.hh: In instantiation of 'void NonlinearPoissonFEM<Param, FEM>::lambda_boundary(const IG&, const LFSV&, R&) const [with IG = Dune::PDELab::IntersectionGeometry<Dune::Intersection<const Dune::UGGrid<2>, Dune::UGGridLeafIntersection<const Dune::UGGrid<2> > > >; LFSV = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::AnySpaceTag>; R = Dune::PDELab::WeightedVectorAccumulationView<Dune::PDELab::LocalVector<double, Dune::PDELab::AnySpaceTag, double> >; Param = Problem<double>; FEM = Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 1>]':
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/localoperator/callswitch.hh:279:9:   required from 'static void Dune::PDELab::LocalAssemblerCallSwitch<LA, true>::lambda_boundary(const LA&, const IG&, const LFSV&, R&) [with IG = Dune::PDELab::IntersectionGeometry<Dune::Intersection<const Dune::UGGrid<2>, Dune::UGGridLeafIntersection<const Dune::UGGrid<2> > > >; LFSV = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::AnySpaceTag>; R = Dune::PDELab::WeightedVectorAccumulationView<Dune::PDELab::LocalVector<double, Dune::PDELab::AnySpaceTag, double> >; LA = NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 1> >]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/gridoperator/default/residualengine.hh:303:26:   required from 'void Dune::PDELab::DefaultLocalResidualAssemblerEngine<LA>::assembleVBoundary(const IG&, const LFSVC&) [with IG = Dune::PDELab::IntersectionGeometry<Dune::Intersection<const Dune::UGGrid<2>, Dune::UGGridLeafIntersection<const Dune::UGGrid<2> > > >; LFSVC = Dune::PDELab::LFSIndexCache<Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::AnySpaceTag>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >; LA = Dune::PDELab::DefaultLocalAssembler<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 1> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 1> >, false>]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/gridoperator/default/assembler.hh:227:29:   required from 'void Dune::PDELab::DefaultAssembler<GFSU, GFSV, CU, CV>::assemble(LocalAssemblerEngine&) const [with LocalAssemblerEngine = Dune::PDELab::DefaultLocalResidualAssemblerEngine<Dune::PDELab::DefaultLocalAssembler<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 1> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 1> >, false> >; GFSU = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >; GFSV = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >; CU = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>; CV = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/gridoperator/gridoperator.hh:179:9:   required from 'void Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV>::residual(const Domain&, Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV>::Range&) const [with GFSU = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >; GFSV = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >; LOP = NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 1> >; MB = Dune::PDELab::ISTL::BCRSMatrixBackend<>; DF = double; RF = double; JF = double; CU = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>; CV = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>; Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV>::Domain = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV>::Range = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/newton/newton.hh:208: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::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 1> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >; S = Dune::PDELab::ISTLBackend_SEQ_CG_AMG_SSOR<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 1> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> > >; TrlV = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; TstV = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, 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::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/newton/newton.hh:276:17:   required from 'void Dune::PDELab::NewtonSolver<GOS, S, TrlV, TstV>::apply() [with GOS = Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 1> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >; S = Dune::PDELab::ISTLBackend_SEQ_CG_AMG_SSOR<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 1> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> > >; TrlV = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; TstV = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/Users/soilros/Codes/DUNE/dune-pdelab-tutorials/tutorial01/src/driver.hh:83:3:   required from 'void driver(const GV&, const FEM&, Dune::ParameterTree&) [with GV = Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >; FEM = Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 1>]'
/Users/soilros/Codes/DUNE/dune-pdelab-tutorials/tutorial01/src/tutorial01.cc:158 <http://tutorial01.cc:158/>:30:   required from here
/Users/soilros/Codes/DUNE/dune-pdelab-tutorials/tutorial01/src/nonlinearpoissonfem.hh:87:23: error: 'referenceElement' was not declared in this scope
/Users/soilros/Codes/DUNE/dune-pdelab-tutorials/tutorial01/src/nonlinearpoissonfem.hh: In instantiation of 'void NonlinearPoissonFEM<Param, FEM>::lambda_boundary(const IG&, const LFSV&, R&) const [with IG = Dune::PDELab::IntersectionGeometry<Dune::Intersection<const Dune::UGGrid<2>, Dune::UGGridLeafIntersection<const Dune::UGGrid<2> > > >; LFSV = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::AnySpaceTag>; R = Dune::PDELab::WeightedVectorAccumulationView<Dune::PDELab::LocalVector<double, Dune::PDELab::AnySpaceTag, double> >; Param = Problem<double>; FEM = Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 2>]':
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/localoperator/callswitch.hh:279:9:   required from 'static void Dune::PDELab::LocalAssemblerCallSwitch<LA, true>::lambda_boundary(const LA&, const IG&, const LFSV&, R&) [with IG = Dune::PDELab::IntersectionGeometry<Dune::Intersection<const Dune::UGGrid<2>, Dune::UGGridLeafIntersection<const Dune::UGGrid<2> > > >; LFSV = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::AnySpaceTag>; R = Dune::PDELab::WeightedVectorAccumulationView<Dune::PDELab::LocalVector<double, Dune::PDELab::AnySpaceTag, double> >; LA = NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 2> >]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/gridoperator/default/residualengine.hh:303:26:   required from 'void Dune::PDELab::DefaultLocalResidualAssemblerEngine<LA>::assembleVBoundary(const IG&, const LFSVC&) [with IG = Dune::PDELab::IntersectionGeometry<Dune::Intersection<const Dune::UGGrid<2>, Dune::UGGridLeafIntersection<const Dune::UGGrid<2> > > >; LFSVC = Dune::PDELab::LFSIndexCache<Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::AnySpaceTag>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >; LA = Dune::PDELab::DefaultLocalAssembler<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 2> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 2> >, false>]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/gridoperator/default/assembler.hh:227:29:   required from 'void Dune::PDELab::DefaultAssembler<GFSU, GFSV, CU, CV>::assemble(LocalAssemblerEngine&) const [with LocalAssemblerEngine = Dune::PDELab::DefaultLocalResidualAssemblerEngine<Dune::PDELab::DefaultLocalAssembler<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 2> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 2> >, false> >; GFSU = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >; GFSV = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >; CU = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>; CV = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/gridoperator/gridoperator.hh:179:9:   required from 'void Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV>::residual(const Domain&, Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV>::Range&) const [with GFSU = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >; GFSV = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >; LOP = NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 2> >; MB = Dune::PDELab::ISTL::BCRSMatrixBackend<>; DF = double; RF = double; JF = double; CU = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>; CV = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>; Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV>::Domain = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV>::Range = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/newton/newton.hh:208: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::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 2> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >; S = Dune::PDELab::ISTLBackend_SEQ_CG_AMG_SSOR<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 2> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> > >; TrlV = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; TstV = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, 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::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/newton/newton.hh:276:17:   required from 'void Dune::PDELab::NewtonSolver<GOS, S, TrlV, TstV>::apply() [with GOS = Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 2> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >; S = Dune::PDELab::ISTLBackend_SEQ_CG_AMG_SSOR<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 2> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> > >; TrlV = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; TstV = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/Users/soilros/Codes/DUNE/dune-pdelab-tutorials/tutorial01/src/driver.hh:83:3:   required from 'void driver(const GV&, const FEM&, Dune::ParameterTree&) [with GV = Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >; FEM = Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 2>]'
/Users/soilros/Codes/DUNE/dune-pdelab-tutorials/tutorial01/src/tutorial01.cc:163 <http://tutorial01.cc:163/>:30:   required from here
/Users/soilros/Codes/DUNE/dune-pdelab-tutorials/tutorial01/src/nonlinearpoissonfem.hh:87:23: error: 'referenceElement' was not declared in this scope
/Users/soilros/Codes/DUNE/dune-pdelab-tutorials/tutorial01/src/nonlinearpoissonfem.hh: In instantiation of 'void NonlinearPoissonFEM<Param, FEM>::lambda_boundary(const IG&, const LFSV&, R&) const [with IG = Dune::PDELab::IntersectionGeometry<Dune::Intersection<const Dune::UGGrid<2>, Dune::UGGridLeafIntersection<const Dune::UGGrid<2> > > >; LFSV = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 3>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::AnySpaceTag>; R = Dune::PDELab::WeightedVectorAccumulationView<Dune::PDELab::LocalVector<double, Dune::PDELab::AnySpaceTag, double> >; Param = Problem<double>; FEM = Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 3>]':
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/localoperator/callswitch.hh:279:9:   required from 'static void Dune::PDELab::LocalAssemblerCallSwitch<LA, true>::lambda_boundary(const LA&, const IG&, const LFSV&, R&) [with IG = Dune::PDELab::IntersectionGeometry<Dune::Intersection<const Dune::UGGrid<2>, Dune::UGGridLeafIntersection<const Dune::UGGrid<2> > > >; LFSV = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 3>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::AnySpaceTag>; R = Dune::PDELab::WeightedVectorAccumulationView<Dune::PDELab::LocalVector<double, Dune::PDELab::AnySpaceTag, double> >; LA = NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 3> >]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/gridoperator/default/residualengine.hh:303:26:   required from 'void Dune::PDELab::DefaultLocalResidualAssemblerEngine<LA>::assembleVBoundary(const IG&, const LFSVC&) [with IG = Dune::PDELab::IntersectionGeometry<Dune::Intersection<const Dune::UGGrid<2>, Dune::UGGridLeafIntersection<const Dune::UGGrid<2> > > >; LFSVC = Dune::PDELab::LFSIndexCache<Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 3>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::AnySpaceTag>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >; LA = Dune::PDELab::DefaultLocalAssembler<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 3>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 3>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 3> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 3> >, false>]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/gridoperator/default/assembler.hh:227:29:   required from 'void Dune::PDELab::DefaultAssembler<GFSU, GFSV, CU, CV>::assemble(LocalAssemblerEngine&) const [with LocalAssemblerEngine = Dune::PDELab::DefaultLocalResidualAssemblerEngine<Dune::PDELab::DefaultLocalAssembler<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 3>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 3>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 3> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 3> >, false> >; GFSU = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 3>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >; GFSV = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 3>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >; CU = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>; CV = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/gridoperator/gridoperator.hh:179:9:   required from 'void Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV>::residual(const Domain&, Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV>::Range&) const [with GFSU = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 3>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >; GFSV = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 3>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >; LOP = NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 3> >; MB = Dune::PDELab::ISTL::BCRSMatrixBackend<>; DF = double; RF = double; JF = double; CU = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>; CV = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>; Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV>::Domain = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 3>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV>::Range = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 3>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/newton/newton.hh:208: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::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 3>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 3>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 3> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >; S = Dune::PDELab::ISTLBackend_SEQ_CG_AMG_SSOR<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 3>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 3>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 3> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> > >; TrlV = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 3>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; TstV = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 3>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, 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::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 3>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/newton/newton.hh:276:17:   required from 'void Dune::PDELab::NewtonSolver<GOS, S, TrlV, TstV>::apply() [with GOS = Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 3>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 3>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 3> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >; S = Dune::PDELab::ISTLBackend_SEQ_CG_AMG_SSOR<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 3>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 3>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 3> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> > >; TrlV = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 3>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; TstV = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 3>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/Users/soilros/Codes/DUNE/dune-pdelab-tutorials/tutorial01/src/driver.hh:83:3:   required from 'void driver(const GV&, const FEM&, Dune::ParameterTree&) [with GV = Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >; FEM = Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > >, double, double, 3>]'
/Users/soilros/Codes/DUNE/dune-pdelab-tutorials/tutorial01/src/tutorial01.cc:168 <http://tutorial01.cc:168/>:30:   required from here
/Users/soilros/Codes/DUNE/dune-pdelab-tutorials/tutorial01/src/nonlinearpoissonfem.hh:87:23: error: 'referenceElement' was not declared in this scope
/Users/soilros/Codes/DUNE/dune-pdelab-tutorials/tutorial01/src/nonlinearpoissonfem.hh: In instantiation of 'void NonlinearPoissonFEM<Param, FEM>::lambda_boundary(const IG&, const LFSV&, R&) const [with IG = Dune::PDELab::IntersectionGeometry<Dune::Intersection<const Dune::UGGrid<3>, Dune::UGGridLeafIntersection<const Dune::UGGrid<3> > > >; LFSV = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::AnySpaceTag>; R = Dune::PDELab::WeightedVectorAccumulationView<Dune::PDELab::LocalVector<double, Dune::PDELab::AnySpaceTag, double> >; Param = Problem<double>; FEM = Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 1>]':
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/localoperator/callswitch.hh:279:9:   required from 'static void Dune::PDELab::LocalAssemblerCallSwitch<LA, true>::lambda_boundary(const LA&, const IG&, const LFSV&, R&) [with IG = Dune::PDELab::IntersectionGeometry<Dune::Intersection<const Dune::UGGrid<3>, Dune::UGGridLeafIntersection<const Dune::UGGrid<3> > > >; LFSV = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::AnySpaceTag>; R = Dune::PDELab::WeightedVectorAccumulationView<Dune::PDELab::LocalVector<double, Dune::PDELab::AnySpaceTag, double> >; LA = NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 1> >]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/gridoperator/default/residualengine.hh:303:26:   required from 'void Dune::PDELab::DefaultLocalResidualAssemblerEngine<LA>::assembleVBoundary(const IG&, const LFSVC&) [with IG = Dune::PDELab::IntersectionGeometry<Dune::Intersection<const Dune::UGGrid<3>, Dune::UGGridLeafIntersection<const Dune::UGGrid<3> > > >; LFSVC = Dune::PDELab::LFSIndexCache<Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::AnySpaceTag>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >; LA = Dune::PDELab::DefaultLocalAssembler<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 1> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 1> >, false>]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/gridoperator/default/assembler.hh:227:29:   required from 'void Dune::PDELab::DefaultAssembler<GFSU, GFSV, CU, CV>::assemble(LocalAssemblerEngine&) const [with LocalAssemblerEngine = Dune::PDELab::DefaultLocalResidualAssemblerEngine<Dune::PDELab::DefaultLocalAssembler<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 1> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 1> >, false> >; GFSU = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >; GFSV = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >; CU = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>; CV = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/gridoperator/gridoperator.hh:179:9:   required from 'void Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV>::residual(const Domain&, Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV>::Range&) const [with GFSU = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >; GFSV = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >; LOP = NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 1> >; MB = Dune::PDELab::ISTL::BCRSMatrixBackend<>; DF = double; RF = double; JF = double; CU = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>; CV = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>; Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV>::Domain = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV>::Range = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/newton/newton.hh:208: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::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 1> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >; S = Dune::PDELab::ISTLBackend_SEQ_CG_AMG_SSOR<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 1> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> > >; TrlV = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; TstV = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, 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::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/newton/newton.hh:276:17:   required from 'void Dune::PDELab::NewtonSolver<GOS, S, TrlV, TstV>::apply() [with GOS = Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 1> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >; S = Dune::PDELab::ISTLBackend_SEQ_CG_AMG_SSOR<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 1> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> > >; TrlV = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; TstV = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/Users/soilros/Codes/DUNE/dune-pdelab-tutorials/tutorial01/src/driver.hh:83:3:   required from 'void driver(const GV&, const FEM&, Dune::ParameterTree&) [with GV = Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >; FEM = Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 1>]'
/Users/soilros/Codes/DUNE/dune-pdelab-tutorials/tutorial01/src/tutorial01.cc:191 <http://tutorial01.cc:191/>:30:   required from here
/Users/soilros/Codes/DUNE/dune-pdelab-tutorials/tutorial01/src/nonlinearpoissonfem.hh:87:23: error: 'referenceElement' was not declared in this scope
/Users/soilros/Codes/DUNE/dune-pdelab-tutorials/tutorial01/src/nonlinearpoissonfem.hh: In instantiation of 'void NonlinearPoissonFEM<Param, FEM>::lambda_boundary(const IG&, const LFSV&, R&) const [with IG = Dune::PDELab::IntersectionGeometry<Dune::Intersection<const Dune::UGGrid<3>, Dune::UGGridLeafIntersection<const Dune::UGGrid<3> > > >; LFSV = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::AnySpaceTag>; R = Dune::PDELab::WeightedVectorAccumulationView<Dune::PDELab::LocalVector<double, Dune::PDELab::AnySpaceTag, double> >; Param = Problem<double>; FEM = Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 2>]':
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/localoperator/callswitch.hh:279:9:   required from 'static void Dune::PDELab::LocalAssemblerCallSwitch<LA, true>::lambda_boundary(const LA&, const IG&, const LFSV&, R&) [with IG = Dune::PDELab::IntersectionGeometry<Dune::Intersection<const Dune::UGGrid<3>, Dune::UGGridLeafIntersection<const Dune::UGGrid<3> > > >; LFSV = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::AnySpaceTag>; R = Dune::PDELab::WeightedVectorAccumulationView<Dune::PDELab::LocalVector<double, Dune::PDELab::AnySpaceTag, double> >; LA = NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 2> >]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/gridoperator/default/residualengine.hh:303:26:   required from 'void Dune::PDELab::DefaultLocalResidualAssemblerEngine<LA>::assembleVBoundary(const IG&, const LFSVC&) [with IG = Dune::PDELab::IntersectionGeometry<Dune::Intersection<const Dune::UGGrid<3>, Dune::UGGridLeafIntersection<const Dune::UGGrid<3> > > >; LFSVC = Dune::PDELab::LFSIndexCache<Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::AnySpaceTag>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >; LA = Dune::PDELab::DefaultLocalAssembler<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 2> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 2> >, false>]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/gridoperator/default/assembler.hh:227:29:   required from 'void Dune::PDELab::DefaultAssembler<GFSU, GFSV, CU, CV>::assemble(LocalAssemblerEngine&) const [with LocalAssemblerEngine = Dune::PDELab::DefaultLocalResidualAssemblerEngine<Dune::PDELab::DefaultLocalAssembler<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 2> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 2> >, false> >; GFSU = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >; GFSV = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >; CU = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>; CV = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/gridoperator/gridoperator.hh:179:9:   required from 'void Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV>::residual(const Domain&, Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV>::Range&) const [with GFSU = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >; GFSV = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >; LOP = NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 2> >; MB = Dune::PDELab::ISTL::BCRSMatrixBackend<>; DF = double; RF = double; JF = double; CU = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>; CV = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>; Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV>::Domain = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV>::Range = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/newton/newton.hh:208: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::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 2> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >; S = Dune::PDELab::ISTLBackend_SEQ_CG_AMG_SSOR<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 2> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> > >; TrlV = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; TstV = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, 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::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/newton/newton.hh:276:17:   required from 'void Dune::PDELab::NewtonSolver<GOS, S, TrlV, TstV>::apply() [with GOS = Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 2> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >; S = Dune::PDELab::ISTLBackend_SEQ_CG_AMG_SSOR<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 2> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> > >; TrlV = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; TstV = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/Users/soilros/Codes/DUNE/dune-pdelab-tutorials/tutorial01/src/driver.hh:83:3:   required from 'void driver(const GV&, const FEM&, Dune::ParameterTree&) [with GV = Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >; FEM = Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 2>]'
/Users/soilros/Codes/DUNE/dune-pdelab-tutorials/tutorial01/src/tutorial01.cc:196 <http://tutorial01.cc:196/>:30:   required from here
/Users/soilros/Codes/DUNE/dune-pdelab-tutorials/tutorial01/src/nonlinearpoissonfem.hh:87:23: error: 'referenceElement' was not declared in this scope
/Users/soilros/Codes/DUNE/dune-pdelab-tutorials/tutorial01/src/nonlinearpoissonfem.hh: In instantiation of 'void NonlinearPoissonFEM<Param, FEM>::lambda_boundary(const IG&, const LFSV&, R&) const [with IG = Dune::PDELab::IntersectionGeometry<Dune::Intersection<const Dune::UGGrid<3>, Dune::UGGridLeafIntersection<const Dune::UGGrid<3> > > >; LFSV = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 3>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::AnySpaceTag>; R = Dune::PDELab::WeightedVectorAccumulationView<Dune::PDELab::LocalVector<double, Dune::PDELab::AnySpaceTag, double> >; Param = Problem<double>; FEM = Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 3>]':
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/localoperator/callswitch.hh:279:9:   required from 'static void Dune::PDELab::LocalAssemblerCallSwitch<LA, true>::lambda_boundary(const LA&, const IG&, const LFSV&, R&) [with IG = Dune::PDELab::IntersectionGeometry<Dune::Intersection<const Dune::UGGrid<3>, Dune::UGGridLeafIntersection<const Dune::UGGrid<3> > > >; LFSV = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 3>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::AnySpaceTag>; R = Dune::PDELab::WeightedVectorAccumulationView<Dune::PDELab::LocalVector<double, Dune::PDELab::AnySpaceTag, double> >; LA = NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 3> >]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/gridoperator/default/residualengine.hh:303:26:   required from 'void Dune::PDELab::DefaultLocalResidualAssemblerEngine<LA>::assembleVBoundary(const IG&, const LFSVC&) [with IG = Dune::PDELab::IntersectionGeometry<Dune::Intersection<const Dune::UGGrid<3>, Dune::UGGridLeafIntersection<const Dune::UGGrid<3> > > >; LFSVC = Dune::PDELab::LFSIndexCache<Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 3>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::AnySpaceTag>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >; LA = Dune::PDELab::DefaultLocalAssembler<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 3>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 3>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 3> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 3> >, false>]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/gridoperator/default/assembler.hh:227:29:   required from 'void Dune::PDELab::DefaultAssembler<GFSU, GFSV, CU, CV>::assemble(LocalAssemblerEngine&) const [with LocalAssemblerEngine = Dune::PDELab::DefaultLocalResidualAssemblerEngine<Dune::PDELab::DefaultLocalAssembler<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 3>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 3>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 3> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 3> >, false> >; GFSU = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 3>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >; GFSV = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 3>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >; CU = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>; CV = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/gridoperator/gridoperator.hh:179:9:   required from 'void Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV>::residual(const Domain&, Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV>::Range&) const [with GFSU = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 3>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >; GFSV = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 3>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >; LOP = NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 3> >; MB = Dune::PDELab::ISTL::BCRSMatrixBackend<>; DF = double; RF = double; JF = double; CU = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>; CV = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>; Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV>::Domain = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 3>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV>::Range = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 3>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/newton/newton.hh:208: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::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 3>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 3>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 3> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >; S = Dune::PDELab::ISTLBackend_SEQ_CG_AMG_SSOR<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 3>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 3>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 3> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> > >; TrlV = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 3>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; TstV = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 3>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, 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::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 3>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/newton/newton.hh:276:17:   required from 'void Dune::PDELab::NewtonSolver<GOS, S, TrlV, TstV>::apply() [with GOS = Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 3>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 3>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 3> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >; S = Dune::PDELab::ISTLBackend_SEQ_CG_AMG_SSOR<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 3>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 3>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 3> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> > >; TrlV = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 3>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; TstV = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 3>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/Users/soilros/Codes/DUNE/dune-pdelab-tutorials/tutorial01/src/driver.hh:83:3:   required from 'void driver(const GV&, const FEM&, Dune::ParameterTree&) [with GV = Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >; FEM = Dune::PDELab::PkLocalFiniteElementMap<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3> > >, double, double, 3>]'
/Users/soilros/Codes/DUNE/dune-pdelab-tutorials/tutorial01/src/tutorial01.cc:201 <http://tutorial01.cc:201/>:30:   required from here
/Users/soilros/Codes/DUNE/dune-pdelab-tutorials/tutorial01/src/nonlinearpoissonfem.hh:87:23: error: 'referenceElement' was not declared in this scope
/Users/soilros/Codes/DUNE/dune-pdelab-tutorials/tutorial01/src/nonlinearpoissonfem.hh: In instantiation of 'void NonlinearPoissonFEM<Param, FEM>::lambda_boundary(const IG&, const LFSV&, R&) const [with IG = Dune::PDELab::IntersectionGeometry<Dune::Intersection<const Dune::YaspGrid<2>, Dune::YaspIntersection<const Dune::YaspGrid<2> > > >; LFSV = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::AnySpaceTag>; R = Dune::PDELab::WeightedVectorAccumulationView<Dune::PDELab::LocalVector<double, Dune::PDELab::AnySpaceTag, double> >; Param = Problem<double>; FEM = Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 1>]':
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/localoperator/callswitch.hh:279:9:   required from 'static void Dune::PDELab::LocalAssemblerCallSwitch<LA, true>::lambda_boundary(const LA&, const IG&, const LFSV&, R&) [with IG = Dune::PDELab::IntersectionGeometry<Dune::Intersection<const Dune::YaspGrid<2>, Dune::YaspIntersection<const Dune::YaspGrid<2> > > >; LFSV = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::AnySpaceTag>; R = Dune::PDELab::WeightedVectorAccumulationView<Dune::PDELab::LocalVector<double, Dune::PDELab::AnySpaceTag, double> >; LA = NonlinearPoissonFEM<Problem<double>, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 1> >]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/gridoperator/default/residualengine.hh:303:26:   required from 'void Dune::PDELab::DefaultLocalResidualAssemblerEngine<LA>::assembleVBoundary(const IG&, const LFSVC&) [with IG = Dune::PDELab::IntersectionGeometry<Dune::Intersection<const Dune::YaspGrid<2>, Dune::YaspIntersection<const Dune::YaspGrid<2> > > >; LFSVC = Dune::PDELab::LFSIndexCache<Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::AnySpaceTag>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >; LA = Dune::PDELab::DefaultLocalAssembler<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 1> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 1> >, false>]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/gridoperator/default/assembler.hh:227:29:   required from 'void Dune::PDELab::DefaultAssembler<GFSU, GFSV, CU, CV>::assemble(LocalAssemblerEngine&) const [with LocalAssemblerEngine = Dune::PDELab::DefaultLocalResidualAssemblerEngine<Dune::PDELab::DefaultLocalAssembler<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 1> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 1> >, false> >; GFSU = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >; GFSV = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >; CU = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>; CV = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/gridoperator/gridoperator.hh:179:9:   required from 'void Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV>::residual(const Domain&, Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV>::Range&) const [with GFSU = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >; GFSV = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >; LOP = NonlinearPoissonFEM<Problem<double>, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 1> >; MB = Dune::PDELab::ISTL::BCRSMatrixBackend<>; DF = double; RF = double; JF = double; CU = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>; CV = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>; Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV>::Domain = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV>::Range = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/newton/newton.hh:208: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::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 1> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >; S = Dune::PDELab::ISTLBackend_SEQ_CG_AMG_SSOR<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 1> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> > >; TrlV = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, 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::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, 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::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/newton/newton.hh:276:17:   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::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 1> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >; S = Dune::PDELab::ISTLBackend_SEQ_CG_AMG_SSOR<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 1> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> > >; TrlV = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, 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::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/Users/soilros/Codes/DUNE/dune-pdelab-tutorials/tutorial01/src/driver.hh:83:3:   required from 'void driver(const GV&, const FEM&, Dune::ParameterTree&) [with GV = Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >; FEM = Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 1>]'
/Users/soilros/Codes/DUNE/dune-pdelab-tutorials/tutorial01/src/tutorial01.cc:298 <http://tutorial01.cc:298/>:30:   required from here
/Users/soilros/Codes/DUNE/dune-pdelab-tutorials/tutorial01/src/nonlinearpoissonfem.hh:87:23: error: 'referenceElement' was not declared in this scope
/Users/soilros/Codes/DUNE/dune-pdelab-tutorials/tutorial01/src/nonlinearpoissonfem.hh: In instantiation of 'void NonlinearPoissonFEM<Param, FEM>::lambda_boundary(const IG&, const LFSV&, R&) const [with IG = Dune::PDELab::IntersectionGeometry<Dune::Intersection<const Dune::YaspGrid<2>, Dune::YaspIntersection<const Dune::YaspGrid<2> > > >; LFSV = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::AnySpaceTag>; R = Dune::PDELab::WeightedVectorAccumulationView<Dune::PDELab::LocalVector<double, Dune::PDELab::AnySpaceTag, double> >; Param = Problem<double>; FEM = Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 2>]':
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/localoperator/callswitch.hh:279:9:   required from 'static void Dune::PDELab::LocalAssemblerCallSwitch<LA, true>::lambda_boundary(const LA&, const IG&, const LFSV&, R&) [with IG = Dune::PDELab::IntersectionGeometry<Dune::Intersection<const Dune::YaspGrid<2>, Dune::YaspIntersection<const Dune::YaspGrid<2> > > >; LFSV = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::AnySpaceTag>; R = Dune::PDELab::WeightedVectorAccumulationView<Dune::PDELab::LocalVector<double, Dune::PDELab::AnySpaceTag, double> >; LA = NonlinearPoissonFEM<Problem<double>, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 2> >]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/gridoperator/default/residualengine.hh:303:26:   required from 'void Dune::PDELab::DefaultLocalResidualAssemblerEngine<LA>::assembleVBoundary(const IG&, const LFSVC&) [with IG = Dune::PDELab::IntersectionGeometry<Dune::Intersection<const Dune::YaspGrid<2>, Dune::YaspIntersection<const Dune::YaspGrid<2> > > >; LFSVC = Dune::PDELab::LFSIndexCache<Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::AnySpaceTag>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >; LA = Dune::PDELab::DefaultLocalAssembler<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 2> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 2> >, false>]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/gridoperator/default/assembler.hh:227:29:   required from 'void Dune::PDELab::DefaultAssembler<GFSU, GFSV, CU, CV>::assemble(LocalAssemblerEngine&) const [with LocalAssemblerEngine = Dune::PDELab::DefaultLocalResidualAssemblerEngine<Dune::PDELab::DefaultLocalAssembler<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 2> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 2> >, false> >; GFSU = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >; GFSV = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >; CU = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>; CV = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/gridoperator/gridoperator.hh:179:9:   required from 'void Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV>::residual(const Domain&, Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV>::Range&) const [with GFSU = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >; GFSV = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >; LOP = NonlinearPoissonFEM<Problem<double>, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 2> >; MB = Dune::PDELab::ISTL::BCRSMatrixBackend<>; DF = double; RF = double; JF = double; CU = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>; CV = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>; Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV>::Domain = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV>::Range = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/newton/newton.hh:208: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::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 2> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >; S = Dune::PDELab::ISTLBackend_SEQ_CG_AMG_SSOR<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 2> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> > >; TrlV = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, 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::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, 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::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/newton/newton.hh:276:17:   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::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 2> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >; S = Dune::PDELab::ISTLBackend_SEQ_CG_AMG_SSOR<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 2> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> > >; TrlV = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, 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::YaspGrid<2> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/Users/soilros/Codes/DUNE/dune-pdelab-tutorials/tutorial01/src/driver.hh:83:3:   required from 'void driver(const GV&, const FEM&, Dune::ParameterTree&) [with GV = Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >; FEM = Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, double, double, 2>]'
/Users/soilros/Codes/DUNE/dune-pdelab-tutorials/tutorial01/src/tutorial01.cc:303 <http://tutorial01.cc:303/>:30:   required from here
/Users/soilros/Codes/DUNE/dune-pdelab-tutorials/tutorial01/src/nonlinearpoissonfem.hh:87:23: error: 'referenceElement' was not declared in this scope
/Users/soilros/Codes/DUNE/dune-pdelab-tutorials/tutorial01/src/nonlinearpoissonfem.hh: In instantiation of 'void NonlinearPoissonFEM<Param, FEM>::lambda_boundary(const IG&, const LFSV&, R&) const [with IG = Dune::PDELab::IntersectionGeometry<Dune::Intersection<const Dune::YaspGrid<3>, Dune::YaspIntersection<const Dune::YaspGrid<3> > > >; LFSV = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::AnySpaceTag>; R = Dune::PDELab::WeightedVectorAccumulationView<Dune::PDELab::LocalVector<double, Dune::PDELab::AnySpaceTag, double> >; Param = Problem<double>; FEM = Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, double, double, 1>]':
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/localoperator/callswitch.hh:279:9:   required from 'static void Dune::PDELab::LocalAssemblerCallSwitch<LA, true>::lambda_boundary(const LA&, const IG&, const LFSV&, R&) [with IG = Dune::PDELab::IntersectionGeometry<Dune::Intersection<const Dune::YaspGrid<3>, Dune::YaspIntersection<const Dune::YaspGrid<3> > > >; LFSV = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::AnySpaceTag>; R = Dune::PDELab::WeightedVectorAccumulationView<Dune::PDELab::LocalVector<double, Dune::PDELab::AnySpaceTag, double> >; LA = NonlinearPoissonFEM<Problem<double>, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, double, double, 1> >]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/gridoperator/default/residualengine.hh:303:26:   required from 'void Dune::PDELab::DefaultLocalResidualAssemblerEngine<LA>::assembleVBoundary(const IG&, const LFSVC&) [with IG = Dune::PDELab::IntersectionGeometry<Dune::Intersection<const Dune::YaspGrid<3>, Dune::YaspIntersection<const Dune::YaspGrid<3> > > >; LFSVC = Dune::PDELab::LFSIndexCache<Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::AnySpaceTag>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >; LA = Dune::PDELab::DefaultLocalAssembler<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, double, double, 1> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, double, double, 1> >, false>]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/gridoperator/default/assembler.hh:227:29:   required from 'void Dune::PDELab::DefaultAssembler<GFSU, GFSV, CU, CV>::assemble(LocalAssemblerEngine&) const [with LocalAssemblerEngine = Dune::PDELab::DefaultLocalResidualAssemblerEngine<Dune::PDELab::DefaultLocalAssembler<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, double, double, 1> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, double, double, 1> >, false> >; GFSU = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >; GFSV = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >; CU = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>; CV = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/gridoperator/gridoperator.hh:179:9:   required from 'void Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV>::residual(const Domain&, Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV>::Range&) const [with GFSU = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >; GFSV = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >; LOP = NonlinearPoissonFEM<Problem<double>, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, double, double, 1> >; MB = Dune::PDELab::ISTL::BCRSMatrixBackend<>; DF = double; RF = double; JF = double; CU = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>; CV = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>; Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV>::Domain = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV>::Range = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/newton/newton.hh:208: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::YaspGrid<3> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, double, double, 1> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >; S = Dune::PDELab::ISTLBackend_SEQ_CG_AMG_SSOR<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, double, double, 1> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> > >; TrlV = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, 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::YaspGrid<3> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, 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::YaspGrid<3> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/newton/newton.hh:276:17:   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::YaspGrid<3> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, double, double, 1> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >; S = Dune::PDELab::ISTLBackend_SEQ_CG_AMG_SSOR<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, double, double, 1> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> > >; TrlV = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, 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::YaspGrid<3> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, double, double, 1>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/Users/soilros/Codes/DUNE/dune-pdelab-tutorials/tutorial01/src/driver.hh:83:3:   required from 'void driver(const GV&, const FEM&, Dune::ParameterTree&) [with GV = Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >; FEM = Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, double, double, 1>]'
/Users/soilros/Codes/DUNE/dune-pdelab-tutorials/tutorial01/src/tutorial01.cc:326 <http://tutorial01.cc:326/>:30:   required from here
/Users/soilros/Codes/DUNE/dune-pdelab-tutorials/tutorial01/src/nonlinearpoissonfem.hh:87:23: error: 'referenceElement' was not declared in this scope
/Users/soilros/Codes/DUNE/dune-pdelab-tutorials/tutorial01/src/nonlinearpoissonfem.hh: In instantiation of 'void NonlinearPoissonFEM<Param, FEM>::lambda_boundary(const IG&, const LFSV&, R&) const [with IG = Dune::PDELab::IntersectionGeometry<Dune::Intersection<const Dune::YaspGrid<3>, Dune::YaspIntersection<const Dune::YaspGrid<3> > > >; LFSV = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::AnySpaceTag>; R = Dune::PDELab::WeightedVectorAccumulationView<Dune::PDELab::LocalVector<double, Dune::PDELab::AnySpaceTag, double> >; Param = Problem<double>; FEM = Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, double, double, 2>]':
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/localoperator/callswitch.hh:279:9:   required from 'static void Dune::PDELab::LocalAssemblerCallSwitch<LA, true>::lambda_boundary(const LA&, const IG&, const LFSV&, R&) [with IG = Dune::PDELab::IntersectionGeometry<Dune::Intersection<const Dune::YaspGrid<3>, Dune::YaspIntersection<const Dune::YaspGrid<3> > > >; LFSV = Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::AnySpaceTag>; R = Dune::PDELab::WeightedVectorAccumulationView<Dune::PDELab::LocalVector<double, Dune::PDELab::AnySpaceTag, double> >; LA = NonlinearPoissonFEM<Problem<double>, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, double, double, 2> >]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/gridoperator/default/residualengine.hh:303:26:   required from 'void Dune::PDELab::DefaultLocalResidualAssemblerEngine<LA>::assembleVBoundary(const IG&, const LFSVC&) [with IG = Dune::PDELab::IntersectionGeometry<Dune::Intersection<const Dune::YaspGrid<3>, Dune::YaspIntersection<const Dune::YaspGrid<3> > > >; LFSVC = Dune::PDELab::LFSIndexCache<Dune::PDELab::LocalFunctionSpace<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::AnySpaceTag>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >; LA = Dune::PDELab::DefaultLocalAssembler<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, double, double, 2> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, double, double, 2> >, false>]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/gridoperator/default/assembler.hh:227:29:   required from 'void Dune::PDELab::DefaultAssembler<GFSU, GFSV, CU, CV>::assemble(LocalAssemblerEngine&) const [with LocalAssemblerEngine = Dune::PDELab::DefaultLocalResidualAssemblerEngine<Dune::PDELab::DefaultLocalAssembler<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, double, double, 2> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, double, double, 2> >, false> >; GFSU = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >; GFSV = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >; CU = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>; CV = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/gridoperator/gridoperator.hh:179:9:   required from 'void Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV>::residual(const Domain&, Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV>::Range&) const [with GFSU = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >; GFSV = Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >; LOP = NonlinearPoissonFEM<Problem<double>, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, double, double, 2> >; MB = Dune::PDELab::ISTL::BCRSMatrixBackend<>; DF = double; RF = double; JF = double; CU = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>; CV = Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>; Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV>::Domain = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >; Dune::PDELab::GridOperator<GFSU, GFSV, LOP, MB, DF, RF, JF, CU, CV>::Range = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/newton/newton.hh:208: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::YaspGrid<3> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, double, double, 2> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >; S = Dune::PDELab::ISTLBackend_SEQ_CG_AMG_SSOR<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, double, double, 2> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> > >; TrlV = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, 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::YaspGrid<3> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, 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::YaspGrid<3> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/Users/soilros/Codes/DUNE/dune-pdelab/dune/pdelab/newton/newton.hh:276:17:   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::YaspGrid<3> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, double, double, 2> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> >; S = Dune::PDELab::ISTLBackend_SEQ_CG_AMG_SSOR<Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, NonlinearPoissonFEM<Problem<double>, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, double, double, 2> >, Dune::PDELab::ISTL::BCRSMatrixBackend<>, double, double, double, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double>, Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long unsigned int, 1, 2>, Dune::PDELab::MultiIndex<long unsigned int, 1>, double> > >; TrlV = Dune::PDELab::ISTL::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, 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::YaspGrid<3> > >, Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, double, double, 2>, Dune::PDELab::ConformingDirichletConstraints, Dune::PDELab::ISTL::VectorBackend<>, Dune::PDELab::LeafOrderingTag<Dune::PDELab::EmptyParams> >, Dune::BlockVector<Dune::FieldVector<double, 1>, std::allocator<Dune::FieldVector<double, 1> > > >]'
/Users/soilros/Codes/DUNE/dune-pdelab-tutorials/tutorial01/src/driver.hh:83:3:   required from 'void driver(const GV&, const FEM&, Dune::ParameterTree&) [with GV = Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >; FEM = Dune::PDELab::QkLocalFiniteElementMap<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<3> > >, double, double, 2>]'
/Users/soilros/Codes/DUNE/dune-pdelab-tutorials/tutorial01/src/tutorial01.cc:331 <http://tutorial01.cc:331/>:30:   required from here
/Users/soilros/Codes/DUNE/dune-pdelab-tutorials/tutorial01/src/nonlinearpoissonfem.hh:87:23: error: 'referenceElement' was not declared in this scope
make[2]: *** [tutorial01/src/CMakeFiles/tutorial01.dir/tutorial01.cc.o] Error 1
make[1]: *** [tutorial01/src/CMakeFiles/tutorial01.dir/all] Error 2
make: *** [all] Error 2
--- Failed to build dune-pdelab-tutorials ---
Terminating dunecontrol due to previous errors!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.dune-project.org/pipermail/dune-pdelab/attachments/20171202/539978c5/attachment.htm>


More information about the dune-pdelab mailing list