← Back to team overview

yade-users team mailing list archive

Re: [Question #669990]: error using saveVtk() to get tesselation geometry

 

Question #669990 on Yade changed:
https://answers.launchpad.net/yade/+question/669990

    Status: Answered => Open

rhaven is still having a problem:
Hi Bruno,
Thank you for the quick reply. Ive added flow.emulateAction() as well as the following boundary conditions (otherwise i would get a bus error) 
	flow.dead=0
	flow.defTolerance=0.3
	flow.meshUpdateInterval=200
	flow.useSolver=3
	flow.permeabilityFactor=1
	flow.viscosity=10
	flow.bndCondIsPressure=[0,0,1,1,0,0]
	flow.bndCondValue=[0,0,1,0,0,0]
	flow.boundaryUseMaxMin=[0,0,0,0,0,0]
	O.dt=0.1e-3
	O.dynDt=False
	flow.emulateAction()
	flow.saveVtk()

The console output however from saveVtk() is:
0 : Vh==NULL!! id=0 Point=1.92862 1.65482 4.78545 rad=0.738095
1 : Vh==NULL!! id=1 Point=3.64074 2.16205 4.14654 rad=0.714286
2 : Vh==NULL!! id=2 Point=2.03866 3.15345 0.0887077 rad=0.690476
3 : Vh==NULL!! id=3 Point=3.56674 0.0664596 3.07013 rad=0.666667
4 : Vh==NULL!! id=4 Point=0.54744 0.471346 2.35463 rad=0.642857
5 : Vh==NULL!! id=5 Point=0.469151 1.40331 4.06784 rad=0.619048
6 : Vh==NULL!! id=6 Point=3.80346 1.90056 1.84533 rad=0.595238
7 : Vh==NULL!! id=7 Point=0.882771 2.24981 0.484466 rad=0.571429
8 : Vh==NULL!! id=8 Point=4.90384 3.31689 4.64228 rad=0.547619
9 : Vh==NULL!! id=9 Point=2.64444 4.79931 2.32225 rad=0.52381
10 : Vh==NULL!! id=10 Point=2.22052 1.92293 1.89341 rad=0.5
11 : Vh==NULL!! id=11 Point=1.71494 1.92762 3.09753 rad=0.47619
12 : Vh==NULL!! id=12 Point=0.988165 4.71568 0.649083 rad=0.452381
13 : Vh==NULL!! id=13 Point=3.12047 3.11159 4.68382 rad=0.428571
14 : Vh==NULL!! id=14 Point=2.58058 2.02467 2.95446 rad=0.404762
15 : Vh==NULL!! id=15 Point=4.8716 2.04733 1.46188 rad=0.380952
16 : Vh==NULL!! id=16 Point=1.43367 4.63815 3.07543 rad=0.357143
17 : Vh==NULL!! id=17 Point=4.30153 4.29709 4.99369 rad=0.333333
18 : Vh==NULL!! id=18 Point=3.33361 1.48195 0.298009 rad=0.309524
19 : Vh==NULL!! id=19 Point=1.96329 0.208186 4.32673 rad=0.285714
CHOLMOD error: invalid xtype
CHOLMOD error: argument missing
Segmentation fault (core dumped)

What does Vh=NULL mean and is this the cause of the CHOLMOD and
segmentation fault?

thank you
Jesse

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