| 1079 | |
| 1080 | |
| 1081 | void Foam::particle::autoMap |
| 1082 | ( |
| 1083 | const vector& position, |
| 1084 | const mapPolyMesh& mapper |
| 1085 | ) |
| 1086 | { |
| 1087 | locate |
| 1088 | ( |
| 1089 | position, |
| 1090 | nullptr, |
| 1091 | mapper.reverseCellMap()[celli_], |
| 1092 | true, |
| 1093 | "Particle mapped to a location outside of the mesh." |
| 1094 | ); |
| 1095 | } |
| 1096 | |
| 1097 | |
| 1098 | // * * * * * * * * * * * * * * Friend Operators * * * * * * * * * * * * * * // |
no test coverage detected