Skip to content
Snippets Groups Projects
Commit d4578f05 authored by Lisa Julia Nebel's avatar Lisa Julia Nebel
Browse files

Do not set values for rotation at the dirichlet nodes!

parent a65869ba
No related branches found
No related tags found
1 merge request!73Feature/stress plot
...@@ -520,9 +520,9 @@ int main (int argc, char *argv[]) try ...@@ -520,9 +520,9 @@ int main (int argc, char *argv[]) try
for (int i = 0; i < compositeBasis.size({0}); i++) for (int i = 0; i < compositeBasis.size({0}); i++)
if (dirichletDofs[_0][i][0]) if (dirichletDofs[_0][i][0])
x[_0][i] = ddV[i]; x[_0][i] = ddV[i];
for (int i = 0; i < compositeBasis.size({1}); i++) // for (int i = 0; i < compositeBasis.size({1}); i++)
if (dirichletDofs[_1][i][0]) // if (dirichletDofs[_1][i][0])
x[_1][i].set(dOV[i]); // x[_1][i].set(dOV[i]);
#if !MIXED_SPACE #if !MIXED_SPACE
//The MixedRiemannianTrustRegionSolver can treat the Displacement and Orientation Space as separate ones //The MixedRiemannianTrustRegionSolver can treat the Displacement and Orientation Space as separate ones
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment