Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug in ray-tracing #131

Open
SarahRo opened this issue Mar 15, 2023 · 0 comments
Open

bug in ray-tracing #131

SarahRo opened this issue Mar 15, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@SarahRo
Copy link
Contributor

SarahRo commented Mar 15, 2023

  • illustrated by running python3 demo_nitsche_unbiased.py --problem=3 --3D --time_steps=5 --raytracing
    and removing the following lines in demo_nitsche_unbiased.py:
         if args.radius > 0.8 / args.time_steps:
                args.radius = 0.8 / args.time_steps
  • problem can be fixed by adjusting search radius (is this sufficient as a fix?)
  • caused by the following kind of situation: the red facet on the bottom surface is matched with the 4 red facets on the top surface
    facet_map
  • This situation is related to the fix for non-convergence introduced in PR raytracing for christmas tree #118, possibly better fix needed
@SarahRo SarahRo added the bug Something isn't working label Mar 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant