Eric Neiva

Results 22 comments of Eric Neiva

Hi, @JonasIsensee, I would say that having `Physical Point("boundary", 5) = {1};` also works. Thus, you can group all GMSH entities lying at the Dirichlet boundary under the same tag...

I think this "trick" is implied in the first gotcha point in [GridapGmsh readme](https://github.com/gridap/GridapGmsh.jl). What do you think? If so, maybe it's a little bit obscure and could use a...

Hi, @amartinhuertas, good question! I didn't look into that. I barely have experience with the transient machinery and I would need some time to figure out why the tests were...

Hi, @LoveFrootLoops, maybe you can find some assistance in this related discussion https://github.com/gridap/Gridap.jl/issues/908 and the gitter discussion it is referring to https://matrix.to/#/!mSZoaZwNZhWulNruaK:gitter.im/$08HwU3kACfNW6x6Dj6rswjgoOpXfGCJbgmWkzxzrerA?via=gitter.im&via=matrix.org&via=tu-dresden.de Btw, could you please modify the code such...

Hi, @isakhammer, > ERROR: LoadError: MethodError: no method matching update!(::Gridap.ODEs.ODETools.RungeKuttaNonlinearOperator, ::Int64, ::Vector{Vector{Float64}}, ::Int64) Closest candidates are: update!(::Gridap.ODEs.ODETools.RungeKuttaNonlinearOperator, ::Float64, ::AbstractVector, ::Int64) at ~/.julia/packages/Gridap/971dU/src/ODEs/ODETools/RungeKutta.jl:220 Concerning the `RungeKutta_TRBDF2_3_3_2` error, have you tried setting...

Yes, exactly, @oriolcg. Thanks for clarifying this.

Hi, @andreasvarga, your TagBot workflow is giving a GitHub 502 exception, see [here](https://github.com/andreasvarga/PeriodicSystems.jl/actions/runs/5918575847/job/16048045440#step:3:42). Other people like me are experiencing the same issue, unfortunately, I don't know how to fix it.

@andreasvarga I re-run all jobs of my TagBot trigger issue action that failed and it generated the tag. Have you tried that too [on your own trigger issue](https://github.com/andreasvarga/PeriodicSystems.jl/actions/runs/5918575847/job/16048045440#step:3:42)?

Hi, @plut, I have recently needed to compute a convex hull and managed to do it with MiniQhull.jl (in a slightly dirty way and possibly unstable, I need to test...

Hi, @cenmir, Thank you so much for reporting this :) What you describe is very clear. I agree with the fix and it should be propagated to other geometries. Feel...