You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like it can now stored the node id tuple directly too, meaning we can remove the allocation of a small vector for each cell by removing the call to collect here:
For VTK export we allocate the vector of output like this
Ferrite.jl/src/Export/VTK.jl
Line 118 in 3b081be
MeshCell
type have changed a couple of times after this commit too. Current definition: https://github.com/JuliaVTK/VTKBase.jl/blob/1f48d195fdf5bf35254228cca4797452c7b94d3d/src/mesh_cells.jl#L55-L66It looks like it can now stored the node id tuple directly too, meaning we can remove the allocation of a small vector for each cell by removing the call to
collect
here:Ferrite.jl/src/Export/VTK.jl
Line 85 in 3b081be
xref: JuliaVTK/WriteVTK.jl#156
The text was updated successfully, but these errors were encountered: