Ian Hammond
Ian Hammond
> hi @hammy4815 ! Thanks for the PR. It turns out that the tests failed in Github actions. Can you please run Gridap tests locally and see if the problem...
This is great, Thank you Francesc! I think with this I can properly construct the gradient I need. Just to ensure I am parsing this correctly, if I wanted to...
> Feel free to add the new function `get_cell_weights` in this file. I it can be useful also for others. > > https://github.com/gridap/Gridap.jl/blob/master/src/CellData/DomainContributions.jl Gotcha, will do. I'm trying to figure...
> I am not sure what u_vec and v_vec are, but perhaps you are looking for something like this: Great! This is what I needed. Thank you! I will create...
Hi @fverdugo , I've been able to locally remove the compat section (M1 chip), update all dependencies, and use the recipes without any issues. ``` [5789e2e9] FileIO v1.16.2 [1a297f60] FillArrays...
Hi @fverdugo , I've updated again to the most recent dependencies: ``` [5789e2e9] FileIO v1.16.2 [1a297f60] FillArrays v1.9.3 [e9467ef8] GLMakie v0.9.8 [5c1252a2] GeometryBasics v0.4.10 [56d4f2e9] Gridap v0.17.23 [ee78f7c6] Makie v0.20.7...
Sure, no problem @fverdugo . I just [opened a PR](https://github.com/gridap/GridapMakie.jl/pull/69#issue-2130601766).
I think the issues above were caused from trying to compile the docs (which calls GridapMakie and then Gridap dependencies) with Julia v1.6 instead of 1.9, so I just pushed...
The only tests that are failing are: ```Julia fig, _ , sc = plot(Γ, uh, colormap=:algae) ``` ```Julia fig, _ , plt = plot(Λ, jump(n_Λ⋅∇(uh))) ``` Because of the same...
There seems to be some sort of bug specifically with how the shaders for GLMakie are being called, and strangely this only happens for SkeletonTriangulations and BoundaryTriangulations. The bug does...