Ian Hammond
Ian Hammond
See #907 . This PR adds the get_cell_weights() methods required to access lower level access to quadrature points.
See https://github.com/gridap/GridapMakie.jl/issues/62#issuecomment-1938923425 My working dependency versions: ``` [13f3f980] CairoMakie v0.11.8 [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 ```
This (incomplete) PR contains the initial changes for the nonlinear heater by introducing a temperature dependent thermal conductivity. Currently, the nonlinear transient takes way too long. So this needs to...
Hi all. This PR contains my implementation for visualization of the 3D heater. I am using GridapMakie with some extra work around it to make it more readable and allow...