Henrik Finsberg
Henrik Finsberg
One thing that is very useful when working with simulation software is to have some way to compare the results with other similar simulation frameworks. Benchmarks are very useful to...
When trying to get an edge that is not present in the graph it will give a `KeyError`, but I think it would be better to have an error message...
### Describe the bug **context** When I do try to execute a code cell that show a plotly figure, e.g the code snippet from https://jupyterbook.org/en/stable/interactive/interactive.html?highlight=mime#plotly, i.e ```python import plotly.io as...
Hi! Thanks for a great library. I am using `cppyy` inside Docker on my M1 mac, and it takes forever to install `cppyy` from source. I see that you have...
I am using the book-theme to create a collection of articles. At the end of each article I want a reference list. `mystmd` seems to create a reference list whenever...
According to https://adios2.readthedocs.io/en/v2.9.2/components/components.html#beginstep we should always make sure to wrap all reads and writes into begin - end step blocks, so we should just make sure to add this as...
In legacy dolfin, each function where stored with a `cells` group. I suspect this has something to do with the partition used when saving the file, but currently this information...
Add better error message and more docs for adressing float precision issue when reading functions. - Update the error message emitted when you hit this error. - Add a test...
Consider the following example where we want to save some function after a time loop and then later we would like to read in the same function (this could also...