From 4176606fcb5bd81c470336dbdb035cc7a5b3fe54 Mon Sep 17 00:00:00 2001 From: Oliver Sander <sander@igpm.rwth-aachen.de> Date: Wed, 26 Jan 2011 14:46:56 +0000 Subject: [PATCH] bugfix: forgot to set vector size [[Imported from SVN: r6889]] --- 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 e6b3edad..a2e66bbf 100644 --- a/dune/gfe/coupling/rodcontinuumsteklovpoincarestep.hh +++ b/dune/gfe/coupling/rodcontinuumsteklovpoincarestep.hh @@ -1282,7 +1282,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