Jørgen Schartum Dokken
Jørgen Schartum Dokken
As @chrisrichardson is doing a major restructuring of FFCx, I'll merge this very soon, as it keeps getting tedious to resolve merge conflicts in FFCx.
I dont think so
I'll have a closer look once dolfinx v0.8.0 has been released, as I added some functionality to adios4dolfinx to store multiple time steps in the same file, making it easier...
As I do not believe there is any benefit of allow all demos to be ran in complex mode (as all input is real), I will close this PR for...
See #26 .
I have the same issue
That is a very good question. I'm currently using the `docker image` of FEniCS, `docker run -ti quay.io/fenicsproject/stable:current`, then cloning and installing as: ``` git clone https://github.com/mikaem/fenicstools.git cd fenicstools sudo...
``` /home/fenics/local/lib/python3.6/site-packages/fenicstools/__init__.py(6)() -> from fenicstools.Probe import Probe, Probes, StatisticsProbe, StatisticsProbes (Pdb) s --Call-- > (966)_find_and_load() (Pdb) n > (968)_find_and_load() (Pdb) n > (969)_find_and_load() (Pdb) n > (970)_find_and_load() (Pdb) n >...
So list of stuff i needed when using the stable `fenics-docker image`: 1. Run the python program as `sudo` 2. **Install cppimport**: `sudo pip3 install cppimport` 3. **Install python3-h5py and...
> And I should add `install_requires` with cppimport, python3-h5py and pyvtk to my setup:-) Note that python3-h5py is probably serial. Do you know how to get the parallel mpi version?...