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

Change benchmark problem: twist the strip 8\pi, instead of 0.25\pi

[[Imported from SVN: r9270]]
parent 53214809
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ void dirichletValues(const FieldVector<double,dim>& in, FieldVector<double,3>& o
double homotopy
)
{
double angle = M_PI/4;
double angle = 8*M_PI;
angle *= homotopy;
// center of rotation
......
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