Kristoffer Carlsson

Results 400 issues of Kristoffer Carlsson

https://github.com/Ferrite-FEM/Ferrite.jl/blob/f7f2592bd26e8005a739cfe19169097c0146e269/docs/src/literate-tutorials/linear_shell.jl#L267 Should this be a Ferrite function?

I was wondering how the heck https://github.com/Ferrite-FEM/Ferrite.jl/blob/f7f2592bd26e8005a739cfe19169097c0146e269/docs/src/literate-tutorials/porous_media.jl#L253 was working when I couldn't find a reference to it in the repo or anywhere. In my opinion it is better to download...

https://github.com/Ferrite-FEM/Ferrite.jl/blob/f7f2592bd26e8005a739cfe19169097c0146e269/docs/src/literate-gallery/topology_optimization.jl#L194-L216 Some problems with this code: - `_nfacets = nfacets(dh.grid.cells[1]) ` - `dh.grid` is an implementation detail? - `opp` could be a tuple - It should use `get_facet_facet_neighborhood` instead (but...

```julia using Ferrite const n = 20 const grid = generate_grid(Hexahedron, (n, n, n)) const dh = DofHandler(grid) add!(dh, :u, Lagrange{RefHexahedron, 2}()^3) add!(dh, :p, Lagrange{RefHexahedron, 1}()) add!(dh, :q, DiscontinuousLagrange{RefHexahedron, 1}())...

```julia const grid = generate_grid(Hexahedron, (n, n, n)) const topology = ExclusiveTopology(grid) const dh = DofHandler(grid) const dh = DofHandler(grid) add!(dh, :u, Lagrange{RefHexahedron, 2}()^3) add!(dh, :p, Lagrange{RefHexahedron, 1}()) add!(dh, :q,...

Try click https://pkgdocs.julialang.org/v1/environments/#**4.**-Working-with-Environments while having a narrow window. The result should be similar to: ![gnome-shell-screenshot-fkc0r5](https://user-images.githubusercontent.com/1282691/194018192-6e216328-a0da-4ac0-a7da-505490d2110f.png) The header is hidden by the top bar and it is a bit confusing since...

Format: HTML
Type: Bugfix

we can use `Base.pkgversion` if we restrict ourselves to julia 1.9+

Backported PRs: - [x] #55886 - [x] #55867 - [x] #56084 - [x] #56088 - [x] #54093 - [x] #56165 - [x] #56148 - [x] #56174 - [x] #56159 -...

release

Backported PRs: - [x] #51755 - [x] #55329 - [x] #55365 - [x] #55483 - [x] #55268 - [x] #55504 - [x] #55524 - [x] #41244 - [x] #55829 -...

release