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

Remove max_links #99

Open
jorgensd opened this issue Jul 21, 2022 · 0 comments
Open

Remove max_links #99

jorgensd opened this issue Jul 21, 2022 · 0 comments

Comments

@jorgensd
Copy link
Member

Max_links was a way to give the kernel information about how many cells a single facet can be connected to.
We should rather let max_links=num_quadrature_points_per_facet and send in additional information to the assemblers as to which matrix each quadrature points relates to.

This would massively simplify the packing of test functions (and their corresponding gradients), and can be computed whenever we create the distance_map (which will be at packing).

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

No branches or pull requests

1 participant