ENH: facePointPatch: derive coupled() from polyPatch

This commit is contained in:
mattijs
2013-06-20 10:43:45 +01:00
parent c7f57ed107
commit 6dec0262bc
4 changed files with 8 additions and 32 deletions

View File

@ -112,13 +112,6 @@ public:
// Member Functions
//- Is patch 'coupled'. Note that on AMI the geometry is not
// coupled but the fields are!
virtual bool coupled() const
{
return false;
}
//- Return the constraint type this pointPatch implements.
virtual const word& constraintType() const
{