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

more involved boundary values

[[Imported from SVN: r4078]]
parent d6096bf9
No related branches found
No related tags found
No related merge requests found
......@@ -82,7 +82,7 @@ int main (int argc, char *argv[]) try
for (; vIt!=vEndIt; ++vIt) {
int idx = grid.leafIndexSet().index(*vIt);
double angle = vIt->geometry().corner(0)[0];
double angle = 2*(vIt->geometry().corner(0).two_norm());
x[idx] = Rotation<3,double>(yAxis,angle);
}
......
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