1111
1
Hello, I have a problem with usage of FEniCS image. I would like to convert mesh with fenics-dolfin, but I have got some error. Can anybody help?
I have used commands:
- docker run -it -v ‘/c/docker’:/home/fenics/shared fenicsproject/stable
- go to shared/tmp
- in tmp there are no files, I don`t know why.
- try dolfin-convert ff8.msh ff8.xml
- got some error
Thanks in advance.)
(PS. Cannot add screens)
dokken
2
Hi,
Could you share the output of
ls /c/docker
on your local machine?
Anyway, i would not recommend using dolfin-convert any longer, as it is not maintained. See:
1111
3
With docker I can see files in directory, but with FEniCS not.
Thnaks for advice about dolfin)
dokken
5
Could you do echo $(pwd)
in that folder?
dokken
7
Could you run the command i proposed above. It will tell you the full path to Where you are.
SImilar to this
jsd55@c-19-28 ~/Documents echo $(pwd)
/home/jsd55/Documents
dokken
10
Try without the string encapsulation.
1111
11
What do You mean by string encapsulation?
dokken
12
docker run -it -v /c/docker:/home/fenics/shared fenicsproject/stable
1111
13
It doesn`t help I have tried different ways.
dokken
14
This is not a fenics issue. But have you tried sharing any other directory?
dokken
16