Francesc Verdugo
Francesc Verdugo
@LeoXXVII Your last log looks OK! Now you should have a working GriadpGmsh.
Hi @kahaaga ! If you want to further contribute to the project. This would be a nice thing to have.
> how can I get the cell descriptions for the quadratic hex elements? Try this: ```julia vd=visualization_data(Ω,"",order=2); ```
Yes, and the general one is the "unshared" since it also allows one to visualise discontinuous functions as needed in advanced discretization methods like DG.
Hi @hammy4815, thanks for reporting. can you modify the compat section (link below) with the new version numbers and then open a PR? https://github.com/gridap/GridapMakie.jl/blob/26399574aa6d5eb4c48c9e8079c04d02e9daf56a/Project.toml#L15
Hi @learning-chip Thanks for sharing this nice example! Which part of the code do you think would make sense to add to GridapMakie? As a general rule, I would add...
Hi @hammy4815, the ci failed for this reason: "This request was automatically failed because there were no enabled runners online to process the request for more than 1 days." This...
Hi @hammy4815, the PR #71 has been merged. Can you pull this changes to your fork, and then update this PR?
Hi @hammy4815, Thanks for your new attempt! Since you never contributed to the project I need to manually accept the execution of the tests. Could you please do some dummy...
I guess it will depend on the number of points. If the vector is small you provably can replicate it on all processes and find which points are actually in...