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] interface constraints for PLI don't work #86

Open
lachlangrose opened this issue Sep 29, 2021 · 0 comments
Open

[BUG] interface constraints for PLI don't work #86

lachlangrose opened this issue Sep 29, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@lachlangrose
Copy link
Member

Describe the bug
Interface constraints are implemented incorrectly and produce weird solutions.
The interface constraint should try to minimise the difference in the interpolated scalar field value for all pairs of points with the same line.

In FDI this is done using a for loop which is slow, PLI has an attempt to do this using NumPy but does not work.

@lachlangrose lachlangrose added the bug Something isn't working label Sep 29, 2021
@lachlangrose lachlangrose self-assigned this Sep 29, 2021
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