Tutorials
Tutorials copied to clipboard
Start solving PDEs in Julia with Gridap.jl
Wrong argument order.
In Gridap 0.18, Tutorial 17 (transient equations) is broken in multiple ways: Most importantly, ```julia u₀ = interpolate_everywhere(0.0,U(0.0)) t₀ = 0.0 T = 10.0 uₕₜ = solve(ode_solver,op,u₀,t₀,T) ``` yields ```...
Hi, I get the following error when running the [Tutorial 18 - Topology optimization](https://gridap.github.io/Tutorials/dev/pages/t018_TopOptEMFocus/#Tutorial-18:-Topology-optimization-1) `MethodError: no method matching Float64(::ForwardDiff.Dual{ForwardDiff.Tag{Gridap.Fields.var"#89#90"{Λ{NamedTuple{(:k, :n_metal, :n_air, :μ, :R, :dpml, :LHp, :LHn), Tuple{Float64, ComplexF64, Int64, Int64,...
Trying to run `GmshDiscreteModel` on a `.msh` files results in segmentation fault using ``` julia> VERSION v"1.12.2" ``` and the Tutorials repo as cloned from the current repo. I have...
This PR expands the Poisson tutorial with additional explanations to help beginners. I added: • Intro explanation of the weak form and how it connects to a(u,v) and b(v) •...
Hi, I am graduate researcher in computational science as well as a new user of Gridap, it is really amazing and is the best Julia package I have seen so...