Skip to content
Snippets Groups Projects
Commit 044280e4 authored by andy's avatar andy
Browse files

ENH: Moved call to constrain to after equation relaxation

parent ef95b084
Branches
Tags
No related merge requests found
......@@ -10,8 +10,8 @@
mrfZones.addCoriolis(UEqn());
sources.constrain(UEqn());
UEqn().relax();
sources.constrain(UEqn());
solve(UEqn() == -fvc::grad(p));
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment