Kristoffer Carlsson

Results 1630 comments of Kristoffer Carlsson

I updated the comment above with a bit more details.

Here is a an algorithm for computing the JuAFEM datastructure of the faces when you have a 2D mesh and a lower dimensional "face mesh". I believe it should be...

To be fair, it is not a bug. It is just a feature we do not support yet.

Will this always be a dense range? In that case, maybe returning a range is suitable?

So all functions need to support exactly the same arguments / kwargs?

Always just export it as linear?

You mean that there is no speedup after 8 threads? How are you partitioning the mesh?

Here is an example of threaded assembling: https://github.com/KristofferC/JuAFEM.jl/pull/196. It includes a coloring function that colors cells so that no cells with the same color share a node. It is, therefore,...

The coloring time should be quite small compared to e.g. creating the sparsity pattern. It is only done once so its speed is not as important as the assembling.