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

Structure object #50

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from
Draft

Structure object #50

wants to merge 6 commits into from

Conversation

pp-mo
Copy link
Owner

@pp-mo pp-mo commented Apr 6, 2022

A more sophisticated alternative to #46

WIP

def _mesh_report(self):
if not self.mesh_vars:
self._line("Meshes : <none>")
else:
self._line("Meshes")
for mesh_name, mesh_var in self.mesh_vars.items():
struct_mesh = UgridMesh(name=mesh_name, var=mesh_var)
Copy link
Owner Author

@pp-mo pp-mo Apr 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This whole approach -- ALL the new code in this file -- is a preliminary hack, for simple concept testing only.
Proper approach TBD

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