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

Microtile derivatives #458

Open
4 tasks done
markriegler opened this issue Aug 29, 2024 · 2 comments · May be fixed by #457
Open
4 tasks done

Microtile derivatives #458

markriegler opened this issue Aug 29, 2024 · 2 comments · May be fixed by #457
Assignees
Labels
bug Something isn't working

Comments

@markriegler
Copy link
Collaborator

markriegler commented Aug 29, 2024

Of all the available microtiles, only a couple have correctly implemented derivatives w.r.t. the tile parameters. Some don't have it and some show wrong derivatives (compared to derivatives obtained using finite differences).

Here is a list of tiles which have these wrong derivatives:

  • Chi
  • EllipsVoid
  • CubeVoid
  • InverseCross3D
@markriegler markriegler added the bug Something isn't working label Aug 29, 2024
@markriegler markriegler self-assigned this Aug 29, 2024
@markriegler markriegler linked a pull request Aug 29, 2024 that will close this issue
3 tasks
@markriegler
Copy link
Collaborator Author

  • EllipsVoid and CubeVoid seem to cause trouble because of the rotation matrices.
  • The problem with Chi and InverseCross3D might be due to the tile's patches (partially) having degree 2

@markriegler markriegler linked a pull request Aug 29, 2024 that will close this issue
3 tasks
@markriegler
Copy link
Collaborator Author

The problems with Chi and InverseCross3D didn't have to anything with the degree. The derivatives are only dependent on the control points since they are Bezier patches

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

Successfully merging a pull request may close this issue.

1 participant