Skip to content
Snippets Groups Projects
Commit 1850bd37 authored by Oliver Sander's avatar Oliver Sander Committed by sander
Browse files

fix Neumann bc for L-shape problem

[[Imported from SVN: r9279]]
parent b8d3bc27
No related branches found
No related tags found
No related merge requests found
......@@ -190,7 +190,7 @@ int main (int argc, char *argv[]) try
for (int j=0; j<3; j++)
dirichletNodes[grid->leafIndexSet().index(*vIt)][j] = true;
}
if (vIt->geometry().corner(0)[0] < -239 )
if (vIt->geometry().corner(0)[1] < -239 )
neumannNodes[grid->leafIndexSet().index(*vIt)][0] = true;
#endif
}
......
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