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

Part II of previous patch: deleted test needs to go into the dirichletValues method

[[Imported from SVN: r9547]]
parent 0725f408
No related branches found
No related tags found
No related merge requests found
...@@ -61,6 +61,9 @@ void dirichletValues(const FieldVector<double,dim>& in, FieldVector<double,3>& o ...@@ -61,6 +61,9 @@ void dirichletValues(const FieldVector<double,dim>& in, FieldVector<double,3>& o
double homotopy double homotopy
) )
{ {
if (not vIt->geometry().corner(0)[0] > upper[0]-1e-3)
return;
double angle = 8*M_PI; double angle = 8*M_PI;
angle *= homotopy; angle *= homotopy;
......
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