Skip to content

Point Search Out-of-Bounds Tolerance Fails in Field Transfer #262

@Sichao25

Description

@Sichao25

Point search raise errors when using constexpr fuzz = 1E-6 at high resolution during uniform grid field transfer. Changing the value to 1E-12 resolves the issue. Possible causes to be investigated includes

  • 1E-6 may be too coarse
  • The tolerance may be inconsistent with the mesh field tolerance used elsewhere (e.g. epsilon)

If the point search algorithm is updated, the constexpr fuzz workaround may no longer be necessary.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions