diff --git a/dune/gfe/coupling/rodcontinuumsteklovpoincarestep.hh b/dune/gfe/coupling/rodcontinuumsteklovpoincarestep.hh
index e6b3edadc01789a9357ed6188fd440ef8a5fb022..a2e66bbf4a01bd1b894b69acc6a18b0c241930cc 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