-
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
Visualization merging #138
Comments
Background@RohanPankaj added a visualization capabilities as a REU project over summer 2023. I am trying to merge it and recon with the alterations in MC/DC and with some of the new dependency. In the current visualization is handled via Netgen a full fat multiphyscis FEA solver that has x86 builds in conda. The problem is that Netgen currently requires a manual build on ARM MacOS and has no listed support for ppc64 (Power9). We don't need visualization as a strict requirement for MC/DC so I might make the configuration and testing of Netgen a non-standard option requiring additional flags to our current install script Next Steps
|
Curious do we know if the other dependencies, |
The dependencies have all been added and seem to be working on MAC and windows. I had to do some bug hunting to make sure all tests pass but as of PR #143 things seem to be working. When that PR is approved I will close this issue |
ngsolve is a pip only command for osz-arm64 (M1/2/3) |
I am trying to merge the visualizer into main but am having some difficulties
The text was updated successfully, but these errors were encountered: