Skip to content
Snippets Groups Projects
Commit 67ae92dd authored by Oliver Sander's avatar Oliver Sander Committed by sander@FU-BERLIN.DE
Browse files

bugfix: forgot to set vector length

[[Imported from SVN: r6882]]
parent b2990574
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment