[Yade-dev] [Bug 1796883] Re: STL import breaks serialization; O.load; Facet must have exactly 3 vertices (not 6)

2018-10-12 Thread Alexander Eulitz [Eugen]
In the Facet.cpp I found the following comment. Maybe this rings a bell for somebody? void Facet::postLoad(Facet&) { // if this fails, it means someone did vertices push_back, but they are resized to 3 at Facet initialization already // in the future, a fixed-size array should be

[Yade-dev] [Bug 1796883] [NEW] STL import breaks serialization; O.load; Facet must have exactly 3 vertices (not 6)

2018-10-09 Thread Alexander Eulitz [Eugen]
Public bug reported: Ubuntu 16.04 in virtual machine on windows host affects yade package and yadedaily 2018.02b-201447edfd~xenial Hi, there is a problem when you import an stl file to your simulation, save the simulation via O.save and O.load afterwards. You will get a RuntimeError: Facet

[Yade-dev] [Bug 1776853] Re: ImportError: cannot import name QtWebkit

2018-10-09 Thread Alexander Eulitz [Eugen]
Please see [1] for similar problem and solution by Klaus: https://answers.launchpad.net/yade/+question/446239 -- You received this bug notification because you are a member of Yade developers, which is subscribed to Yade. https://bugs.launchpad.net/bugs/1776853 Title: ImportError: cannot

[Yade-dev] [Bug 1654498] [NEW] clipping planes cannot manipulated in the dispay gui

2017-01-05 Thread Alexander Eulitz [Eugen]
Public bug reported: Just recognized that changing position or orientation of any clipping plane in the display tab of the controller gui doesnt change anything. Values are reset after a moment to the original value. However modifying clipping planes pressing F1 (F2 or F3) and using mouse is

Re: [Yade-dev] [Bug 1604266] Re: yade not working prpoperly onUbuntu/Kubuntu 16.04

2016-07-21 Thread Alexander Eulitz [Eugen]
Hi, just reading through and saw that you get this error: " QColor::setRgbF: RGB parameters out of range" I got this error multiple times under Ubuntu 14.04 and could not fix it. regrads Alex -Ursprüngliche Nachricht- Von: Yade-dev

[Yade-dev] [Bug 1457080] [NEW] VTKRecorder: Unknwon recorder names 'coordNumber'

2015-05-20 Thread Alexander Eulitz [Eugen]
Public bug reported: hi there, I get the folowing error after I selecting the coordNumber recorder in my script: VTKRecorder(virtPeriod=0.1,fileName=vtkpath, label='vtkrecorder', recorders=['spheres','facets', 'intr', 'id', 'velocity', 'stress', 'force', 'coordNumber'], skipFacetIntr=False,

[Yade-dev] [Bug 1457080] Re: VTKRecorder: Unknwon recorder names 'coordNumber'

2015-05-20 Thread Alexander Eulitz [Eugen]
#added yade version Yade 1.12.0-94-459085d~trusty -- You received this bug notification because you are a member of Yade developers, which is subscribed to Yade. https://bugs.launchpad.net/bugs/1457080 Title: VTKRecorder: Unknwon recorder names 'coordNumber' Status in Yet Another Dynamic

[Yade-dev] [Bug 1153629] Re: missing documentation of viscous damping

2015-03-09 Thread Alexander Eulitz [Eugen]
documentation for local damping is given [1], [1] https://yade-dem.org/doc/formulation.html#numerical-damping I dont think so. Global damping is described there as the damping is done in Newton Integrator and not at individual contacts. Cheers, Alex -- You received this bug notification

[Yade-dev] [Bug 1394942] [NEW] Bug in Generate-CapillaryTriaxialTest

2014-11-21 Thread Alexander Eulitz [Eugen]
Public bug reported: Hi, I just stumbled upon this error after I clicked in yadedaily in qtController - generate - CapillaryTriaxialTest - and then start simulation. Seems to be related to capillary features maybe. Normal generated TriaxialTest Working. ERROR

[Yade-dev] [Bug 1360371] Re: Law2_ScGeom_ViscElPhys_Basic - Mass Always Equals 1

2014-08-25 Thread Alexander Eulitz [Eugen]
Thanks for pointing that out and for presenting the script! -- You received this bug notification because you are a member of Yade developers, which is subscribed to Yade. https://bugs.launchpad.net/bugs/1360371 Title: Law2_ScGeom_ViscElPhys_Basic - Mass Always Equals 1 Status in Yet Another

[Yade-dev] [Bug 1304878] Re: Openblas breaks openmp

2014-05-26 Thread Alexander Eulitz [Eugen]
concerning post #1: for removing single packages without dependencies use sudo dpkg -r --force-depends libopenblas-base sudo dpkg -r --force-depends libopenblas-dev This worked for me on 12.04LTS for reenabling multicore calculation. Nevertheless the now missing dependencies will be reinstalled

[Yade-dev] [Bug 1290194] Re: O.reset() does not free memory

2014-03-11 Thread Alexander Eulitz [Eugen]
I can confirm this bug. Some time ago I wrote a (python) script which calls yade for performing a sphere drop with changing parameters. IN this script yade way invoked once and after a sphere drop was finished simulation was reset for the next parameter set. It ended up in about 30.000

[Yade-dev] [Bug 1275851] Re: yadedaily will not install (ubuntu 12.04)

2014-03-11 Thread Alexander Eulitz [Eugen]
problem is solved. There was a line (sudo apt-get update) missing in installtion instructions: sudo bash -c 'echo deb http://www.yade-dem.org/packages/ precise/ /etc/apt/sources.list' wget -O - http://www.yade-dem.org/packages/yadedev_pub.gpg | sudo apt-key add - sudo apt-get update sudo

[Yade-dev] [Bug 1223348] [NEW] Yade starts without graphical interface

2013-09-10 Thread Alexander Eulitz [Eugen]
Public bug reported: Today I stumbled upon a bug in the startup script of Yade[1]. In my eyes this bug won't affect a lot of people. I created a new user User1 on our Yade-Server. This user will run yade via remote connection (from ubuntu 12.04 LTS using rdesktop). (To be more precise the setup

[Yade-dev] [Bug 1223348] Re: Yade starts without graphical interface

2013-09-10 Thread Alexander Eulitz [Eugen]
** Description changed: Today I stumbled upon a bug in the startup script of Yade[1]. In my eyes this bug won't affect a lot of people. I created a new user User1 on our Yade-Server. This user will run yade via remote connection (from ubuntu 12.04 LTS using rdesktop). (To be more

[Yade-dev] [Bug 1217770] Re: boot failure after an upgrade of yade-daily

2013-09-08 Thread Alexander Eulitz [Eugen]
Try installing the dev package of openblas, like suggested by the initiator of this bug report: sudo apt-get install libopenblas-dev For me this worked -- You received this bug notification because you are a member of Yade developers, which is subscribed to Yade.

[Yade-dev] [Bug 1183402] Re: Segmentation fault by importing scipy.interpolate

2013-05-23 Thread Alexander Eulitz [Eugen]
[Kubeu] for details see - https://answers.launchpad.net/yade/+question/229455 -- You received this bug notification because you are a member of Yade developers, which is subscribed to Yade. https://bugs.launchpad.net/bugs/1183402 Title: Segmentation fault by importing scipy.interpolate