From db2b0180be60a3c695c74a45aa7d8f853044b8e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6=20Fahlke?= <jorrit@jorrit.de> Date: Thu, 14 Mar 2019 12:03:15 +0100 Subject: [PATCH] GridOperator::Pattern: unused, kill --- src/gridoperator.hh | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/gridoperator.hh b/src/gridoperator.hh index 380a025..25241ce 100644 --- a/src/gridoperator.hh +++ b/src/gridoperator.hh @@ -58,9 +58,6 @@ namespace PPS { //! The type of the jacobian. using Jacobian = Dune::PDELab::Backend::Matrix<MB,Domain,Range,JF>; - //! The sparsity pattern container for the jacobian matrix - typedef typename MB::template Pattern<Jacobian,GFSV,GFSU> Pattern; - //! Constructor for non trivial constraints GridOperator(GridView gv, LocalFiniteElement lfe, const GFSU & gfsu_, const CU & cu_, const GFSV & gfsv_, const CV & cv, LocalOperator & lop) -- GitLab