We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See #42
The user facing interface functions: https://github.com/SCOREC/meshFields/blob/a87c33c1d4f9806d45c91d2521fe7e5dad67a388/src/MeshField.hpp are the most important ones to harden with the addition of concepts. After that, we need to go down the rest of the stack.
This should make all the interfaces easier to use and result in fewer bugs.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
See #42
The user facing interface functions:
https://github.com/SCOREC/meshFields/blob/a87c33c1d4f9806d45c91d2521fe7e5dad67a388/src/MeshField.hpp
are the most important ones to harden with the addition of concepts. After that, we need to go down the rest of the stack.
This should make all the interfaces easier to use and result in fewer bugs.
The text was updated successfully, but these errors were encountered: