ENH: Updated function objects

This commit is contained in:
andy
2012-12-13 10:40:38 +00:00
parent 6aba1d08f8
commit 9d5ce4ae76
47 changed files with 120 additions and 120 deletions

View File

@ -150,6 +150,12 @@ public:
//- Read and set the function object if its data have changed
virtual bool read(const dictionary&);
//- Update mesh
virtual void updateMesh(const mapPolyMesh&);
//- Move points
virtual void movePoints(const polyMesh&);
};