From 0d9ebf6e5e7f5cf50766c2ca018d38b8498c1808 Mon Sep 17 00:00:00 2001 From: Elias Pipping <elias.pipping@fu-berlin.de> Date: Fri, 23 Dec 2011 13:27:16 +0100 Subject: [PATCH] TODO global nonlinearities are hardly ever constructed --- dune/tectonic/globallaursennonlinearity.hh | 2 -- 1 file changed, 2 deletions(-) diff --git a/dune/tectonic/globallaursennonlinearity.hh b/dune/tectonic/globallaursennonlinearity.hh index aac6ea2f..cd542fd4 100644 --- a/dune/tectonic/globallaursennonlinearity.hh +++ b/dune/tectonic/globallaursennonlinearity.hh @@ -49,8 +49,6 @@ class GlobalLaursenNonlinearity } private: - // TODO: If we're clever, we only store one vector with the precomputed - // results shared_ptr<BlockVector<FieldVector<double, 1>> const> mu; shared_ptr<BlockVector<FieldVector<double, 1>> const> normalStress; shared_ptr<BlockVector<FieldVector<double, 1>> const> nodalIntegrals; -- GitLab