-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Partial refactoring of mesh representation
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.
- Loading branch information
1 parent
d4d2ddc
commit ef754fa
Showing
16 changed files
with
937 additions
and
1,284 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.