Mohamed Tarek

Results 405 comments of Mohamed Tarek

With the exception of mesh refinement which I have no experience in, VTK itself supports multiple base mesh types: 1. Unstructured mesh (can be homogeneous or heterogeneous), 2. Structured mesh...

I think some basic PR that supports Makie would be a good starting point. Then it becomes obvious how to extend it to different types of meshes and elements. I...

Jacobians here are very slow which I think is largely due to https://github.com/gdalle/ImplicitDifferentiation.jl/issues/59

Thanks for opening the issue and the reference. I won't have time to work on this for a while. Would be nice for you to take a crack at this...

A combination of this and https://github.com/ThummeTo/ForwardDiffChainRules.jl can work yes. And it can be used with Turing if you use ChainRules-compatible AD or ForwardDiff with the above package.

It can be used assuming we have BK implemented here which we don't yet.

I will, once tests and docs are cleaned up. See the other issues. Registering the package was the intention when @bkamins transferred this repo to me.

Do we need the benchmarks on the README? It would be simpler to have examples and some inline run times. Getting benchmarks right is not an easy (or easily reproducible)...

Do you have the code that was used to generate these benchmark plots?

I don't think `tmap` and `tmapreduce` make any assumption about the threadid. `getrange` is not used anywhere.