-
Notifications
You must be signed in to change notification settings - Fork 92
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
List Related Packages #868
Comments
That's a good idea! Something like this: #869 ? Also, whenever you have questions, don't hesitate to reach out on the Slack channel #ferrite-fem or on Discourse as you did! |
As discussed in #869, perhaps we could add an item under the code gallery where anyone who builds a package on top of Ferrite can make a PR to add a link to, and a short description of, their package. |
Related to this: Should this only contain public packages or should we also showcase currently internally used packages which come with some publications (e.g. Maxi has one for convexification)? What about publication codes as in e.g. https://github.com/kimauth/Plastoxid.jl ? I would also list work in progress packages, which have the actual goal to be developed long-term (as in e.g. FerriteAssembly.jl?). |
It would probably be also useful to mention FerriteViz in the first tutorial, https://ferrite-fem.github.io/Ferrite.jl/dev/tutorials/heat_equation/. I initially thought the main way to visualise the solutions was with the vtk files based on the documentation there. (Precompilation of FerriteViz seems to be broken with Ferrite on master, but once it's fixed that would be good) |
cc @KnutAM what do you think?
I have a PR which prepares next release here Ferrite-FEM/FerriteViz.jl#103 . Master is just compatible with the last Ferrite release. Note that it does not have as many features as most VTK viewers. |
I'd propose a reference to the post-processing how to. With my proposed intro text here (#875 (comment)) I think this will be covered? |
I wasted quite a bit of time trying to figure out how to do simple visualizations of Ferrite solutions. Eventually somebody on discourse pointed me to FerriteViz which is great. But neither the README nor the docs mention it. Maybe somebody who knows of all important packages related to Ferrite could list them somewhere?
The text was updated successfully, but these errors were encountered: