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

WIP: refactoring of mesh representation #9

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

cmacmackin
Copy link
Collaborator

Switch to eager evaluation of control points/nodes in the poloidal plane. This will avoid duplicating work which was otherwise happening. It also means that the selection of intermediate points can now be handled by Hypnotoad and that Hypnotoad's non-orthogonal meshes can be used. 3D field traces will still be done lazily.

I now evaluate the nodes in the poloidal plane eagerly (but the 3D
field traces will still be done lazily). I have refactored mesh.py,
hypnotoad_interface.py, nektar_writer.py, meshio_writer.py, and
wall.py to use this new approach. Everything else has just had some
renaming done and won't actually run. None of the tests have been
refactored yet.
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

Successfully merging this pull request may close these issues.

1 participant