-
Notifications
You must be signed in to change notification settings - Fork 24
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
Rename “isosurface“ to “adHocMesh” in code #7243
Comments
Yes, I’d say we should rename isosurface to adHocMesh in our code. I think we already decided to hide the term isosurface from the users. Adapting the code is the logical next step. ( Any objections @philippotto @normanrz ? ) |
I agree 👍 |
Do it after #7244 |
What is the scope of this issue? I did the renaming in the backend, which was straight-forward, however looking at the front-end, isosurface seems to have a slightly different meaning, because there are PrecomputedIsosurfaces and AdHocIsosurfaces, so I'm not sure what to do here. |
@philippotto could you comment on that? My guess is that we can safely rename AdHocIsosurfaces to AdHocMesh – should we also rename PrecomputedIsosurfaces in the frontend to PrecomputedMeshes? Do you see any dangers/problems there? |
The front-end uses isosurface as a synonym to mesh. So, the necessary renaming would be |
I only just saw your comment. I don't see any problems with that. Renaming to PrecomputedMeshes should be fine. |
Ad-hoc meshing may be a better term, backend still uses "isosurface", which is a quite general term (MATLAB legacy?)
The text was updated successfully, but these errors were encountered: