From 67ae92ddf883df5f18be830888e1c4ecf8415e7b Mon Sep 17 00:00:00 2001 From: Oliver Sander <sander@igpm.rwth-aachen.de> Date: Wed, 26 Jan 2011 10:08:03 +0000 Subject: [PATCH] bugfix: forgot to set vector length [[Imported from SVN: r6882]] --- dune/gfe/coupling/rodcontinuumsteklovpoincarestep.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dune/gfe/coupling/rodcontinuumsteklovpoincarestep.hh b/dune/gfe/coupling/rodcontinuumsteklovpoincarestep.hh index ee77cbec..f34fa905 100644 --- a/dune/gfe/coupling/rodcontinuumsteklovpoincarestep.hh +++ b/dune/gfe/coupling/rodcontinuumsteklovpoincarestep.hh @@ -1105,7 +1105,7 @@ iterateWithContact(std::map<std::pair<std::string,std::string>, RigidBodyMotion< totalX3d = multigridStep->getSol(); // Separate 3d solution vector - std::vector<VectorType> x3d; + std::vector<VectorType> x3d(continuumName.size()); contactAssembler->postprocess(totalX3d, x3d); // the subdomain solutions in canonical coordinates, stored in a map -- GitLab