| 648 | |
| 649 | |
| 650 | void Foam::functionObjects::streamLine::movePoints(const polyMesh& mesh) |
| 651 | { |
| 652 | if (&mesh == &mesh_) |
| 653 | { |
| 654 | // Moving mesh affects the search tree |
| 655 | read(dict_); |
| 656 | } |
| 657 | } |
| 658 | |
| 659 | |
| 660 | // ************************************************************************* // |