Kristoffer Carlsson
Kristoffer Carlsson
I don't think many people will use the mesh struct directly in their FEM code base, but instead use it as a target for converting to when visualizing.
The most efficient storage of the mesh might depend a lot on your application. For example, if one does hierarchial refinements of quadrilaterals (and then take care of the hanging...
Yes, you have a good point. Maybe we could have a `copy` flag to the `KDTree` constructor that would copy the input data before constructing the tree. If the `copy`...
My above comment didn't make so much sense because I forgot that I actually do copy the input data when `reorder=true`. It would of course be simple to implement what...
I think it would be easier to just have an if statement around here: https://github.com/JuliaGeometry/KDTrees.jl/blob/1a307e8e178b7afb6169f49c82a7072fc8e0e053/src/kd_tree.jl#L382 And yes, I know about julias way of documenting stuff and I agree it would...
This package is end of lifed.
Works with #37
Works with #37.
``` WARNING: Method definition (::Type{SparseArrays.SparseMatrixCSC{Tv, Ti} where Ti