Jørgen Schartum Dokken
Jørgen Schartum Dokken
To be able to do so, I would need to set up `jupyterbook` with readthedocs (https://jupyterbook.org/en/stable/publish/readthedocs.html), which was not possible when the previous version was released, as DOLFINx was not...
This is out of the scope of the tutorials. As the tutorials are hosted on binderhub, I cannot access enough processes to illustrate performance. additionally, comparing to other software is...
@jiayingqi the results of the performance test is found at: https://fenics.github.io/performance-test-results/
I wouldn't call this a bug. The fundamentals code is mean to run in DOLFINx real mode, as it has no complex components. I've explained in detail how variational forms...
The default of the docker images is running dolfinx in real mode (if you are using `dolfinx/lab:nightly`, `dolfinx/dolfinx:nightly` or `dokken92/dolfinx_custom:10082022`) this is Also hard-coded into the notebooks: https://github.com/jorgensd/dolfinx-tutorial/blob/dokken/jupyterbook/chapter1/fundamentals_code.py#L10 as the...
@QLRO I observe that there are some stability issues after ~3.7 seconds. This is probably down to the mesh being to coarse (as the mesh depends on gmsh and its...
Stability of the method has been improved in: https://github.com/jorgensd/dolfinx-tutorial/pull/99
It would be good to have some examples of this complex processing to understand what is taking time as well (maybe there is a way of speeding it up).
> First, pyvista.start_xvfb() should be deleted. I tried to install the recommended packages but failed to run the code. I suspect this is because WSL for Windows 11 already supports...
> I'm running the code in the WSL as a Python file. you could try adding `export PYVISTA_OFF_SCREEN=True` in your environment. > I installed dolfinx using the PPA method and...