Ferrite.jl icon indicating copy to clipboard operation
Ferrite.jl copied to clipboard

Finite element toolbox for Julia

Results 271 Ferrite.jl issues
Sort by recently updated
recently updated
newest added

Doesn't play nicely with #435 though...

Hi, first I want to say thank you for creating this package! I was looking to use it to solve the complex valued Helmholtz equation, however I can't find any...

https://github.com/Ferrite-FEM/Ferrite.jl/issues/453

Following up on our discussion from last week, here comes a suggestion on how to handle mixed grids in a more data-oriented manner. The main gripes about the current implementation...

The new ExclusiveTopology returns an incomplete neighborhood when asking for self-inclusion of the element (e.g. getneighborhood(top, grid, cellidx; include_self=true) - this case is not covered by our unit tests https://github.com/Ferrite-FEM/Ferrite.jl/blob/master/test/test_grid_dofhandler_vtk.jl#L313-L338...

bug
docs

REPL printing of a grid relied on the const dictionary celltypes. This suggestion uses the `repr` of each `typeof(cell)` instead, which makes it easy to have REPL printing of grid...

Hey together, @termi-official and me set up an example how to connect JuAFEM with DiffEq. We have some remaining discussion points: ## Remaining discussion points - ~~If we add further...

Starting an example using both mixed grid and fields on subsets of the domain: Porous media with embedded impermeable particles. Probably relevant to see how it is affected by PR...