Skip to content
Snippets Groups Projects
Commit 03db0e7d authored by mattijs's avatar mattijs
Browse files

BUG: Move constraint to symmetryPointPatch.

Slip bc can now be used on non-constraint patches
parent 4e0fdc69
Branches
Tags
No related merge requests found
......@@ -121,12 +121,6 @@ public:
// Evaluation functions
//- Return the constraint type this pointPatchField implements
virtual const word& constraintType() const
{
return symmetryPointPatch::typeName;
}
//- Update the patch field
virtual void evaluate
(
......
......@@ -119,6 +119,16 @@ public:
)
);
}
// Member functions
//- Return the constraint type this pointPatchField implements
virtual const word& constraintType() const
{
return symmetryPointPatch::typeName;
}
};
......
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