From de336a2a9d8adc9f3f90675c15cc40118f6a96e8 Mon Sep 17 00:00:00 2001 From: Oliver Sander <sander@igpm.rwth-aachen.de> Date: Fri, 22 Aug 2014 10:13:05 +0000 Subject: [PATCH] Allow public access to the basis [[Imported from SVN: r9853]] --- dune/gfe/geodesicfeassembler.hh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dune/gfe/geodesicfeassembler.hh b/dune/gfe/geodesicfeassembler.hh index 017ee77a..c6e07f12 100644 --- a/dune/gfe/geodesicfeassembler.hh +++ b/dune/gfe/geodesicfeassembler.hh @@ -26,10 +26,11 @@ class GeodesicFEAssembler { //! typedef Dune::FieldMatrix<double, blocksize, blocksize> MatrixBlock; -protected: - +public: const Basis basis_; +protected: + LocalGeodesicFEStiffness<GridView, typename Basis::LocalFiniteElement, TargetSpace>* localStiffness_; -- GitLab