mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Updated particle relocate
This commit is contained in:
@ -676,9 +676,8 @@ public:
|
||||
//- Map after a topology change
|
||||
void autoMap(const vector& position, const mapPolyMesh& mapper);
|
||||
|
||||
//- Set the addressing based on the provided position and current cell
|
||||
// Used for e.g. redistributePar
|
||||
void relocate(const point& position);
|
||||
//- Set the addressing based on the provided position
|
||||
void relocate(const point& position, const label celli = -1);
|
||||
|
||||
|
||||
// I-O
|
||||
|
||||
Reference in New Issue
Block a user