| 223 | // is not affected by leaving/entering domain. |
| 224 | template<class TrackingData> |
| 225 | inline void Foam::pointEdgePoint::enterDomain |
| 226 | ( |
| 227 | const polyPatch& patch, |
| 228 | const label patchPointi, |
| 229 | const point& coord, |
| 230 | TrackingData& td |
| 231 | ) |
| 232 | { |
| 233 | // back to absolute form |
| 234 | origin_ += coord; |
| 235 | } |
| 236 | |
| 237 | |
| 238 | // Update this with information from connected edge |
no outgoing calls
no test coverage detected