Dennis Ogiermann

Results 121 issues of Dennis Ogiermann

Currently we just have an allocating version for `evaluate_at_points` and the internal function `evaluate_at_points!` which requires knowledge about the internals to use. We should widen the user-facing portion by adding...

enhancement
good first issue

First, thanks for the great ecosystem! ModelingToolkit really looks promising. I think I run into a limitation with the current design of CellMLToolkit. From my understanding it simply parses the...

Addresses #93 , which is basically caused by `list_params` and `list_states` returning a vector with entries of type any instead of a concrete type.

In case someone else also wondered why the Kelly error indicator required tolerances far below the ZZ estimators: It turns out the jump integrals in the Kelly error indicator are...

amr
in-review

Documenter.jl allows the usage of urls containing subpaths (e.g. https://ferrite-fem.github.io/FerriteViz.jl/previews/PR70/tutorial/ for the documentation with base url https://ferrite-fem.github.io/FerriteViz.jl/previews/PR70/), ~~but from my understanding the include takes the current path to search for...

Prototype to resolve #411 . ## Checklist - [ ] Appropriate tests were added - [ ] Any code changes were done in a way that does not break public...

HYPRE has some nice GPU solvers which could be made conditionally available.

In this branch and PR I develop the preparation for the upcoming Ferrite release. ## TODOs * [x] Replace `transfer_quadrature_face_to_cell` with the Ferrite internal one * [x] Remove `getgrid` ##...