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

Interface function for elements to retrieve the face scheme #1333

Open
Davknapp opened this issue Jan 6, 2025 · 1 comment
Open

Interface function for elements to retrieve the face scheme #1333

Davknapp opened this issue Jan 6, 2025 · 1 comment

Comments

@Davknapp
Copy link
Collaborator

Davknapp commented Jan 6, 2025

Feature request

Is your feature request related to a problem? Please describe.
Up until the introduction of the CRTP scheme we could look up the eclass_scheme of the face of an element. The way that schemes are build now this is not possible anymore, because schemes can be ordered in an arbitrary way.

Describe the solution or feature you'd like
A function in the interface of the schemes where for the element and a face-id we get the scheme_id of the face with the given face_id.
Something like this:

scheme_id
get_face_scheme_id (const scheme_id scheme_id, const int face)

I would also like to replace the tree_class argument with a strong_type, but this is out of this scope.

Describe alternatives you've considered
No alternatives considered.

Estimated priority
"Priority: high" Should be solved as soon as possible

Additional context
Add any other context or screenshots about the feature request here.

@Davknapp
Copy link
Collaborator Author

Split this issue into (at least) two.

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