-
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
VTKExporter #828
Comments
Related to this we might also want to check out if we want to do some kine of |
Done in #692. |
Some developments towards this in #867 for one case, but I would keep this open to remind that it might make sense to have the buffer general there (to support also other types of discontinuous interpolations / cases. (But to be done after 1.0!) |
See also lijas/IGA.jl#11, seems like having a "vtk_exporter" field would allow re-using |
As suggested by @fredrikekre on Slack during the discussions about #692, this issue contains the notes for one potential way this could be implemented on top of #692
Having a type that can cache the transformation to the vtk data structures makes sense to avoid having to redo this each time step when using a
VTKFileCollection
.Furthermore, this could then be customized to contain the special mappings required for e.g. discontinuous interpolations (xref) and user customizations (perhaps for, e.g., IGA/Embedded, @lijas?).
For example, we could have
The text was updated successfully, but these errors were encountered: