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

Speeding up face integration loops #147

Open
stefanhenneking opened this issue Sep 18, 2023 · 0 comments
Open

Speeding up face integration loops #147

stefanhenneking opened this issue Sep 18, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@stefanhenneking
Copy link
Contributor

Currently, many routines (such as elem for DPG formulations) use inefficient face integration by iterating over more shape functions than necessary. Shape functions should only be evaluated on the particular face being integrated over. This can be accomplished by modifying the norder array in a way specific to the face being integrated before calling the shape functions package. This is currently implemented in the hpinterp face routines that integrate over faces.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants