Re: [Yade-users] [Question #706709]: Segmentation error

2023-06-09 Thread Launchpad Janitor
Question #706709 on Yade changed:
https://answers.launchpad.net/yade/+question/706709

Status: Needs information => Expired

Launchpad Janitor expired the question:
This question was expired because it remained in the 'Needs information'
state without activity for the last 15 days.

-- 
You received this question notification because your team yade-users is
an answer contact for Yade.

___
Mailing list: https://launchpad.net/~yade-users
Post to : yade-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yade-users
More help   : https://help.launchpad.net/ListHelp


Re: [Yade-users] [Question #706709]: Segmentation error

2023-05-25 Thread Jan Stránský
Question #706709 on Yade changed:
https://answers.launchpad.net/yade/+question/706709

Status: Open => Needs information

Jan Stránský requested more information:
> and provide the output

Cheers
Jan

-- 
You received this question notification because your team yade-users is
an answer contact for Yade.

___
Mailing list: https://launchpad.net/~yade-users
Post to : yade-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yade-users
More help   : https://help.launchpad.net/ListHelp


Re: [Yade-users] [Question #706709]: Segmentation error

2023-05-24 Thread Carine Tanissa
Question #706709 on Yade changed:
https://answers.launchpad.net/yade/+question/706709

Status: Needs information => Open

Carine Tanissa gave more information on the question:
It still gives the segmentation fault

-- 
You received this question notification because your team yade-users is
an answer contact for Yade.

___
Mailing list: https://launchpad.net/~yade-users
Post to : yade-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yade-users
More help   : https://help.launchpad.net/ListHelp


Re: [Yade-users] [Question #706709]: Segmentation error

2023-05-24 Thread Jan Stránský
Question #706709 on Yade changed:
https://answers.launchpad.net/yade/+question/706709

Status: Open => Needs information

Jan Stránský requested more information:
instead of
yade script.py
run
catchsegv yade script.py
and provide the output

Cheers
Jan

-- 
You received this question notification because your team yade-users is
an answer contact for Yade.

___
Mailing list: https://launchpad.net/~yade-users
Post to : yade-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yade-users
More help   : https://help.launchpad.net/ListHelp


Re: [Yade-users] [Question #706709]: Segmentation error

2023-05-24 Thread Carine Tanissa
Question #706709 on Yade changed:
https://answers.launchpad.net/yade/+question/706709

Status: Needs information => Open

Carine Tanissa gave more information on the question:
i m not sure what you are referring to

-- 
You received this question notification because your team yade-users is
an answer contact for Yade.

___
Mailing list: https://launchpad.net/~yade-users
Post to : yade-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yade-users
More help   : https://help.launchpad.net/ListHelp


Re: [Yade-users] [Question #706709]: Segmentation error

2023-05-22 Thread Jan Stránský
Question #706709 on Yade changed:
https://answers.launchpad.net/yade/+question/706709

Status: Open => Needs information

Jan Stránský requested more information:
what is the output of
catchsegv yade script.py
?

-- 
You received this question notification because your team yade-users is
an answer contact for Yade.

___
Mailing list: https://launchpad.net/~yade-users
Post to : yade-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yade-users
More help   : https://help.launchpad.net/ListHelp


Re: [Yade-users] [Question #706709]: Segmentation error

2023-05-22 Thread Carine Tanissa
Question #706709 on Yade changed:
https://answers.launchpad.net/yade/+question/706709

Status: Needs information => Open

Carine Tanissa gave more information on the question:
I am using Ubuntu within Windows Subsystem for Linux v. 2 and my Ubuntu is also 
22.04
My ayde version is 2022.01a

-- 
You received this question notification because your team yade-users is
an answer contact for Yade.

___
Mailing list: https://launchpad.net/~yade-users
Post to : yade-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yade-users
More help   : https://help.launchpad.net/ListHelp


Re: [Yade-users] [Question #706709]: Segmentation error

2023-05-19 Thread Jan Stránský
Question #706709 on Yade changed:
https://answers.launchpad.net/yade/+question/706709

Status: Open => Needs information

Jan Stránský requested more information:
Hello,

what is your OS and Yade version?
I was not able to reproduce the problem on Ubuntu 22.04 with both yade and 
yadedaily system packages

Cheers
Jan

-- 
You received this question notification because your team yade-users is
an answer contact for Yade.

___
Mailing list: https://launchpad.net/~yade-users
Post to : yade-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yade-users
More help   : https://help.launchpad.net/ListHelp


[Yade-users] [Question #706709]: Segmentation error

2023-05-18 Thread Carine Tanissa
New question #706709 on Yade:
https://answers.launchpad.net/yade/+question/706709

My code runs perfectly fine until i add the VTK exporter, it then runs a few 
steps and then shows a segmentation error.
Can you please help with the error?

Here is my code:
from __future__ import print_function
from yade import plot, polyhedra_utils
import numpy as np
wire = False


##
# Need to define polyhedral material for 
Ip2_PolyhedraMat_PolyhedraMat_PolyhedraPhys() to work


m = PolyhedraMat() #defines polyhedral properties
m.density = 0.026 #kg/mm^3 
m.Ks = 130E6
m.Kn = 160E6#Pa
m.frictionAngle = 0.6 #rad
O.materials.append(m) #adds material to yade


##
# Defining polyhedra shapes in terms of their vertices so technically defining 
vertices, dimaters are 1 cm

t1_coords =   ((0.33091155911506355, -0.3242136881048748, 
-0.33985697995026614),
   (0.33091155911506355, 0.38088860029783984, 
-0.33985697995026614),
   (-0.3662726180924643, -0.3242136881048748, 
-0.33985697995026614),
   (-0.08498849969921465, -0.3242136881048748, 
0.3440300800075135),
   (0.33091155911506355, 0.095674950813, 
0.3055457315613278),
   (0.33091155911506355, 0.38088860029783984, 
0.25920106521738856),
   (-0.3662726180924643, 0.38088860029783984, 
0.20493952283110147),
   (-0.3662726180924643, -0.3242136881048748, 
0.32033663438746235))


t2_coords = ((-0.14309681589806823, -0.2272260744496193, 
0.38401015387691325),
(0.358010967088001, -0.2272260744496193, 
0.38401015387691325),
(0.6643612513710932, -0.2272260744496193, 
-0.11312310165154156),
(0.09399535164170355, -0.2272260744496193, 
-0.4453308199780648),
(0.28983044257111084, 0.06624457321674196, 
-0.2657890485909965),
(-0.3263752923764808, 0.09806342306798776, 
-0.21177708099387714),
(-0.14309681589806823, 0.5961347452425924, 
0.05063802822300939),
(-0.27303541351821494, 0.2667732486219123, 
0.18065628098092602),
(0.37721690590733186, -0.0964985942102914, 
0.3057083518969001),
(-0.47649283929694435, -0.2272260744496193, 
-0.11312310165154156))


t3_coords =((0.2600238357760947, 0.2851848128988758, 
-0.24701557197894438),
   (0.16012830358156934, 0.3484895606572876, 
-0.18513953373961826),
   (-0.16008801057746095, 0.3484895606572876, 
-0.18513953373961826),
   (-0.26000224348968266, 0.2851848128988758, 
-0.24701557197894438),
   (-0.38471948905778405, 0.2025288577517229, 
-0.0915820081211398),
   (-0.38471948905778405, -0.20256899286437123, 
-0.0915820081211398),
   (-0.23030565260400093, -0.40365230950484085, 
0.2613542406089658),
   (-0.16008801057746095, -0.500774842940389, 
0.18311089846328836),
   (0.16012830358156934, -0.500774842940389, 
0.18311089846328836),
   (0.23034594560810932, -0.40365230950484085, 
0.2613542406089658),
   (0.38475978206189245, -0.20256899286437123, 
-0.0915820081211398),
   (0.38475978206189245, 0.2025288577517229, 
-0.0915820081211398),
   (0.23034594560810932, 0.40361217439219253, 
0.2613542406089658),
   (0.16012830358156934, 0.500734707827741, 
0.18311089846328836),
   (-0.16008801057746095, 0.500734707827741, 
0.18311089846328836),
   (-0.23030565260400093, 0.40361217439219253, 
0.2613542406089658),
   (-0.16008801057746095, 0.2025288577517229, 
0.4286664300572351),
   (-0.16008801057746095, -0.20256899286437123, 
0.4286664300572351),
   (0.16012830358156934, -0.20256899286437123, 
0.4286664300572351),
   (0.16012830358156934, 0.2025288577517229, 
0.4286664300572351),
   (0.16012830358156934, 0.2025288577517229, 
-0.4030812475869826),
   (-0.16008801057746095, 0.2025288577517229, 
-0.4030812475869826),
   (-0.16008801057746095, -0.20256899286437123, 
-0.4030812475869826),
   (0.16012830358156934, -0.20256899286437123, 
-0.4030812475869826),
   (0.2600238357760947, -0.2852249480115241, 
-0.24701557197894438),
   (0.16012830358156934, -0.348529695769936, 
-0.18513953373961826),
   (-0.16008801057746095, -0.348529695769936, 
-0.18513953373961826),
   (-0.26000224348968266, -0.2852249480115241, 
-0.24701557197894438))



t4_coords =((0.4254514979111890, 0.4106636864106340 
,0.4149508885978020),
(0.5684762836292130, 0.3280882876319440, 
0.3323754918191100