yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #14573
Re: Fixing the examples FEMxDEM
-
To:
yade-dev@xxxxxxxxxxxxxxxxxxx
-
From:
Janek Kozicki <janek_listy@xxxxx>
-
Date:
Mon, 28 Jan 2019 14:50:44 +0100
-
Face:
iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAALVBMVEUBAQEtLS1KSkpRUVFXV1dYWFhjY2Nzc3N3d3eHh4eKioqdnZ24uLjLy8vc3NxVIagyAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH2AIVEzgS1fgQtQAAAjRJREFUOMtt1DFv00AUAOAzFQNbjigSyoQaRaBMhKgLUyKXpVNNeUpk9vyDqFJhQ1kiBuaqAwJCqvPtSLY7RlTn5+5IdnYkkt/AOyfxXVLe5vf53Z1875kd34tOEax8djmj6GyjhB5bxz50GdsVZr9fqRjZwAtKOJw5Wqs2MMZ16ALHsaDncF7xAHix1oEFHAB8f+pRjcO4gfZDykcYzbiucRolOLUJ6kjA0xtVt+A6TySlM0RajIpK6DzwKZ/nOYbF/gclHMo1ZOHYY/+Ha+AWuM+3oMS4eeqYzZ8FiCltgUqI8cd2wwAVpJk+8LWYjBtnJdQpHQqJMd4Oxt4bU9ESiFGc5hkqaH74asAX4iabP5I5gZ+qjgGlJCqZa3h3lxhoeVcSE1qLQC4sqKOK9MGW9E3izFqqHokoztLFEgXg31sbZEKnWi2T74A4NxfVQqlkjKtcAWD+zcArFEES01dR0E/nnV0IgugmDd/2L84sOAouRBBHEc7gtc8teDkRlE0iNQPo2w3Xhh/D4TCIQ4LRLoTvgwjj6RRgavdurxYGMaIuGOyAW/PpNlCcU9/93AHenAWYjPoAwa+G3e3to/MgFNTAEKvKDjzuCzHTnY3qqdXtx24VijzQfZ0yewZ5cwRFQaa+mIYr1uI0I76+3W4xhlvoVRwOA0Fdl64HlJnxP6T8YpX/Lga4Wv4A3ErrU5oTfN7Mu/llXMl8RXEPji/lQkN3H7qXqgC2By47EXeU/7PJ/wPxRKMnuZwIeAAAAABJRU5ErkJggg==
-
In-reply-to:
<b93b8bf7-f0ba-ec7f-6733-0bce30bf54d5@grenoble-inp.fr>
Yes, thanks. I figured this out ;) Two of those FEMxDEM scripts are now
working for me. I will write in docs how to make them run.
Three are still not working. One of them seems to have a simple
mistake which I could probably fix (file footing.py):
from msFEM import MultiScale
msFEM does not exist. Available are msFEM2D, msFEM3D, msFEMup.
I suppose that I could just replace that with msFEM2D, because then it
works. But I have no way to tell if it works correctly, so maybe
better leave it as is.
The other two triaxialRough.py and undrain.py are complaining about
missing OPAL_SUCCESS and ompi_mpi_init. So I leave them for now.
Whoa, I see lots of gitlab activity in the morning. I will go and check
what happened :)
Bruno Chareyre said: (by the date of Mon, 28 Jan 2019 10:10:03 +0100)
> On 1/27/19 6:40 PM, Janek Kozicki wrote:
> > ImportError: No module named yadeimport
> In case you are wondering, that's the usual alias name for importing yade:
> ln -s yade yadeimport.py
>
> Just because python would not import without *.py.
>
> Bruno
>
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~yade-dev
> Post to : yade-dev@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~yade-dev
> More help : https://help.launchpad.net/ListHelp
--
Janek Kozicki http://janek.kozicki.pl/ |
References
-
Fixing the examples
From: Janek Kozicki, 2019-01-20
-
Re: Fixing the examples
From: Jan Stránský, 2019-01-20
-
Re: Fixing the examples
From: Janek Kozicki, 2019-01-20
-
Re: Fixing the examples
From: Bruno Chareyre, 2019-01-24
-
Re: Fixing the examples FEMxDEM
From: Janek Kozicki, 2019-01-27
-
Re: Fixing the examples FEMxDEM
From: Janek Kozicki, 2019-01-27
-
Re: Fixing the examples FEMxDEM
From: Janek Kozicki, 2019-01-27
-
Re: Fixing the examples FEMxDEM
From: Bruno Chareyre, 2019-01-27
-
Re: Fixing the examples FEMxDEM
From: Janek Kozicki, 2019-01-27
-
Re: Fixing the examples FEMxDEM
From: Bruno Chareyre, 2019-01-28