Welcome, Guest. Please Login.
OpenDX User Forum
05/22/13 at 15:40:23
News: OpenDX 4.4.4 source code now available.


Pages: 1
ERROR: Import: Invalid data: #10714  ... &nbs (Read 747 times)
stluoustc
Forum Newbie
*


Got Viz?

Posts: 1
ERROR: Import: Invalid data: #10714  ... &nbs
07/24/11 at 19:18:36
 
Dear All,
 
I am new to opendx.   Please see the following a .dx data file, which is a test for finite element solution.
 
I tried to import the data. But always got the error message as in title.  Could anyone please tell me what is wrong?
 
Thanks in advance
 
Luo
 
 
object 1 class array type float rank 1 shape 3 items 14 data follows
0.000000 0.000000 0.000000
1.000000 0.000000 0.000000
1.000000 1.000000 0.000000
0.000000 1.000000 0.000000
0.000000 0.000000 1.000000
1.000000 0.000000 1.000000
1.000000 1.000000 1.000000
0.000000 1.000000 1.000000
0.500000 0.500000 0.000000
0.500000 0.500000 1.000000
0.000000 0.500000 0.500000
1.000000 0.500000 0.500000
0.500000 0.000000 0.500000
0.500000 1.000000 0.500000
object 2 class array type int rank 1 shape 4 items 24 data follows
        14          9          4          3
        12         14          7          3
         9         12          2          3
        12          9         13         10
        13          9          2          1
        14         11          9         10
         9          1         11          4
         7          6         10         12
        13          6         10          5
        10         14          8          7
         9         10         12         14
        11         10         13          9
        12         13          2          6
         1         13         11          5
         8         10          5         11
         8          4         14         11
        13          1         11          9
        13          9         12          2
         9         14         12          3
         7         10         14         12
         4         11          9         14
        13         12         10          6
        11         13         10          5
         8         14         10         11
attribute "element type" string "tetrahedra"
attribute "ref" string "positions"
object 3 class array type float rank 0 items 14 data follows
0.000000
0.000000
0.000000
0.000000
0.000000
0.000000
0.595823
0.000000
0.000000
0.193411
0.000000
0.193411
0.000000
0.193411
attribute "dep" string "positions"
object "irregular positions irregular connections" class field
component "positions" value 1
component "connections" value 2
component "data" value 3
end
Back to top
 
 
  IP Logged
joelr
OpenDX Forum Administrator
*****


Got Viz?

Posts: 388
Re: ERROR: Import: Invalid data: #10714  ... &nbs
Reply #1 - 07/25/11 at 04:10:32
 

It looks like you are using 1-based indexes in the connections component.
DX wants 0-based indexes.
 
Joel
Back to top
 
 
Email   IP Logged
Pages: 1