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

Vectorize residual assembly #8

Closed
davidscn opened this issue Jan 3, 2021 · 0 comments · Fixed by #22
Closed

Vectorize residual assembly #8

davidscn opened this issue Jan 3, 2021 · 0 comments · Fixed by #22

Comments

@davidscn
Copy link
Owner

davidscn commented Jan 3, 2021

The residual assembly is still based on FEValues objects. However, using matrix-free would be much faster.
See the discussion on the mailinglist. The implementation there is implemented in #6. However, in case of heavily refined cases, the system doesn't converge any more (with the given accuracy). This might be related to accumulated round-off errors. It needs to be investigated further.

@davidscn davidscn linked a pull request Feb 1, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant