- Is mesh changing (topology changing and/or moving)
| 523 | |
| 524 | //- Is mesh changing (topology changing and/or moving) |
| 525 | bool changing() const |
| 526 | { |
| 527 | return moving()||topoChanging(); |
| 528 | } |
| 529 | |
| 530 | //- Move points, returns volumes swept by faces in motion |
| 531 | virtual tmp<scalarField> movePoints(const pointField&); |