3671 lines
256 KiB
Plaintext
3671 lines
256 KiB
Plaintext
|
|
|
||
|
|
|
||
|
|
* * * * * * * * * * * * * * * * * * * * * * * * *
|
||
|
|
* * *
|
||
|
|
* * Program: LaGriT V3.330 Linux *
|
||
|
|
* * date_compile: 2021/10/15 test *
|
||
|
|
* * Run Time: 2021/Nov 4 17:07:20 *
|
||
|
|
* * Manual: http://lagrit.lanl.gov *
|
||
|
|
* * *
|
||
|
|
* * * * * * * * * * * * * * * * * * * * * * * * *
|
||
|
|
|
||
|
|
-----oOo-----
|
||
|
|
LaGriT V3 LA-CC-15-069 https://github.com/lanl/LaGriT
|
||
|
|
Copyright 2016. Triad National Security, LLC. All rights reserved. This
|
||
|
|
program was produced under U.S. Government contract 89233218CNA000001
|
||
|
|
for Los Alamos National Laboratory (LANL), which is operated by Triad
|
||
|
|
National Security, LLC for the U.S. Department of Energy/National Nuclear
|
||
|
|
Security Administration. All rights in the program are reserved by Triad
|
||
|
|
National Security, LLC, and the U.S. Department of Energy/National Nuclear
|
||
|
|
Security Administration. The Government is granted for itself and others
|
||
|
|
acting on its behalf a nonexclusive, paid-up, irrevocable worldwide license
|
||
|
|
in this material to reproduce, prepare derivative works, distribute copies
|
||
|
|
to the public, perform publicly and display publicly, and to permit others to
|
||
|
|
do so. This software is open source and available under the BSD-3 License.
|
||
|
|
-----oOo-----
|
||
|
|
|
||
|
|
|
||
|
|
Output log file: outx3dgen
|
||
|
|
Command log file: logx3dgen
|
||
|
|
|
||
|
|
**********************************************************
|
||
|
|
*TEST intrp/voronoi (lagrit_input_voronoi)
|
||
|
|
*
|
||
|
|
* Test grid-to-grid interpolation
|
||
|
|
* voronoi (or nearest) interpolation method
|
||
|
|
* copy value of nearest source point to sink point
|
||
|
|
*
|
||
|
|
* This input deck starts with demo problems used for manual
|
||
|
|
* Tests include various element to element types
|
||
|
|
* and various interpolation settings valid for voronoi method
|
||
|
|
* Tests include the following sink <- source interpolations
|
||
|
|
*
|
||
|
|
* Demo 01 TRI imt <- HEX imt
|
||
|
|
* Demo 02 QUAD imt <- QUAD imt
|
||
|
|
* Demo 03 TRI imt <- TET imt
|
||
|
|
* 04 TRI imtreal <- HEX imtreal with pset selection
|
||
|
|
* 05 TRI imt <- HEX imt with min tiebreaker
|
||
|
|
* 06 TRI <- TET
|
||
|
|
* 07 TRI <- QUAD
|
||
|
|
* 08 TRI <- TRI
|
||
|
|
* 09 QUAD <- TRI
|
||
|
|
* 10 HEX <- TET
|
||
|
|
* 11 TET <- HEX
|
||
|
|
* 12 QUAD INT <- TRI INT
|
||
|
|
* 13 REAL <- REAL
|
||
|
|
* 14 INT <- REAL
|
||
|
|
* 15 REAL <- INT
|
||
|
|
*
|
||
|
|
* Terry Cherry 2/01/2001
|
||
|
|
* Note: replace gmv binary with avs ascii
|
||
|
|
* remove unneeded merged views
|
||
|
|
**********************************************************
|
||
|
|
*-----------------------------------------------------
|
||
|
|
* Demo 01 TRI imt <- HEX imt
|
||
|
|
* copy integer imt values from source to sink grid
|
||
|
|
* HEX - read the coarse hex source grid
|
||
|
|
read avs input_3d_hex.inp cmo_src
|
||
|
|
cmo/addatt/cmo_src/imtreal/VDOUBLE/scalar/nnodes/linear/permanent/gxaf/0.0
|
||
|
|
finish
|
||
|
|
cmo/addatt/cmo_src/itetreal/VDOUBLE/scalar/nelements/linear/permanent/gxaf/0.0
|
||
|
|
finish
|
||
|
|
geniee
|
||
|
|
finish
|
||
|
|
cmo/status/brief
|
||
|
|
|
||
|
|
The current-mesh-object(CMO) is: cmo_src
|
||
|
|
|
||
|
|
1 Mesh Object name: cmo_src
|
||
|
|
number of nodes = 98 number of elements = 36
|
||
|
|
dimensions geometry = 3 element type = hex
|
||
|
|
dimensions topology = 3 8 nodes 6 faces 12 edges
|
||
|
|
boundary flag = 16000000 status = active
|
||
|
|
|
||
|
|
|
||
|
|
finish
|
||
|
|
* TRI - read the refined triangle sink grid
|
||
|
|
read avs input_2d_hires.inp cmo_sink
|
||
|
|
cmo/addatt/cmo_sink/imtreal/VDOUBLE/scalar/nnodes/linear/permanent/gxaf/0.0
|
||
|
|
finish
|
||
|
|
cmo/addatt/cmo_sink/itetreal/VDOUBLE/scalar/nelements/linear/permanent/gxaf/0.0
|
||
|
|
finish
|
||
|
|
geniee
|
||
|
|
finish
|
||
|
|
cmo/status/brief
|
||
|
|
|
||
|
|
The current-mesh-object(CMO) is: cmo_sink
|
||
|
|
|
||
|
|
1 Mesh Object name: cmo_src
|
||
|
|
number of nodes = 98 number of elements = 36
|
||
|
|
dimensions geometry = 3 element type = hex
|
||
|
|
dimensions topology = 3 8 nodes 6 faces 12 edges
|
||
|
|
boundary flag = 16000000 status = inactive
|
||
|
|
|
||
|
|
2 Mesh Object name: cmo_sink
|
||
|
|
number of nodes = 400 number of elements = 722
|
||
|
|
dimensions geometry = 3 element type = tri
|
||
|
|
dimensions topology = 2 3 nodes 3 faces 3 edges
|
||
|
|
boundary flag = 16000000 status = active
|
||
|
|
|
||
|
|
|
||
|
|
finish
|
||
|
|
* initialize sink attribute to find errors
|
||
|
|
cmo setatt cmo_sink imt1 5
|
||
|
|
400 values reset for attribute imt1
|
||
|
|
|
||
|
|
intrp/voronoi/cmo_sink imt1/1,0,0/cmo_src imt1/
|
||
|
|
nodes in indexed point set = 400
|
||
|
|
|
||
|
|
INTRP METHOD: voronoi FUNCTION: max
|
||
|
|
TIEBREAKER: maxtie FLAG: plus1 0.400000000000E+01
|
||
|
|
|
||
|
|
|
||
|
|
Build kdtree0 done - assign nearest node for each.
|
||
|
|
|
||
|
|
|
||
|
|
Sink point Points Searched Points Found Percent Done
|
||
|
|
|
||
|
|
101 202 101 25 %
|
||
|
|
201 402 201 50 %
|
||
|
|
301 602 301 75 %
|
||
|
|
400 800 400 100%
|
||
|
|
|
||
|
|
Total Source Nodes: 98
|
||
|
|
Total Sink Nodes: 400
|
||
|
|
|
||
|
|
|
||
|
|
interpolate/voronoi done.
|
||
|
|
|
||
|
|
cmo select cmo_sink
|
||
|
|
finish
|
||
|
|
cmo kdtree release
|
||
|
|
finish
|
||
|
|
dump avs output_vor01.inp cmo_sink
|
||
|
|
cmo/modatt/-def-/-def-/ioflag/x
|
||
|
|
finish
|
||
|
|
* begin compare here
|
||
|
|
cmo status cmo_src
|
||
|
|
|
||
|
|
The current-mesh-object(CMO) is: cmo_sink
|
||
|
|
|
||
|
|
1 Mesh Object name: cmo_src
|
||
|
|
number of nodes = 98 number of elements = 36
|
||
|
|
dimensions geometry = 3 element type = hex
|
||
|
|
dimensions topology = 3 8 nodes 6 faces 12 edges
|
||
|
|
boundary flag = 16000000 status = inactive
|
||
|
|
|
||
|
|
NAME TYPE RANK LENGTH INTER PERSI IO VALUE
|
||
|
|
|
||
|
|
1 -def- VDOU scalar nnodes linea tempo agl 0.000E+00
|
||
|
|
2 scalar INT scalar scalar const perma l 1.000E+00
|
||
|
|
3 vector INT scalar scalar const perma l 3.000E+00
|
||
|
|
4 nnodes INT scalar scalar const perma l 9.800E+01
|
||
|
|
5 nedges INT scalar scalar const perma l 0.000E+00
|
||
|
|
6 nfaces INT scalar scalar const perma l 0.000E+00
|
||
|
|
7 nelements INT scalar scalar const perma l 3.600E+01
|
||
|
|
8 mbndry INT scalar scalar const perma l 1.600E+07
|
||
|
|
9 ndimensions_top INT scalar scalar const perma l 3.000E+00
|
||
|
|
10 ndimensions_geo INT scalar scalar const perma l 3.000E+00
|
||
|
|
11 nodes_per_eleme INT scalar scalar const perma l 8.000E+00
|
||
|
|
12 edges_per_eleme INT scalar scalar const perma l 1.200E+01
|
||
|
|
13 faces_per_eleme INT scalar scalar const perma l 6.000E+00
|
||
|
|
14 isetwd VDOU scalar nnodes or perma l 0.000E+00
|
||
|
|
15 ialias VINT scalar nnodes seque perma l 0.000E+00
|
||
|
|
16 imt1 VINT scalar nnodes max perma gal 0.000E+00
|
||
|
|
17 itp1 VINT scalar nnodes min perma gal 0.000E+00
|
||
|
|
18 icr1 VINT scalar nnodes min perma gal 0.000E+00
|
||
|
|
19 isn1 VINT scalar nnodes user perma gal 0.000E+00
|
||
|
|
20 xic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
21 yic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
22 zic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
23 xtetwd VDOU scalar nelements or perma l 0.000E+00
|
||
|
|
24 itetclr VINT scalar nelements user perma l 0.000E+00
|
||
|
|
25 itettyp VINT scalar nelements user perma l 0.000E+00
|
||
|
|
26 itetoff VINT scalar nelements user perma l 0.000E+00
|
||
|
|
27 jtetoff VINT scalar nelements user perma l 0.000E+00
|
||
|
|
28 itet VINT nodes_per_ nelements user perma l 0.000E+00
|
||
|
|
29 jtet VINT faces_per_ nelements user perma l 0.000E+00
|
||
|
|
30 ipolydat CHAR scalar scalar const perma l no
|
||
|
|
31 vor2d CHAR scalar scalar const perma l yes
|
||
|
|
32 vor3d CHAR scalar scalar const perma l no
|
||
|
|
33 epsilon REAL scalar scalar const perma l 1.000E-15
|
||
|
|
34 epsilonl REAL scalar scalar const perma l 1.936E-12
|
||
|
|
35 epsilona REAL scalar scalar const perma l 1.688E-11
|
||
|
|
36 epsilonv REAL scalar scalar const perma l 1.599E-11
|
||
|
|
37 ipointi INT scalar scalar const perma l 1.000E+00
|
||
|
|
38 ipointj INT scalar scalar const perma l 9.800E+01
|
||
|
|
39 idebug INT scalar scalar const perma l 0.000E+00
|
||
|
|
40 itypconv_sm INT scalar scalar const perma l 1.000E+00
|
||
|
|
41 maxiter_sm INT scalar scalar const perma l 2.500E+01
|
||
|
|
42 tolconv_sm REAL scalar scalar const perma l 1.000E+00
|
||
|
|
43 nnfreq INT scalar scalar const perma l 1.000E+00
|
||
|
|
44 ivoronoi INT scalar scalar const perma l 1.000E+00
|
||
|
|
45 iopt2to2 INT scalar scalar const perma l 2.000E+00
|
||
|
|
46 dumptype CHAR scalar scalar const perma l binary
|
||
|
|
47 velname CHAR scalar scalar const perma l vels
|
||
|
|
48 densname CHAR scalar scalar const perma l ric
|
||
|
|
49 presname CHAR scalar scalar const perma l pic
|
||
|
|
50 enername CHAR scalar scalar const perma l eic
|
||
|
|
51 xmin REAL scalar scalar const perma l 0.000E+00
|
||
|
|
52 ymin REAL scalar scalar const perma l 0.000E+00
|
||
|
|
53 zmin REAL scalar scalar const perma l -1.000E+00
|
||
|
|
54 xmax REAL scalar scalar const perma l 6.000E+00
|
||
|
|
55 ymax REAL scalar scalar const perma l 6.000E+00
|
||
|
|
56 zmax REAL scalar scalar const perma l 1.000E+00
|
||
|
|
57 kdtree_level INT scalar scalar const perma l 0.000E+00
|
||
|
|
58 max_number_sets INT scalar scalar const perma l 6.400E+01
|
||
|
|
59 number_of_psets INT scalar scalar const perma l 0.000E+00
|
||
|
|
60 number_of_eltse INT scalar scalar const perma l 0.000E+00
|
||
|
|
61 psetnames VCHA scalar max_number_sets const perma l
|
||
|
|
62 eltsetnames VCHA scalar max_number_sets const perma l
|
||
|
|
63 geom_name CHAR scalar max_number_sets const perma l -defaultge
|
||
|
|
64 fsetnames VCHA scalar max_number_sets const perma l
|
||
|
|
65 number_of_fsets INT scalar scalar const perma l 0.000E+00
|
||
|
|
66 imtreal VDOU scalar nnodes linea perma gxa 0.000E+00
|
||
|
|
67 itetreal VDOU scalar nelements linea perma gxa 0.000E+00
|
||
|
|
cmo status cmo_sink
|
||
|
|
|
||
|
|
The current-mesh-object(CMO) is: cmo_sink
|
||
|
|
|
||
|
|
2 Mesh Object name: cmo_sink
|
||
|
|
number of nodes = 400 number of elements = 722
|
||
|
|
dimensions geometry = 3 element type = tri
|
||
|
|
dimensions topology = 2 3 nodes 3 faces 3 edges
|
||
|
|
boundary flag = 16000000 status = active
|
||
|
|
|
||
|
|
NAME TYPE RANK LENGTH INTER PERSI IO VALUE
|
||
|
|
|
||
|
|
1 -def- VDOU scalar nnodes linea tempo x 0.000E+00
|
||
|
|
2 scalar INT scalar scalar const perma l 1.000E+00
|
||
|
|
3 vector INT scalar scalar const perma l 3.000E+00
|
||
|
|
4 nnodes INT scalar scalar const perma l 4.000E+02
|
||
|
|
5 nedges INT scalar scalar const perma l 0.000E+00
|
||
|
|
6 nfaces INT scalar scalar const perma l 0.000E+00
|
||
|
|
7 nelements INT scalar scalar const perma l 7.220E+02
|
||
|
|
8 mbndry INT scalar scalar const perma l 1.600E+07
|
||
|
|
9 ndimensions_top INT scalar scalar const perma l 2.000E+00
|
||
|
|
10 ndimensions_geo INT scalar scalar const perma l 3.000E+00
|
||
|
|
11 nodes_per_eleme INT scalar scalar const perma l 3.000E+00
|
||
|
|
12 edges_per_eleme INT scalar scalar const perma l 3.000E+00
|
||
|
|
13 faces_per_eleme INT scalar scalar const perma l 3.000E+00
|
||
|
|
14 isetwd VDOU scalar nnodes or perma l 0.000E+00
|
||
|
|
15 ialias VINT scalar nnodes seque perma l 0.000E+00
|
||
|
|
16 imt1 VINT scalar nnodes max perma gal 0.000E+00
|
||
|
|
17 itp1 VINT scalar nnodes min perma gal 0.000E+00
|
||
|
|
18 icr1 VINT scalar nnodes min perma gal 0.000E+00
|
||
|
|
19 isn1 VINT scalar nnodes user perma gal 0.000E+00
|
||
|
|
20 xic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
21 yic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
22 zic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
23 xtetwd VDOU scalar nelements or perma l 0.000E+00
|
||
|
|
24 itetclr VINT scalar nelements user perma l 0.000E+00
|
||
|
|
25 itettyp VINT scalar nelements user perma l 0.000E+00
|
||
|
|
26 itetoff VINT scalar nelements user perma l 0.000E+00
|
||
|
|
27 jtetoff VINT scalar nelements user perma l 0.000E+00
|
||
|
|
28 itet VINT nodes_per_ nelements user perma l 0.000E+00
|
||
|
|
29 jtet VINT faces_per_ nelements user perma l 0.000E+00
|
||
|
|
30 ipolydat CHAR scalar scalar const perma l no
|
||
|
|
31 vor2d CHAR scalar scalar const perma l yes
|
||
|
|
32 vor3d CHAR scalar scalar const perma l no
|
||
|
|
33 epsilon REAL scalar scalar const perma l 1.000E-15
|
||
|
|
34 epsilonl REAL scalar scalar const perma l 1.110E-12
|
||
|
|
35 epsilona REAL scalar scalar const perma l 5.551E-12
|
||
|
|
36 epsilonv REAL scalar scalar const perma l 5.551E-12
|
||
|
|
37 ipointi INT scalar scalar const perma l 1.000E+00
|
||
|
|
38 ipointj INT scalar scalar const perma l 4.000E+02
|
||
|
|
39 idebug INT scalar scalar const perma l 0.000E+00
|
||
|
|
40 itypconv_sm INT scalar scalar const perma l 1.000E+00
|
||
|
|
41 maxiter_sm INT scalar scalar const perma l 2.500E+01
|
||
|
|
42 tolconv_sm REAL scalar scalar const perma l 1.000E+00
|
||
|
|
43 nnfreq INT scalar scalar const perma l 1.000E+00
|
||
|
|
44 ivoronoi INT scalar scalar const perma l 1.000E+00
|
||
|
|
45 iopt2to2 INT scalar scalar const perma l 2.000E+00
|
||
|
|
46 dumptype CHAR scalar scalar const perma l binary
|
||
|
|
47 velname CHAR scalar scalar const perma l vels
|
||
|
|
48 densname CHAR scalar scalar const perma l ric
|
||
|
|
49 presname CHAR scalar scalar const perma l pic
|
||
|
|
50 enername CHAR scalar scalar const perma l eic
|
||
|
|
51 xmin REAL scalar scalar const perma l 1.000E+00
|
||
|
|
52 ymin REAL scalar scalar const perma l 1.000E+00
|
||
|
|
53 zmin REAL scalar scalar const perma l 0.000E+00
|
||
|
|
54 xmax REAL scalar scalar const perma l 5.000E+00
|
||
|
|
55 ymax REAL scalar scalar const perma l 4.000E+00
|
||
|
|
56 zmax REAL scalar scalar const perma l 0.000E+00
|
||
|
|
57 kdtree_level INT scalar scalar const perma l 0.000E+00
|
||
|
|
58 max_number_sets INT scalar scalar const perma l 6.400E+01
|
||
|
|
59 number_of_psets INT scalar scalar const perma l 0.000E+00
|
||
|
|
60 number_of_eltse INT scalar scalar const perma l 0.000E+00
|
||
|
|
61 psetnames VCHA scalar max_number_sets const perma l
|
||
|
|
62 eltsetnames VCHA scalar max_number_sets const perma l
|
||
|
|
63 geom_name CHAR scalar max_number_sets const perma l -defaultge
|
||
|
|
64 fsetnames VCHA scalar max_number_sets const perma l
|
||
|
|
65 number_of_fsets INT scalar scalar const perma l 0.000E+00
|
||
|
|
66 imtreal VDOU scalar nnodes linea perma gxa 0.000E+00
|
||
|
|
67 itetreal VDOU scalar nelements linea perma gxa 0.000E+00
|
||
|
|
cmo printatt cmo_src imt1 minmax
|
||
|
|
ATTRIBUTE NAME MIN MAX DIFFERENCE LENGTH
|
||
|
|
imt1 1 3 2 98
|
||
|
|
|
||
|
|
cmo printatt cmo_sink imt1 minmax
|
||
|
|
ATTRIBUTE NAME MIN MAX DIFFERENCE LENGTH
|
||
|
|
imt1 1 3 2 400
|
||
|
|
|
||
|
|
* end compare here
|
||
|
|
cmo delete cmo_src
|
||
|
|
Released Mesh Object: cmo_src
|
||
|
|
cmo delete cmo_sink
|
||
|
|
Released Mesh Object: cmo_sink
|
||
|
|
*-----------------------------------------------------
|
||
|
|
* Demo 02 QUAD imt <- QUAD imt
|
||
|
|
* copy nearest imt from quad grid to quad grid
|
||
|
|
read avs input_random500_quad.inp cmo_src
|
||
|
|
geniee
|
||
|
|
finish
|
||
|
|
cmo/status/brief
|
||
|
|
|
||
|
|
The current-mesh-object(CMO) is: cmo_src
|
||
|
|
|
||
|
|
1 Mesh Object name: cmo_src
|
||
|
|
number of nodes = 12 number of elements = 6
|
||
|
|
dimensions geometry = 3 element type = qua
|
||
|
|
dimensions topology = 2 4 nodes 4 faces 4 edges
|
||
|
|
boundary flag = 16000000 status = active
|
||
|
|
|
||
|
|
|
||
|
|
finish
|
||
|
|
read avs input_500_quad.inp cmo_sink
|
||
|
|
geniee
|
||
|
|
finish
|
||
|
|
cmo/status/brief
|
||
|
|
|
||
|
|
The current-mesh-object(CMO) is: cmo_sink
|
||
|
|
|
||
|
|
1 Mesh Object name: cmo_src
|
||
|
|
number of nodes = 12 number of elements = 6
|
||
|
|
dimensions geometry = 3 element type = qua
|
||
|
|
dimensions topology = 2 4 nodes 4 faces 4 edges
|
||
|
|
boundary flag = 16000000 status = inactive
|
||
|
|
|
||
|
|
2 Mesh Object name: cmo_sink
|
||
|
|
number of nodes = 2500 number of elements = 2401
|
||
|
|
dimensions geometry = 3 element type = qua
|
||
|
|
dimensions topology = 2 4 nodes 4 faces 4 edges
|
||
|
|
boundary flag = 16000000 status = active
|
||
|
|
|
||
|
|
|
||
|
|
finish
|
||
|
|
cmo setatt cmo_sink imt1 5
|
||
|
|
2500 values reset for attribute imt1
|
||
|
|
|
||
|
|
intrp/voronoi/cmo_sink imt1/1,0,0/cmo_src imt1/
|
||
|
|
nodes in indexed point set = 2500
|
||
|
|
|
||
|
|
INTRP METHOD: voronoi FUNCTION: max
|
||
|
|
TIEBREAKER: maxtie FLAG: plus1 0.130000000000E+02
|
||
|
|
|
||
|
|
|
||
|
|
Build kdtree0 done - assign nearest node for each.
|
||
|
|
|
||
|
|
|
||
|
|
Sink point Points Searched Points Found Percent Done
|
||
|
|
|
||
|
|
626 626 626 25 %
|
||
|
|
1251 1251 1251 50 %
|
||
|
|
1876 1876 1876 75 %
|
||
|
|
2500 2500 2500 100%
|
||
|
|
|
||
|
|
Total Source Nodes: 12
|
||
|
|
Total Sink Nodes: 2500
|
||
|
|
|
||
|
|
|
||
|
|
interpolate/voronoi done.
|
||
|
|
|
||
|
|
cmo select cmo_sink
|
||
|
|
finish
|
||
|
|
cmo kdtree release
|
||
|
|
finish
|
||
|
|
dump avs output_vor02.inp cmo_sink
|
||
|
|
cmo/modatt/-def-/-def-/ioflag/x
|
||
|
|
finish
|
||
|
|
* begin compare here
|
||
|
|
cmo status cmo_src
|
||
|
|
|
||
|
|
The current-mesh-object(CMO) is: cmo_sink
|
||
|
|
|
||
|
|
1 Mesh Object name: cmo_src
|
||
|
|
number of nodes = 12 number of elements = 6
|
||
|
|
dimensions geometry = 3 element type = qua
|
||
|
|
dimensions topology = 2 4 nodes 4 faces 4 edges
|
||
|
|
boundary flag = 16000000 status = inactive
|
||
|
|
|
||
|
|
NAME TYPE RANK LENGTH INTER PERSI IO VALUE
|
||
|
|
|
||
|
|
1 -def- VDOU scalar nnodes linea tempo agl 0.000E+00
|
||
|
|
2 scalar INT scalar scalar const perma l 1.000E+00
|
||
|
|
3 vector INT scalar scalar const perma l 3.000E+00
|
||
|
|
4 nnodes INT scalar scalar const perma l 1.200E+01
|
||
|
|
5 nedges INT scalar scalar const perma l 0.000E+00
|
||
|
|
6 nfaces INT scalar scalar const perma l 0.000E+00
|
||
|
|
7 nelements INT scalar scalar const perma l 6.000E+00
|
||
|
|
8 mbndry INT scalar scalar const perma l 1.600E+07
|
||
|
|
9 ndimensions_top INT scalar scalar const perma l 2.000E+00
|
||
|
|
10 ndimensions_geo INT scalar scalar const perma l 3.000E+00
|
||
|
|
11 nodes_per_eleme INT scalar scalar const perma l 4.000E+00
|
||
|
|
12 edges_per_eleme INT scalar scalar const perma l 4.000E+00
|
||
|
|
13 faces_per_eleme INT scalar scalar const perma l 4.000E+00
|
||
|
|
14 isetwd VDOU scalar nnodes or perma l 0.000E+00
|
||
|
|
15 ialias VINT scalar nnodes seque perma l 0.000E+00
|
||
|
|
16 imt1 VINT scalar nnodes max perma gal 0.000E+00
|
||
|
|
17 itp1 VINT scalar nnodes min perma gal 0.000E+00
|
||
|
|
18 icr1 VINT scalar nnodes min perma gal 0.000E+00
|
||
|
|
19 isn1 VINT scalar nnodes user perma gal 0.000E+00
|
||
|
|
20 xic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
21 yic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
22 zic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
23 xtetwd VDOU scalar nelements or perma l 0.000E+00
|
||
|
|
24 itetclr VINT scalar nelements user perma l 0.000E+00
|
||
|
|
25 itettyp VINT scalar nelements user perma l 0.000E+00
|
||
|
|
26 itetoff VINT scalar nelements user perma l 0.000E+00
|
||
|
|
27 jtetoff VINT scalar nelements user perma l 0.000E+00
|
||
|
|
28 itet VINT nodes_per_ nelements user perma l 0.000E+00
|
||
|
|
29 jtet VINT faces_per_ nelements user perma l 0.000E+00
|
||
|
|
30 ipolydat CHAR scalar scalar const perma l no
|
||
|
|
31 vor2d CHAR scalar scalar const perma l yes
|
||
|
|
32 vor3d CHAR scalar scalar const perma l no
|
||
|
|
33 epsilon REAL scalar scalar const perma l 1.000E-15
|
||
|
|
34 epsilonl REAL scalar scalar const perma l 1.734E-10
|
||
|
|
35 epsilona REAL scalar scalar const perma l 1.354E-07
|
||
|
|
36 epsilonv REAL scalar scalar const perma l 1.354E-07
|
||
|
|
37 ipointi INT scalar scalar const perma l 1.000E+00
|
||
|
|
38 ipointj INT scalar scalar const perma l 1.200E+01
|
||
|
|
39 idebug INT scalar scalar const perma l 0.000E+00
|
||
|
|
40 itypconv_sm INT scalar scalar const perma l 1.000E+00
|
||
|
|
41 maxiter_sm INT scalar scalar const perma l 2.500E+01
|
||
|
|
42 tolconv_sm REAL scalar scalar const perma l 1.000E+00
|
||
|
|
43 nnfreq INT scalar scalar const perma l 1.000E+00
|
||
|
|
44 ivoronoi INT scalar scalar const perma l 1.000E+00
|
||
|
|
45 iopt2to2 INT scalar scalar const perma l 2.000E+00
|
||
|
|
46 dumptype CHAR scalar scalar const perma l binary
|
||
|
|
47 velname CHAR scalar scalar const perma l vels
|
||
|
|
48 densname CHAR scalar scalar const perma l ric
|
||
|
|
49 presname CHAR scalar scalar const perma l pic
|
||
|
|
50 enername CHAR scalar scalar const perma l eic
|
||
|
|
51 xmin REAL scalar scalar const perma l 0.000E+00
|
||
|
|
52 ymin REAL scalar scalar const perma l 0.000E+00
|
||
|
|
53 zmin REAL scalar scalar const perma l 2.500E-01
|
||
|
|
54 xmax REAL scalar scalar const perma l 5.000E+02
|
||
|
|
55 ymax REAL scalar scalar const perma l 6.000E+02
|
||
|
|
56 zmax REAL scalar scalar const perma l 2.500E-01
|
||
|
|
57 kdtree_level INT scalar scalar const perma l 0.000E+00
|
||
|
|
58 max_number_sets INT scalar scalar const perma l 6.400E+01
|
||
|
|
59 number_of_psets INT scalar scalar const perma l 0.000E+00
|
||
|
|
60 number_of_eltse INT scalar scalar const perma l 0.000E+00
|
||
|
|
61 psetnames VCHA scalar max_number_sets const perma l
|
||
|
|
62 eltsetnames VCHA scalar max_number_sets const perma l
|
||
|
|
63 geom_name CHAR scalar max_number_sets const perma l -defaultge
|
||
|
|
64 fsetnames VCHA scalar max_number_sets const perma l
|
||
|
|
65 number_of_fsets INT scalar scalar const perma l 0.000E+00
|
||
|
|
cmo status cmo_sink
|
||
|
|
|
||
|
|
The current-mesh-object(CMO) is: cmo_sink
|
||
|
|
|
||
|
|
2 Mesh Object name: cmo_sink
|
||
|
|
number of nodes = 2500 number of elements = 2401
|
||
|
|
dimensions geometry = 3 element type = qua
|
||
|
|
dimensions topology = 2 4 nodes 4 faces 4 edges
|
||
|
|
boundary flag = 16000000 status = active
|
||
|
|
|
||
|
|
NAME TYPE RANK LENGTH INTER PERSI IO VALUE
|
||
|
|
|
||
|
|
1 -def- VDOU scalar nnodes linea tempo x 0.000E+00
|
||
|
|
2 scalar INT scalar scalar const perma l 1.000E+00
|
||
|
|
3 vector INT scalar scalar const perma l 3.000E+00
|
||
|
|
4 nnodes INT scalar scalar const perma l 2.500E+03
|
||
|
|
5 nedges INT scalar scalar const perma l 0.000E+00
|
||
|
|
6 nfaces INT scalar scalar const perma l 0.000E+00
|
||
|
|
7 nelements INT scalar scalar const perma l 2.401E+03
|
||
|
|
8 mbndry INT scalar scalar const perma l 1.600E+07
|
||
|
|
9 ndimensions_top INT scalar scalar const perma l 2.000E+00
|
||
|
|
10 ndimensions_geo INT scalar scalar const perma l 3.000E+00
|
||
|
|
11 nodes_per_eleme INT scalar scalar const perma l 4.000E+00
|
||
|
|
12 edges_per_eleme INT scalar scalar const perma l 4.000E+00
|
||
|
|
13 faces_per_eleme INT scalar scalar const perma l 4.000E+00
|
||
|
|
14 isetwd VDOU scalar nnodes or perma l 0.000E+00
|
||
|
|
15 ialias VINT scalar nnodes seque perma l 0.000E+00
|
||
|
|
16 imt1 VINT scalar nnodes max perma gal 0.000E+00
|
||
|
|
17 itp1 VINT scalar nnodes min perma gal 0.000E+00
|
||
|
|
18 icr1 VINT scalar nnodes min perma gal 0.000E+00
|
||
|
|
19 isn1 VINT scalar nnodes user perma gal 0.000E+00
|
||
|
|
20 xic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
21 yic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
22 zic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
23 xtetwd VDOU scalar nelements or perma l 0.000E+00
|
||
|
|
24 itetclr VINT scalar nelements user perma l 0.000E+00
|
||
|
|
25 itettyp VINT scalar nelements user perma l 0.000E+00
|
||
|
|
26 itetoff VINT scalar nelements user perma l 0.000E+00
|
||
|
|
27 jtetoff VINT scalar nelements user perma l 0.000E+00
|
||
|
|
28 itet VINT nodes_per_ nelements user perma l 0.000E+00
|
||
|
|
29 jtet VINT faces_per_ nelements user perma l 0.000E+00
|
||
|
|
30 ipolydat CHAR scalar scalar const perma l no
|
||
|
|
31 vor2d CHAR scalar scalar const perma l yes
|
||
|
|
32 vor3d CHAR scalar scalar const perma l no
|
||
|
|
33 epsilon REAL scalar scalar const perma l 1.000E-15
|
||
|
|
34 epsilonl REAL scalar scalar const perma l 1.570E-10
|
||
|
|
35 epsilona REAL scalar scalar const perma l 1.110E-07
|
||
|
|
36 epsilonv REAL scalar scalar const perma l 1.110E-07
|
||
|
|
37 ipointi INT scalar scalar const perma l 1.000E+00
|
||
|
|
38 ipointj INT scalar scalar const perma l 2.500E+03
|
||
|
|
39 idebug INT scalar scalar const perma l 0.000E+00
|
||
|
|
40 itypconv_sm INT scalar scalar const perma l 1.000E+00
|
||
|
|
41 maxiter_sm INT scalar scalar const perma l 2.500E+01
|
||
|
|
42 tolconv_sm REAL scalar scalar const perma l 1.000E+00
|
||
|
|
43 nnfreq INT scalar scalar const perma l 1.000E+00
|
||
|
|
44 ivoronoi INT scalar scalar const perma l 1.000E+00
|
||
|
|
45 iopt2to2 INT scalar scalar const perma l 2.000E+00
|
||
|
|
46 dumptype CHAR scalar scalar const perma l binary
|
||
|
|
47 velname CHAR scalar scalar const perma l vels
|
||
|
|
48 densname CHAR scalar scalar const perma l ric
|
||
|
|
49 presname CHAR scalar scalar const perma l pic
|
||
|
|
50 enername CHAR scalar scalar const perma l eic
|
||
|
|
51 xmin REAL scalar scalar const perma l 0.000E+00
|
||
|
|
52 ymin REAL scalar scalar const perma l 0.000E+00
|
||
|
|
53 zmin REAL scalar scalar const perma l 2.500E-01
|
||
|
|
54 xmax REAL scalar scalar const perma l 5.000E+02
|
||
|
|
55 ymax REAL scalar scalar const perma l 5.000E+02
|
||
|
|
56 zmax REAL scalar scalar const perma l 2.500E-01
|
||
|
|
57 kdtree_level INT scalar scalar const perma l 0.000E+00
|
||
|
|
58 max_number_sets INT scalar scalar const perma l 6.400E+01
|
||
|
|
59 number_of_psets INT scalar scalar const perma l 0.000E+00
|
||
|
|
60 number_of_eltse INT scalar scalar const perma l 0.000E+00
|
||
|
|
61 psetnames VCHA scalar max_number_sets const perma l
|
||
|
|
62 eltsetnames VCHA scalar max_number_sets const perma l
|
||
|
|
63 geom_name CHAR scalar max_number_sets const perma l -defaultge
|
||
|
|
64 fsetnames VCHA scalar max_number_sets const perma l
|
||
|
|
65 number_of_fsets INT scalar scalar const perma l 0.000E+00
|
||
|
|
cmo printatt cmo_src imt1 minmax
|
||
|
|
ATTRIBUTE NAME MIN MAX DIFFERENCE LENGTH
|
||
|
|
imt1 1 12 11 12
|
||
|
|
|
||
|
|
cmo printatt cmo_sink imt1 minmax
|
||
|
|
ATTRIBUTE NAME MIN MAX DIFFERENCE LENGTH
|
||
|
|
imt1 1 12 11 2500
|
||
|
|
|
||
|
|
* end compare here
|
||
|
|
cmo delete cmo_src
|
||
|
|
Released Mesh Object: cmo_src
|
||
|
|
cmo delete cmo_sink
|
||
|
|
Released Mesh Object: cmo_sink
|
||
|
|
*-----------------------------------------------------
|
||
|
|
* Demo 03 TRI imt <- TET imt
|
||
|
|
* Copy nearest imt from tet to tri
|
||
|
|
read avs input_sphere3d.inp cmo_src
|
||
|
|
geniee
|
||
|
|
finish
|
||
|
|
cmo/status/brief
|
||
|
|
|
||
|
|
The current-mesh-object(CMO) is: cmo_src
|
||
|
|
|
||
|
|
1 Mesh Object name: cmo_src
|
||
|
|
number of nodes = 750 number of elements = 4025
|
||
|
|
dimensions geometry = 3 element type = tet
|
||
|
|
dimensions topology = 3 4 nodes 4 faces 6 edges
|
||
|
|
boundary flag = 16000000 status = active
|
||
|
|
|
||
|
|
|
||
|
|
finish
|
||
|
|
read avs input_sphere2d.inp cmo_sink
|
||
|
|
cmo/addatt/cmo_sink/map/VDOUBLE/scalar/nnodes/linear/permanent/gxaf/0.0
|
||
|
|
finish
|
||
|
|
cmo/addatt/cmo_sink/itetclr0/VDOUBLE/scalar/nelements/linear/permanent/gxaf/0.0
|
||
|
|
finish
|
||
|
|
cmo/addatt/cmo_sink/itetclr1/VDOUBLE/scalar/nelements/linear/permanent/gxaf/0.0
|
||
|
|
finish
|
||
|
|
cmo/addatt/cmo_sink/facecol/VDOUBLE/scalar/nelements/linear/permanent/gxaf/0.0
|
||
|
|
finish
|
||
|
|
geniee
|
||
|
|
finish
|
||
|
|
cmo/status/brief
|
||
|
|
|
||
|
|
The current-mesh-object(CMO) is: cmo_sink
|
||
|
|
|
||
|
|
1 Mesh Object name: cmo_src
|
||
|
|
number of nodes = 750 number of elements = 4025
|
||
|
|
dimensions geometry = 3 element type = tet
|
||
|
|
dimensions topology = 3 4 nodes 4 faces 6 edges
|
||
|
|
boundary flag = 16000000 status = inactive
|
||
|
|
|
||
|
|
2 Mesh Object name: cmo_sink
|
||
|
|
number of nodes = 150 number of elements = 296
|
||
|
|
dimensions geometry = 3 element type = tri
|
||
|
|
dimensions topology = 2 3 nodes 3 faces 3 edges
|
||
|
|
boundary flag = 16000000 status = active
|
||
|
|
|
||
|
|
|
||
|
|
finish
|
||
|
|
cmo setatt cmo_sink imt1 5
|
||
|
|
150 values reset for attribute imt1
|
||
|
|
|
||
|
|
intrp/voronoi/cmo_sink imt1/1,0,0/cmo_src imt1/
|
||
|
|
nodes in indexed point set = 150
|
||
|
|
|
||
|
|
INTRP METHOD: voronoi FUNCTION: max
|
||
|
|
TIEBREAKER: maxtie FLAG: plus1 0.500000000000E+01
|
||
|
|
|
||
|
|
|
||
|
|
Build kdtree0 done - assign nearest node for each.
|
||
|
|
|
||
|
|
|
||
|
|
Sink point Points Searched Points Found Percent Done
|
||
|
|
|
||
|
|
39 39 39 25 %
|
||
|
|
77 77 77 50 %
|
||
|
|
115 115 115 75 %
|
||
|
|
150 150 150 100%
|
||
|
|
|
||
|
|
Total Source Nodes: 750
|
||
|
|
Total Sink Nodes: 150
|
||
|
|
|
||
|
|
|
||
|
|
interpolate/voronoi done.
|
||
|
|
|
||
|
|
cmo select cmo_sink
|
||
|
|
finish
|
||
|
|
cmo kdtree release
|
||
|
|
finish
|
||
|
|
dump avs output_vor03.inp cmo_sink
|
||
|
|
cmo/modatt/-def-/-def-/ioflag/x
|
||
|
|
finish
|
||
|
|
* begin compare here
|
||
|
|
cmo status cmo_src
|
||
|
|
|
||
|
|
The current-mesh-object(CMO) is: cmo_sink
|
||
|
|
|
||
|
|
1 Mesh Object name: cmo_src
|
||
|
|
number of nodes = 750 number of elements = 4025
|
||
|
|
dimensions geometry = 3 element type = tet
|
||
|
|
dimensions topology = 3 4 nodes 4 faces 6 edges
|
||
|
|
boundary flag = 16000000 status = inactive
|
||
|
|
|
||
|
|
NAME TYPE RANK LENGTH INTER PERSI IO VALUE
|
||
|
|
|
||
|
|
1 -def- VDOU scalar nnodes linea tempo agl 0.000E+00
|
||
|
|
2 scalar INT scalar scalar const perma l 1.000E+00
|
||
|
|
3 vector INT scalar scalar const perma l 3.000E+00
|
||
|
|
4 nnodes INT scalar scalar const perma l 7.500E+02
|
||
|
|
5 nedges INT scalar scalar const perma l 0.000E+00
|
||
|
|
6 nfaces INT scalar scalar const perma l 0.000E+00
|
||
|
|
7 nelements INT scalar scalar const perma l 4.025E+03
|
||
|
|
8 mbndry INT scalar scalar const perma l 1.600E+07
|
||
|
|
9 ndimensions_top INT scalar scalar const perma l 3.000E+00
|
||
|
|
10 ndimensions_geo INT scalar scalar const perma l 3.000E+00
|
||
|
|
11 nodes_per_eleme INT scalar scalar const perma l 4.000E+00
|
||
|
|
12 edges_per_eleme INT scalar scalar const perma l 6.000E+00
|
||
|
|
13 faces_per_eleme INT scalar scalar const perma l 4.000E+00
|
||
|
|
14 isetwd VDOU scalar nnodes or perma l 0.000E+00
|
||
|
|
15 ialias VINT scalar nnodes seque perma l 0.000E+00
|
||
|
|
16 imt1 VINT scalar nnodes max perma gal 0.000E+00
|
||
|
|
17 itp1 VINT scalar nnodes min perma gal 0.000E+00
|
||
|
|
18 icr1 VINT scalar nnodes min perma gal 0.000E+00
|
||
|
|
19 isn1 VINT scalar nnodes user perma gal 0.000E+00
|
||
|
|
20 xic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
21 yic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
22 zic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
23 xtetwd VDOU scalar nelements or perma l 0.000E+00
|
||
|
|
24 itetclr VINT scalar nelements user perma l 0.000E+00
|
||
|
|
25 itettyp VINT scalar nelements user perma l 0.000E+00
|
||
|
|
26 itetoff VINT scalar nelements user perma l 0.000E+00
|
||
|
|
27 jtetoff VINT scalar nelements user perma l 0.000E+00
|
||
|
|
28 itet VINT nodes_per_ nelements user perma l 0.000E+00
|
||
|
|
29 jtet VINT faces_per_ nelements user perma l 0.000E+00
|
||
|
|
30 ipolydat CHAR scalar scalar const perma l no
|
||
|
|
31 vor2d CHAR scalar scalar const perma l yes
|
||
|
|
32 vor3d CHAR scalar scalar const perma l no
|
||
|
|
33 epsilon REAL scalar scalar const perma l 1.000E-15
|
||
|
|
34 epsilonl REAL scalar scalar const perma l 6.923E-13
|
||
|
|
35 epsilona REAL scalar scalar const perma l 2.158E-12
|
||
|
|
36 epsilonv REAL scalar scalar const perma l 1.295E-12
|
||
|
|
37 ipointi INT scalar scalar const perma l 1.000E+00
|
||
|
|
38 ipointj INT scalar scalar const perma l 7.500E+02
|
||
|
|
39 idebug INT scalar scalar const perma l 0.000E+00
|
||
|
|
40 itypconv_sm INT scalar scalar const perma l 1.000E+00
|
||
|
|
41 maxiter_sm INT scalar scalar const perma l 2.500E+01
|
||
|
|
42 tolconv_sm REAL scalar scalar const perma l 1.000E+00
|
||
|
|
43 nnfreq INT scalar scalar const perma l 1.000E+00
|
||
|
|
44 ivoronoi INT scalar scalar const perma l 1.000E+00
|
||
|
|
45 iopt2to2 INT scalar scalar const perma l 2.000E+00
|
||
|
|
46 dumptype CHAR scalar scalar const perma l binary
|
||
|
|
47 velname CHAR scalar scalar const perma l vels
|
||
|
|
48 densname CHAR scalar scalar const perma l ric
|
||
|
|
49 presname CHAR scalar scalar const perma l pic
|
||
|
|
50 enername CHAR scalar scalar const perma l eic
|
||
|
|
51 xmin REAL scalar scalar const perma l -9.625E-01
|
||
|
|
52 ymin REAL scalar scalar const perma l -8.219E-01
|
||
|
|
53 zmin REAL scalar scalar const perma l -9.000E-01
|
||
|
|
54 xmax REAL scalar scalar const perma l 8.375E-01
|
||
|
|
55 ymax REAL scalar scalar const perma l 9.781E-01
|
||
|
|
56 zmax REAL scalar scalar const perma l 9.000E-01
|
||
|
|
57 kdtree_level INT scalar scalar const perma l 0.000E+00
|
||
|
|
58 max_number_sets INT scalar scalar const perma l 6.400E+01
|
||
|
|
59 number_of_psets INT scalar scalar const perma l 0.000E+00
|
||
|
|
60 number_of_eltse INT scalar scalar const perma l 0.000E+00
|
||
|
|
61 psetnames VCHA scalar max_number_sets const perma l
|
||
|
|
62 eltsetnames VCHA scalar max_number_sets const perma l
|
||
|
|
63 geom_name CHAR scalar max_number_sets const perma l -defaultge
|
||
|
|
64 fsetnames VCHA scalar max_number_sets const perma l
|
||
|
|
65 number_of_fsets INT scalar scalar const perma l 0.000E+00
|
||
|
|
cmo status cmo_sink
|
||
|
|
|
||
|
|
The current-mesh-object(CMO) is: cmo_sink
|
||
|
|
|
||
|
|
2 Mesh Object name: cmo_sink
|
||
|
|
number of nodes = 150 number of elements = 296
|
||
|
|
dimensions geometry = 3 element type = tri
|
||
|
|
dimensions topology = 2 3 nodes 3 faces 3 edges
|
||
|
|
boundary flag = 16000000 status = active
|
||
|
|
|
||
|
|
NAME TYPE RANK LENGTH INTER PERSI IO VALUE
|
||
|
|
|
||
|
|
1 -def- VDOU scalar nnodes linea tempo x 0.000E+00
|
||
|
|
2 scalar INT scalar scalar const perma l 1.000E+00
|
||
|
|
3 vector INT scalar scalar const perma l 3.000E+00
|
||
|
|
4 nnodes INT scalar scalar const perma l 1.500E+02
|
||
|
|
5 nedges INT scalar scalar const perma l 0.000E+00
|
||
|
|
6 nfaces INT scalar scalar const perma l 0.000E+00
|
||
|
|
7 nelements INT scalar scalar const perma l 2.960E+02
|
||
|
|
8 mbndry INT scalar scalar const perma l 1.600E+07
|
||
|
|
9 ndimensions_top INT scalar scalar const perma l 2.000E+00
|
||
|
|
10 ndimensions_geo INT scalar scalar const perma l 3.000E+00
|
||
|
|
11 nodes_per_eleme INT scalar scalar const perma l 3.000E+00
|
||
|
|
12 edges_per_eleme INT scalar scalar const perma l 3.000E+00
|
||
|
|
13 faces_per_eleme INT scalar scalar const perma l 3.000E+00
|
||
|
|
14 isetwd VDOU scalar nnodes or perma l 0.000E+00
|
||
|
|
15 ialias VINT scalar nnodes seque perma l 0.000E+00
|
||
|
|
16 imt1 VINT scalar nnodes max perma gal 0.000E+00
|
||
|
|
17 itp1 VINT scalar nnodes min perma gal 0.000E+00
|
||
|
|
18 icr1 VINT scalar nnodes min perma gal 0.000E+00
|
||
|
|
19 isn1 VINT scalar nnodes user perma gal 0.000E+00
|
||
|
|
20 xic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
21 yic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
22 zic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
23 xtetwd VDOU scalar nelements or perma l 0.000E+00
|
||
|
|
24 itetclr VINT scalar nelements user perma l 0.000E+00
|
||
|
|
25 itettyp VINT scalar nelements user perma l 0.000E+00
|
||
|
|
26 itetoff VINT scalar nelements user perma l 0.000E+00
|
||
|
|
27 jtetoff VINT scalar nelements user perma l 0.000E+00
|
||
|
|
28 itet VINT nodes_per_ nelements user perma l 0.000E+00
|
||
|
|
29 jtet VINT faces_per_ nelements user perma l 0.000E+00
|
||
|
|
30 ipolydat CHAR scalar scalar const perma l no
|
||
|
|
31 vor2d CHAR scalar scalar const perma l yes
|
||
|
|
32 vor3d CHAR scalar scalar const perma l no
|
||
|
|
33 epsilon REAL scalar scalar const perma l 1.000E-15
|
||
|
|
34 epsilonl REAL scalar scalar const perma l 5.192E-13
|
||
|
|
35 epsilona REAL scalar scalar const perma l 1.214E-12
|
||
|
|
36 epsilonv REAL scalar scalar const perma l 5.463E-13
|
||
|
|
37 ipointi INT scalar scalar const perma l 1.000E+00
|
||
|
|
38 ipointj INT scalar scalar const perma l 1.500E+02
|
||
|
|
39 idebug INT scalar scalar const perma l 0.000E+00
|
||
|
|
40 itypconv_sm INT scalar scalar const perma l 1.000E+00
|
||
|
|
41 maxiter_sm INT scalar scalar const perma l 2.500E+01
|
||
|
|
42 tolconv_sm REAL scalar scalar const perma l 1.000E+00
|
||
|
|
43 nnfreq INT scalar scalar const perma l 1.000E+00
|
||
|
|
44 ivoronoi INT scalar scalar const perma l 1.000E+00
|
||
|
|
45 iopt2to2 INT scalar scalar const perma l 2.000E+00
|
||
|
|
46 dumptype CHAR scalar scalar const perma l binary
|
||
|
|
47 velname CHAR scalar scalar const perma l vels
|
||
|
|
48 densname CHAR scalar scalar const perma l ric
|
||
|
|
49 presname CHAR scalar scalar const perma l pic
|
||
|
|
50 enername CHAR scalar scalar const perma l eic
|
||
|
|
51 xmin REAL scalar scalar const perma l -6.750E-01
|
||
|
|
52 ymin REAL scalar scalar const perma l -6.750E-01
|
||
|
|
53 zmin REAL scalar scalar const perma l -6.750E-01
|
||
|
|
54 xmax REAL scalar scalar const perma l 6.750E-01
|
||
|
|
55 ymax REAL scalar scalar const perma l 6.750E-01
|
||
|
|
56 zmax REAL scalar scalar const perma l 6.750E-01
|
||
|
|
57 kdtree_level INT scalar scalar const perma l 0.000E+00
|
||
|
|
58 max_number_sets INT scalar scalar const perma l 6.400E+01
|
||
|
|
59 number_of_psets INT scalar scalar const perma l 0.000E+00
|
||
|
|
60 number_of_eltse INT scalar scalar const perma l 0.000E+00
|
||
|
|
61 psetnames VCHA scalar max_number_sets const perma l
|
||
|
|
62 eltsetnames VCHA scalar max_number_sets const perma l
|
||
|
|
63 geom_name CHAR scalar max_number_sets const perma l -defaultge
|
||
|
|
64 fsetnames VCHA scalar max_number_sets const perma l
|
||
|
|
65 number_of_fsets INT scalar scalar const perma l 0.000E+00
|
||
|
|
66 map VDOU scalar nnodes linea perma gxa 0.000E+00
|
||
|
|
67 itetclr0 VDOU scalar nelements linea perma gxa 0.000E+00
|
||
|
|
68 itetclr1 VDOU scalar nelements linea perma gxa 0.000E+00
|
||
|
|
69 facecol VDOU scalar nelements linea perma gxa 0.000E+00
|
||
|
|
cmo printatt cmo_src imt1 minmax
|
||
|
|
ATTRIBUTE NAME MIN MAX DIFFERENCE LENGTH
|
||
|
|
imt1 1 4 3 750
|
||
|
|
|
||
|
|
cmo printatt cmo_sink imt1 minmax
|
||
|
|
ATTRIBUTE NAME MIN MAX DIFFERENCE LENGTH
|
||
|
|
imt1 1 4 3 150
|
||
|
|
|
||
|
|
* end compare here
|
||
|
|
cmo delete cmo_src
|
||
|
|
Released Mesh Object: cmo_src
|
||
|
|
cmo delete cmo_sink
|
||
|
|
Released Mesh Object: cmo_sink
|
||
|
|
*-----------------------------------------------------
|
||
|
|
* 04 TRI imtreal <- HEX imtreal with pset selection
|
||
|
|
* copy real attribute values from source to sink
|
||
|
|
* use pset selection
|
||
|
|
read avs input_3d_hex.inp cmo_src
|
||
|
|
cmo/addatt/cmo_src/imtreal/VDOUBLE/scalar/nnodes/linear/permanent/gxaf/0.0
|
||
|
|
finish
|
||
|
|
cmo/addatt/cmo_src/itetreal/VDOUBLE/scalar/nelements/linear/permanent/gxaf/0.0
|
||
|
|
finish
|
||
|
|
geniee
|
||
|
|
finish
|
||
|
|
cmo/status/brief
|
||
|
|
|
||
|
|
The current-mesh-object(CMO) is: cmo_src
|
||
|
|
|
||
|
|
1 Mesh Object name: cmo_src
|
||
|
|
number of nodes = 98 number of elements = 36
|
||
|
|
dimensions geometry = 3 element type = hex
|
||
|
|
dimensions topology = 3 8 nodes 6 faces 12 edges
|
||
|
|
boundary flag = 16000000 status = active
|
||
|
|
|
||
|
|
|
||
|
|
finish
|
||
|
|
read avs input_2d_hires.inp cmo_sink
|
||
|
|
cmo/addatt/cmo_sink/imtreal/VDOUBLE/scalar/nnodes/linear/permanent/gxaf/0.0
|
||
|
|
finish
|
||
|
|
cmo/addatt/cmo_sink/itetreal/VDOUBLE/scalar/nelements/linear/permanent/gxaf/0.0
|
||
|
|
finish
|
||
|
|
geniee
|
||
|
|
finish
|
||
|
|
cmo/status/brief
|
||
|
|
|
||
|
|
The current-mesh-object(CMO) is: cmo_sink
|
||
|
|
|
||
|
|
1 Mesh Object name: cmo_src
|
||
|
|
number of nodes = 98 number of elements = 36
|
||
|
|
dimensions geometry = 3 element type = hex
|
||
|
|
dimensions topology = 3 8 nodes 6 faces 12 edges
|
||
|
|
boundary flag = 16000000 status = inactive
|
||
|
|
|
||
|
|
2 Mesh Object name: cmo_sink
|
||
|
|
number of nodes = 400 number of elements = 722
|
||
|
|
dimensions geometry = 3 element type = tri
|
||
|
|
dimensions topology = 2 3 nodes 3 faces 3 edges
|
||
|
|
boundary flag = 16000000 status = active
|
||
|
|
|
||
|
|
|
||
|
|
finish
|
||
|
|
cmo setatt cmo_sink imtreal 5
|
||
|
|
400 values reset for attribute imtreal
|
||
|
|
|
||
|
|
pset/psmall/geom/xyz/1,0,0/3. 2. -1./6. 6. 6.
|
||
|
|
|
||
|
|
THE PSET psmall HAS 130 POINTS
|
||
|
|
intrp/voronoi/cmo_sink imtreal/pset,get,psmall/cmo_src imtreal
|
||
|
|
nodes in indexed point set = 130
|
||
|
|
|
||
|
|
INTRP METHOD: voronoi FUNCTION: linear
|
||
|
|
TIEBREAKER: maxtie FLAG: plus1 0.400000000000E+01
|
||
|
|
|
||
|
|
|
||
|
|
Build kdtree0 done - assign nearest node for each.
|
||
|
|
|
||
|
|
|
||
|
|
Sink point Points Searched Points Found Percent Done
|
||
|
|
|
||
|
|
34 68 34 25 %
|
||
|
|
67 134 67 50 %
|
||
|
|
100 200 100 75 %
|
||
|
|
130 260 130 100%
|
||
|
|
|
||
|
|
Total Source Nodes: 98
|
||
|
|
Total Sink Nodes: 400
|
||
|
|
|
||
|
|
Indexed sink points: 130 Total unchanged: 270
|
||
|
|
|
||
|
|
|
||
|
|
interpolate/voronoi done.
|
||
|
|
|
||
|
|
cmo select cmo_sink
|
||
|
|
finish
|
||
|
|
cmo kdtree release
|
||
|
|
finish
|
||
|
|
dump avs output_vor04.inp cmo_sink
|
||
|
|
cmo/modatt/-def-/-def-/ioflag/x
|
||
|
|
finish
|
||
|
|
* begin compare here
|
||
|
|
cmo status cmo_src
|
||
|
|
|
||
|
|
The current-mesh-object(CMO) is: cmo_sink
|
||
|
|
|
||
|
|
1 Mesh Object name: cmo_src
|
||
|
|
number of nodes = 98 number of elements = 36
|
||
|
|
dimensions geometry = 3 element type = hex
|
||
|
|
dimensions topology = 3 8 nodes 6 faces 12 edges
|
||
|
|
boundary flag = 16000000 status = inactive
|
||
|
|
|
||
|
|
NAME TYPE RANK LENGTH INTER PERSI IO VALUE
|
||
|
|
|
||
|
|
1 -def- VDOU scalar nnodes linea tempo agl 0.000E+00
|
||
|
|
2 scalar INT scalar scalar const perma l 1.000E+00
|
||
|
|
3 vector INT scalar scalar const perma l 3.000E+00
|
||
|
|
4 nnodes INT scalar scalar const perma l 9.800E+01
|
||
|
|
5 nedges INT scalar scalar const perma l 0.000E+00
|
||
|
|
6 nfaces INT scalar scalar const perma l 0.000E+00
|
||
|
|
7 nelements INT scalar scalar const perma l 3.600E+01
|
||
|
|
8 mbndry INT scalar scalar const perma l 1.600E+07
|
||
|
|
9 ndimensions_top INT scalar scalar const perma l 3.000E+00
|
||
|
|
10 ndimensions_geo INT scalar scalar const perma l 3.000E+00
|
||
|
|
11 nodes_per_eleme INT scalar scalar const perma l 8.000E+00
|
||
|
|
12 edges_per_eleme INT scalar scalar const perma l 1.200E+01
|
||
|
|
13 faces_per_eleme INT scalar scalar const perma l 6.000E+00
|
||
|
|
14 isetwd VDOU scalar nnodes or perma l 0.000E+00
|
||
|
|
15 ialias VINT scalar nnodes seque perma l 0.000E+00
|
||
|
|
16 imt1 VINT scalar nnodes max perma gal 0.000E+00
|
||
|
|
17 itp1 VINT scalar nnodes min perma gal 0.000E+00
|
||
|
|
18 icr1 VINT scalar nnodes min perma gal 0.000E+00
|
||
|
|
19 isn1 VINT scalar nnodes user perma gal 0.000E+00
|
||
|
|
20 xic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
21 yic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
22 zic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
23 xtetwd VDOU scalar nelements or perma l 0.000E+00
|
||
|
|
24 itetclr VINT scalar nelements user perma l 0.000E+00
|
||
|
|
25 itettyp VINT scalar nelements user perma l 0.000E+00
|
||
|
|
26 itetoff VINT scalar nelements user perma l 0.000E+00
|
||
|
|
27 jtetoff VINT scalar nelements user perma l 0.000E+00
|
||
|
|
28 itet VINT nodes_per_ nelements user perma l 0.000E+00
|
||
|
|
29 jtet VINT faces_per_ nelements user perma l 0.000E+00
|
||
|
|
30 ipolydat CHAR scalar scalar const perma l no
|
||
|
|
31 vor2d CHAR scalar scalar const perma l yes
|
||
|
|
32 vor3d CHAR scalar scalar const perma l no
|
||
|
|
33 epsilon REAL scalar scalar const perma l 1.000E-15
|
||
|
|
34 epsilonl REAL scalar scalar const perma l 1.936E-12
|
||
|
|
35 epsilona REAL scalar scalar const perma l 1.688E-11
|
||
|
|
36 epsilonv REAL scalar scalar const perma l 1.599E-11
|
||
|
|
37 ipointi INT scalar scalar const perma l 1.000E+00
|
||
|
|
38 ipointj INT scalar scalar const perma l 9.800E+01
|
||
|
|
39 idebug INT scalar scalar const perma l 0.000E+00
|
||
|
|
40 itypconv_sm INT scalar scalar const perma l 1.000E+00
|
||
|
|
41 maxiter_sm INT scalar scalar const perma l 2.500E+01
|
||
|
|
42 tolconv_sm REAL scalar scalar const perma l 1.000E+00
|
||
|
|
43 nnfreq INT scalar scalar const perma l 1.000E+00
|
||
|
|
44 ivoronoi INT scalar scalar const perma l 1.000E+00
|
||
|
|
45 iopt2to2 INT scalar scalar const perma l 2.000E+00
|
||
|
|
46 dumptype CHAR scalar scalar const perma l binary
|
||
|
|
47 velname CHAR scalar scalar const perma l vels
|
||
|
|
48 densname CHAR scalar scalar const perma l ric
|
||
|
|
49 presname CHAR scalar scalar const perma l pic
|
||
|
|
50 enername CHAR scalar scalar const perma l eic
|
||
|
|
51 xmin REAL scalar scalar const perma l 0.000E+00
|
||
|
|
52 ymin REAL scalar scalar const perma l 0.000E+00
|
||
|
|
53 zmin REAL scalar scalar const perma l -1.000E+00
|
||
|
|
54 xmax REAL scalar scalar const perma l 6.000E+00
|
||
|
|
55 ymax REAL scalar scalar const perma l 6.000E+00
|
||
|
|
56 zmax REAL scalar scalar const perma l 1.000E+00
|
||
|
|
57 kdtree_level INT scalar scalar const perma l 0.000E+00
|
||
|
|
58 max_number_sets INT scalar scalar const perma l 6.400E+01
|
||
|
|
59 number_of_psets INT scalar scalar const perma l 0.000E+00
|
||
|
|
60 number_of_eltse INT scalar scalar const perma l 0.000E+00
|
||
|
|
61 psetnames VCHA scalar max_number_sets const perma l
|
||
|
|
62 eltsetnames VCHA scalar max_number_sets const perma l
|
||
|
|
63 geom_name CHAR scalar max_number_sets const perma l -defaultge
|
||
|
|
64 fsetnames VCHA scalar max_number_sets const perma l
|
||
|
|
65 number_of_fsets INT scalar scalar const perma l 0.000E+00
|
||
|
|
66 imtreal VDOU scalar nnodes linea perma gxa 0.000E+00
|
||
|
|
67 itetreal VDOU scalar nelements linea perma gxa 0.000E+00
|
||
|
|
cmo status cmo_sink
|
||
|
|
|
||
|
|
The current-mesh-object(CMO) is: cmo_sink
|
||
|
|
|
||
|
|
2 Mesh Object name: cmo_sink
|
||
|
|
number of nodes = 400 number of elements = 722
|
||
|
|
dimensions geometry = 3 element type = tri
|
||
|
|
dimensions topology = 2 3 nodes 3 faces 3 edges
|
||
|
|
boundary flag = 16000000 status = active
|
||
|
|
|
||
|
|
NAME TYPE RANK LENGTH INTER PERSI IO VALUE
|
||
|
|
|
||
|
|
1 -def- VDOU scalar nnodes linea tempo x 0.000E+00
|
||
|
|
2 scalar INT scalar scalar const perma l 1.000E+00
|
||
|
|
3 vector INT scalar scalar const perma l 3.000E+00
|
||
|
|
4 nnodes INT scalar scalar const perma l 4.000E+02
|
||
|
|
5 nedges INT scalar scalar const perma l 0.000E+00
|
||
|
|
6 nfaces INT scalar scalar const perma l 0.000E+00
|
||
|
|
7 nelements INT scalar scalar const perma l 7.220E+02
|
||
|
|
8 mbndry INT scalar scalar const perma l 1.600E+07
|
||
|
|
9 ndimensions_top INT scalar scalar const perma l 2.000E+00
|
||
|
|
10 ndimensions_geo INT scalar scalar const perma l 3.000E+00
|
||
|
|
11 nodes_per_eleme INT scalar scalar const perma l 3.000E+00
|
||
|
|
12 edges_per_eleme INT scalar scalar const perma l 3.000E+00
|
||
|
|
13 faces_per_eleme INT scalar scalar const perma l 3.000E+00
|
||
|
|
14 isetwd VDOU scalar nnodes or perma l 0.000E+00
|
||
|
|
15 ialias VINT scalar nnodes seque perma l 0.000E+00
|
||
|
|
16 imt1 VINT scalar nnodes max perma gal 0.000E+00
|
||
|
|
17 itp1 VINT scalar nnodes min perma gal 0.000E+00
|
||
|
|
18 icr1 VINT scalar nnodes min perma gal 0.000E+00
|
||
|
|
19 isn1 VINT scalar nnodes user perma gal 0.000E+00
|
||
|
|
20 xic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
21 yic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
22 zic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
23 xtetwd VDOU scalar nelements or perma l 0.000E+00
|
||
|
|
24 itetclr VINT scalar nelements user perma l 0.000E+00
|
||
|
|
25 itettyp VINT scalar nelements user perma l 0.000E+00
|
||
|
|
26 itetoff VINT scalar nelements user perma l 0.000E+00
|
||
|
|
27 jtetoff VINT scalar nelements user perma l 0.000E+00
|
||
|
|
28 itet VINT nodes_per_ nelements user perma l 0.000E+00
|
||
|
|
29 jtet VINT faces_per_ nelements user perma l 0.000E+00
|
||
|
|
30 ipolydat CHAR scalar scalar const perma l no
|
||
|
|
31 vor2d CHAR scalar scalar const perma l yes
|
||
|
|
32 vor3d CHAR scalar scalar const perma l no
|
||
|
|
33 epsilon REAL scalar scalar const perma l 1.000E-15
|
||
|
|
34 epsilonl REAL scalar scalar const perma l 1.110E-12
|
||
|
|
35 epsilona REAL scalar scalar const perma l 5.551E-12
|
||
|
|
36 epsilonv REAL scalar scalar const perma l 5.551E-12
|
||
|
|
37 ipointi INT scalar scalar const perma l 1.000E+00
|
||
|
|
38 ipointj INT scalar scalar const perma l 4.000E+02
|
||
|
|
39 idebug INT scalar scalar const perma l 0.000E+00
|
||
|
|
40 itypconv_sm INT scalar scalar const perma l 1.000E+00
|
||
|
|
41 maxiter_sm INT scalar scalar const perma l 2.500E+01
|
||
|
|
42 tolconv_sm REAL scalar scalar const perma l 1.000E+00
|
||
|
|
43 nnfreq INT scalar scalar const perma l 1.000E+00
|
||
|
|
44 ivoronoi INT scalar scalar const perma l 1.000E+00
|
||
|
|
45 iopt2to2 INT scalar scalar const perma l 2.000E+00
|
||
|
|
46 dumptype CHAR scalar scalar const perma l binary
|
||
|
|
47 velname CHAR scalar scalar const perma l vels
|
||
|
|
48 densname CHAR scalar scalar const perma l ric
|
||
|
|
49 presname CHAR scalar scalar const perma l pic
|
||
|
|
50 enername CHAR scalar scalar const perma l eic
|
||
|
|
51 xmin REAL scalar scalar const perma l 1.000E+00
|
||
|
|
52 ymin REAL scalar scalar const perma l 1.000E+00
|
||
|
|
53 zmin REAL scalar scalar const perma l 0.000E+00
|
||
|
|
54 xmax REAL scalar scalar const perma l 5.000E+00
|
||
|
|
55 ymax REAL scalar scalar const perma l 4.000E+00
|
||
|
|
56 zmax REAL scalar scalar const perma l 0.000E+00
|
||
|
|
57 kdtree_level INT scalar scalar const perma l 0.000E+00
|
||
|
|
58 max_number_sets INT scalar scalar const perma l 6.400E+01
|
||
|
|
59 number_of_psets INT scalar scalar const perma l 1.000E+00
|
||
|
|
60 number_of_eltse INT scalar scalar const perma l 0.000E+00
|
||
|
|
61 psetnames VCHA scalar max_number_sets const perma l
|
||
|
|
62 eltsetnames VCHA scalar max_number_sets const perma l
|
||
|
|
63 geom_name CHAR scalar max_number_sets const perma l -defaultge
|
||
|
|
64 fsetnames VCHA scalar max_number_sets const perma l
|
||
|
|
65 number_of_fsets INT scalar scalar const perma l 0.000E+00
|
||
|
|
66 imtreal VDOU scalar nnodes linea perma gxa 0.000E+00
|
||
|
|
67 itetreal VDOU scalar nelements linea perma gxa 0.000E+00
|
||
|
|
cmo printatt cmo_src imtreal minmax
|
||
|
|
ATTRIBUTE NAME MIN MAX DIFFERENCE LENGTH
|
||
|
|
imtreal 1.000000000E+00 3.000000000E+00 2.000000000E+00 98
|
||
|
|
|
||
|
|
cmo printatt cmo_sink imtreal minmax
|
||
|
|
ATTRIBUTE NAME MIN MAX DIFFERENCE LENGTH
|
||
|
|
imtreal 1.000000000E+00 5.000000000E+00 4.000000000E+00 400
|
||
|
|
|
||
|
|
* end compare here
|
||
|
|
cmo delete cmo_src
|
||
|
|
Released Mesh Object: cmo_src
|
||
|
|
cmo delete cmo_sink
|
||
|
|
Released Mesh Object: cmo_sink
|
||
|
|
*-----------------------------------------------------
|
||
|
|
* 05 TRI imt <- HEX imt with min tiebreaker
|
||
|
|
* tiebreaker set to min, interpolate attribute set to min
|
||
|
|
read avs input_3d_hex.inp cmo_src
|
||
|
|
cmo/addatt/cmo_src/imtreal/VDOUBLE/scalar/nnodes/linear/permanent/gxaf/0.0
|
||
|
|
finish
|
||
|
|
cmo/addatt/cmo_src/itetreal/VDOUBLE/scalar/nelements/linear/permanent/gxaf/0.0
|
||
|
|
finish
|
||
|
|
geniee
|
||
|
|
finish
|
||
|
|
cmo/status/brief
|
||
|
|
|
||
|
|
The current-mesh-object(CMO) is: cmo_src
|
||
|
|
|
||
|
|
1 Mesh Object name: cmo_src
|
||
|
|
number of nodes = 98 number of elements = 36
|
||
|
|
dimensions geometry = 3 element type = hex
|
||
|
|
dimensions topology = 3 8 nodes 6 faces 12 edges
|
||
|
|
boundary flag = 16000000 status = active
|
||
|
|
|
||
|
|
|
||
|
|
finish
|
||
|
|
read avs input_2d_hires.inp cmo_sink
|
||
|
|
cmo/addatt/cmo_sink/imtreal/VDOUBLE/scalar/nnodes/linear/permanent/gxaf/0.0
|
||
|
|
finish
|
||
|
|
cmo/addatt/cmo_sink/itetreal/VDOUBLE/scalar/nelements/linear/permanent/gxaf/0.0
|
||
|
|
finish
|
||
|
|
geniee
|
||
|
|
finish
|
||
|
|
cmo/status/brief
|
||
|
|
|
||
|
|
The current-mesh-object(CMO) is: cmo_sink
|
||
|
|
|
||
|
|
1 Mesh Object name: cmo_src
|
||
|
|
number of nodes = 98 number of elements = 36
|
||
|
|
dimensions geometry = 3 element type = hex
|
||
|
|
dimensions topology = 3 8 nodes 6 faces 12 edges
|
||
|
|
boundary flag = 16000000 status = inactive
|
||
|
|
|
||
|
|
2 Mesh Object name: cmo_sink
|
||
|
|
number of nodes = 400 number of elements = 722
|
||
|
|
dimensions geometry = 3 element type = tri
|
||
|
|
dimensions topology = 2 3 nodes 3 faces 3 edges
|
||
|
|
boundary flag = 16000000 status = active
|
||
|
|
|
||
|
|
|
||
|
|
finish
|
||
|
|
cmo setatt cmo_sink imt1 5
|
||
|
|
400 values reset for attribute imt1
|
||
|
|
|
||
|
|
intrp/voronoi/cmo_sink imt1/1,0,0/cmo_src imt1/tiemin,min
|
||
|
|
nodes in indexed point set = 400
|
||
|
|
|
||
|
|
INTRP METHOD: voronoi FUNCTION: min
|
||
|
|
TIEBREAKER: mintie FLAG: plus1 0.400000000000E+01
|
||
|
|
|
||
|
|
|
||
|
|
Build kdtree0 done - assign nearest node for each.
|
||
|
|
|
||
|
|
|
||
|
|
Sink point Points Searched Points Found Percent Done
|
||
|
|
|
||
|
|
101 202 101 25 %
|
||
|
|
201 402 201 50 %
|
||
|
|
301 602 301 75 %
|
||
|
|
400 800 400 100%
|
||
|
|
|
||
|
|
Total Source Nodes: 98
|
||
|
|
Total Sink Nodes: 400
|
||
|
|
|
||
|
|
|
||
|
|
interpolate/voronoi done.
|
||
|
|
|
||
|
|
cmo select cmo_sink
|
||
|
|
finish
|
||
|
|
cmo kdtree release
|
||
|
|
finish
|
||
|
|
dump avs output_vor05.inp cmo_sink
|
||
|
|
cmo/modatt/-def-/-def-/ioflag/x
|
||
|
|
finish
|
||
|
|
* begin compare here
|
||
|
|
cmo status cmo_src
|
||
|
|
|
||
|
|
The current-mesh-object(CMO) is: cmo_sink
|
||
|
|
|
||
|
|
1 Mesh Object name: cmo_src
|
||
|
|
number of nodes = 98 number of elements = 36
|
||
|
|
dimensions geometry = 3 element type = hex
|
||
|
|
dimensions topology = 3 8 nodes 6 faces 12 edges
|
||
|
|
boundary flag = 16000000 status = inactive
|
||
|
|
|
||
|
|
NAME TYPE RANK LENGTH INTER PERSI IO VALUE
|
||
|
|
|
||
|
|
1 -def- VDOU scalar nnodes linea tempo agl 0.000E+00
|
||
|
|
2 scalar INT scalar scalar const perma l 1.000E+00
|
||
|
|
3 vector INT scalar scalar const perma l 3.000E+00
|
||
|
|
4 nnodes INT scalar scalar const perma l 9.800E+01
|
||
|
|
5 nedges INT scalar scalar const perma l 0.000E+00
|
||
|
|
6 nfaces INT scalar scalar const perma l 0.000E+00
|
||
|
|
7 nelements INT scalar scalar const perma l 3.600E+01
|
||
|
|
8 mbndry INT scalar scalar const perma l 1.600E+07
|
||
|
|
9 ndimensions_top INT scalar scalar const perma l 3.000E+00
|
||
|
|
10 ndimensions_geo INT scalar scalar const perma l 3.000E+00
|
||
|
|
11 nodes_per_eleme INT scalar scalar const perma l 8.000E+00
|
||
|
|
12 edges_per_eleme INT scalar scalar const perma l 1.200E+01
|
||
|
|
13 faces_per_eleme INT scalar scalar const perma l 6.000E+00
|
||
|
|
14 isetwd VDOU scalar nnodes or perma l 0.000E+00
|
||
|
|
15 ialias VINT scalar nnodes seque perma l 0.000E+00
|
||
|
|
16 imt1 VINT scalar nnodes max perma gal 0.000E+00
|
||
|
|
17 itp1 VINT scalar nnodes min perma gal 0.000E+00
|
||
|
|
18 icr1 VINT scalar nnodes min perma gal 0.000E+00
|
||
|
|
19 isn1 VINT scalar nnodes user perma gal 0.000E+00
|
||
|
|
20 xic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
21 yic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
22 zic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
23 xtetwd VDOU scalar nelements or perma l 0.000E+00
|
||
|
|
24 itetclr VINT scalar nelements user perma l 0.000E+00
|
||
|
|
25 itettyp VINT scalar nelements user perma l 0.000E+00
|
||
|
|
26 itetoff VINT scalar nelements user perma l 0.000E+00
|
||
|
|
27 jtetoff VINT scalar nelements user perma l 0.000E+00
|
||
|
|
28 itet VINT nodes_per_ nelements user perma l 0.000E+00
|
||
|
|
29 jtet VINT faces_per_ nelements user perma l 0.000E+00
|
||
|
|
30 ipolydat CHAR scalar scalar const perma l no
|
||
|
|
31 vor2d CHAR scalar scalar const perma l yes
|
||
|
|
32 vor3d CHAR scalar scalar const perma l no
|
||
|
|
33 epsilon REAL scalar scalar const perma l 1.000E-15
|
||
|
|
34 epsilonl REAL scalar scalar const perma l 1.936E-12
|
||
|
|
35 epsilona REAL scalar scalar const perma l 1.688E-11
|
||
|
|
36 epsilonv REAL scalar scalar const perma l 1.599E-11
|
||
|
|
37 ipointi INT scalar scalar const perma l 1.000E+00
|
||
|
|
38 ipointj INT scalar scalar const perma l 9.800E+01
|
||
|
|
39 idebug INT scalar scalar const perma l 0.000E+00
|
||
|
|
40 itypconv_sm INT scalar scalar const perma l 1.000E+00
|
||
|
|
41 maxiter_sm INT scalar scalar const perma l 2.500E+01
|
||
|
|
42 tolconv_sm REAL scalar scalar const perma l 1.000E+00
|
||
|
|
43 nnfreq INT scalar scalar const perma l 1.000E+00
|
||
|
|
44 ivoronoi INT scalar scalar const perma l 1.000E+00
|
||
|
|
45 iopt2to2 INT scalar scalar const perma l 2.000E+00
|
||
|
|
46 dumptype CHAR scalar scalar const perma l binary
|
||
|
|
47 velname CHAR scalar scalar const perma l vels
|
||
|
|
48 densname CHAR scalar scalar const perma l ric
|
||
|
|
49 presname CHAR scalar scalar const perma l pic
|
||
|
|
50 enername CHAR scalar scalar const perma l eic
|
||
|
|
51 xmin REAL scalar scalar const perma l 0.000E+00
|
||
|
|
52 ymin REAL scalar scalar const perma l 0.000E+00
|
||
|
|
53 zmin REAL scalar scalar const perma l -1.000E+00
|
||
|
|
54 xmax REAL scalar scalar const perma l 6.000E+00
|
||
|
|
55 ymax REAL scalar scalar const perma l 6.000E+00
|
||
|
|
56 zmax REAL scalar scalar const perma l 1.000E+00
|
||
|
|
57 kdtree_level INT scalar scalar const perma l 0.000E+00
|
||
|
|
58 max_number_sets INT scalar scalar const perma l 6.400E+01
|
||
|
|
59 number_of_psets INT scalar scalar const perma l 0.000E+00
|
||
|
|
60 number_of_eltse INT scalar scalar const perma l 0.000E+00
|
||
|
|
61 psetnames VCHA scalar max_number_sets const perma l
|
||
|
|
62 eltsetnames VCHA scalar max_number_sets const perma l
|
||
|
|
63 geom_name CHAR scalar max_number_sets const perma l -defaultge
|
||
|
|
64 fsetnames VCHA scalar max_number_sets const perma l
|
||
|
|
65 number_of_fsets INT scalar scalar const perma l 0.000E+00
|
||
|
|
66 imtreal VDOU scalar nnodes linea perma gxa 0.000E+00
|
||
|
|
67 itetreal VDOU scalar nelements linea perma gxa 0.000E+00
|
||
|
|
cmo status cmo_sink
|
||
|
|
|
||
|
|
The current-mesh-object(CMO) is: cmo_sink
|
||
|
|
|
||
|
|
2 Mesh Object name: cmo_sink
|
||
|
|
number of nodes = 400 number of elements = 722
|
||
|
|
dimensions geometry = 3 element type = tri
|
||
|
|
dimensions topology = 2 3 nodes 3 faces 3 edges
|
||
|
|
boundary flag = 16000000 status = active
|
||
|
|
|
||
|
|
NAME TYPE RANK LENGTH INTER PERSI IO VALUE
|
||
|
|
|
||
|
|
1 -def- VDOU scalar nnodes linea tempo x 0.000E+00
|
||
|
|
2 scalar INT scalar scalar const perma l 1.000E+00
|
||
|
|
3 vector INT scalar scalar const perma l 3.000E+00
|
||
|
|
4 nnodes INT scalar scalar const perma l 4.000E+02
|
||
|
|
5 nedges INT scalar scalar const perma l 0.000E+00
|
||
|
|
6 nfaces INT scalar scalar const perma l 0.000E+00
|
||
|
|
7 nelements INT scalar scalar const perma l 7.220E+02
|
||
|
|
8 mbndry INT scalar scalar const perma l 1.600E+07
|
||
|
|
9 ndimensions_top INT scalar scalar const perma l 2.000E+00
|
||
|
|
10 ndimensions_geo INT scalar scalar const perma l 3.000E+00
|
||
|
|
11 nodes_per_eleme INT scalar scalar const perma l 3.000E+00
|
||
|
|
12 edges_per_eleme INT scalar scalar const perma l 3.000E+00
|
||
|
|
13 faces_per_eleme INT scalar scalar const perma l 3.000E+00
|
||
|
|
14 isetwd VDOU scalar nnodes or perma l 0.000E+00
|
||
|
|
15 ialias VINT scalar nnodes seque perma l 0.000E+00
|
||
|
|
16 imt1 VINT scalar nnodes max perma gal 0.000E+00
|
||
|
|
17 itp1 VINT scalar nnodes min perma gal 0.000E+00
|
||
|
|
18 icr1 VINT scalar nnodes min perma gal 0.000E+00
|
||
|
|
19 isn1 VINT scalar nnodes user perma gal 0.000E+00
|
||
|
|
20 xic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
21 yic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
22 zic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
23 xtetwd VDOU scalar nelements or perma l 0.000E+00
|
||
|
|
24 itetclr VINT scalar nelements user perma l 0.000E+00
|
||
|
|
25 itettyp VINT scalar nelements user perma l 0.000E+00
|
||
|
|
26 itetoff VINT scalar nelements user perma l 0.000E+00
|
||
|
|
27 jtetoff VINT scalar nelements user perma l 0.000E+00
|
||
|
|
28 itet VINT nodes_per_ nelements user perma l 0.000E+00
|
||
|
|
29 jtet VINT faces_per_ nelements user perma l 0.000E+00
|
||
|
|
30 ipolydat CHAR scalar scalar const perma l no
|
||
|
|
31 vor2d CHAR scalar scalar const perma l yes
|
||
|
|
32 vor3d CHAR scalar scalar const perma l no
|
||
|
|
33 epsilon REAL scalar scalar const perma l 1.000E-15
|
||
|
|
34 epsilonl REAL scalar scalar const perma l 1.110E-12
|
||
|
|
35 epsilona REAL scalar scalar const perma l 5.551E-12
|
||
|
|
36 epsilonv REAL scalar scalar const perma l 5.551E-12
|
||
|
|
37 ipointi INT scalar scalar const perma l 1.000E+00
|
||
|
|
38 ipointj INT scalar scalar const perma l 4.000E+02
|
||
|
|
39 idebug INT scalar scalar const perma l 0.000E+00
|
||
|
|
40 itypconv_sm INT scalar scalar const perma l 1.000E+00
|
||
|
|
41 maxiter_sm INT scalar scalar const perma l 2.500E+01
|
||
|
|
42 tolconv_sm REAL scalar scalar const perma l 1.000E+00
|
||
|
|
43 nnfreq INT scalar scalar const perma l 1.000E+00
|
||
|
|
44 ivoronoi INT scalar scalar const perma l 1.000E+00
|
||
|
|
45 iopt2to2 INT scalar scalar const perma l 2.000E+00
|
||
|
|
46 dumptype CHAR scalar scalar const perma l binary
|
||
|
|
47 velname CHAR scalar scalar const perma l vels
|
||
|
|
48 densname CHAR scalar scalar const perma l ric
|
||
|
|
49 presname CHAR scalar scalar const perma l pic
|
||
|
|
50 enername CHAR scalar scalar const perma l eic
|
||
|
|
51 xmin REAL scalar scalar const perma l 1.000E+00
|
||
|
|
52 ymin REAL scalar scalar const perma l 1.000E+00
|
||
|
|
53 zmin REAL scalar scalar const perma l 0.000E+00
|
||
|
|
54 xmax REAL scalar scalar const perma l 5.000E+00
|
||
|
|
55 ymax REAL scalar scalar const perma l 4.000E+00
|
||
|
|
56 zmax REAL scalar scalar const perma l 0.000E+00
|
||
|
|
57 kdtree_level INT scalar scalar const perma l 0.000E+00
|
||
|
|
58 max_number_sets INT scalar scalar const perma l 6.400E+01
|
||
|
|
59 number_of_psets INT scalar scalar const perma l 0.000E+00
|
||
|
|
60 number_of_eltse INT scalar scalar const perma l 0.000E+00
|
||
|
|
61 psetnames VCHA scalar max_number_sets const perma l
|
||
|
|
62 eltsetnames VCHA scalar max_number_sets const perma l
|
||
|
|
63 geom_name CHAR scalar max_number_sets const perma l -defaultge
|
||
|
|
64 fsetnames VCHA scalar max_number_sets const perma l
|
||
|
|
65 number_of_fsets INT scalar scalar const perma l 0.000E+00
|
||
|
|
66 imtreal VDOU scalar nnodes linea perma gxa 0.000E+00
|
||
|
|
67 itetreal VDOU scalar nelements linea perma gxa 0.000E+00
|
||
|
|
cmo printatt cmo_src imt1 minmax
|
||
|
|
ATTRIBUTE NAME MIN MAX DIFFERENCE LENGTH
|
||
|
|
imt1 1 3 2 98
|
||
|
|
|
||
|
|
cmo printatt cmo_sink imt1 minmax
|
||
|
|
ATTRIBUTE NAME MIN MAX DIFFERENCE LENGTH
|
||
|
|
imt1 1 3 2 400
|
||
|
|
|
||
|
|
* end compare here
|
||
|
|
cmo delete cmo_src
|
||
|
|
Released Mesh Object: cmo_src
|
||
|
|
cmo delete cmo_sink
|
||
|
|
Released Mesh Object: cmo_sink
|
||
|
|
*-----------------------------------------------------
|
||
|
|
* 06 TRI <- TET
|
||
|
|
read avs input_3d_tet.inp cmo_src
|
||
|
|
cmo/addatt/cmo_src/iign/VDOUBLE/scalar/nnodes/linear/permanent/gxaf/0.0
|
||
|
|
finish
|
||
|
|
geniee
|
||
|
|
finish
|
||
|
|
cmo/status/brief
|
||
|
|
|
||
|
|
The current-mesh-object(CMO) is: cmo_src
|
||
|
|
|
||
|
|
1 Mesh Object name: cmo_src
|
||
|
|
number of nodes = 98 number of elements = 216
|
||
|
|
dimensions geometry = 3 element type = tet
|
||
|
|
dimensions topology = 3 4 nodes 4 faces 6 edges
|
||
|
|
boundary flag = 16000000 status = active
|
||
|
|
|
||
|
|
|
||
|
|
finish
|
||
|
|
read avs input_2d_hires.inp cmo_sink
|
||
|
|
cmo/addatt/cmo_sink/imtreal/VDOUBLE/scalar/nnodes/linear/permanent/gxaf/0.0
|
||
|
|
finish
|
||
|
|
cmo/addatt/cmo_sink/itetreal/VDOUBLE/scalar/nelements/linear/permanent/gxaf/0.0
|
||
|
|
finish
|
||
|
|
geniee
|
||
|
|
finish
|
||
|
|
cmo/status/brief
|
||
|
|
|
||
|
|
The current-mesh-object(CMO) is: cmo_sink
|
||
|
|
|
||
|
|
1 Mesh Object name: cmo_src
|
||
|
|
number of nodes = 98 number of elements = 216
|
||
|
|
dimensions geometry = 3 element type = tet
|
||
|
|
dimensions topology = 3 4 nodes 4 faces 6 edges
|
||
|
|
boundary flag = 16000000 status = inactive
|
||
|
|
|
||
|
|
2 Mesh Object name: cmo_sink
|
||
|
|
number of nodes = 400 number of elements = 722
|
||
|
|
dimensions geometry = 3 element type = tri
|
||
|
|
dimensions topology = 2 3 nodes 3 faces 3 edges
|
||
|
|
boundary flag = 16000000 status = active
|
||
|
|
|
||
|
|
|
||
|
|
finish
|
||
|
|
cmo setatt cmo_sink imt1 5
|
||
|
|
400 values reset for attribute imt1
|
||
|
|
|
||
|
|
intrp/voronoi/cmo_sink imt1/1,0,0/cmo_src imt1/
|
||
|
|
nodes in indexed point set = 400
|
||
|
|
|
||
|
|
INTRP METHOD: voronoi FUNCTION: max
|
||
|
|
TIEBREAKER: maxtie FLAG: plus1 0.400000000000E+01
|
||
|
|
|
||
|
|
|
||
|
|
Build kdtree0 done - assign nearest node for each.
|
||
|
|
|
||
|
|
|
||
|
|
Sink point Points Searched Points Found Percent Done
|
||
|
|
|
||
|
|
101 202 101 25 %
|
||
|
|
201 402 201 50 %
|
||
|
|
301 602 301 75 %
|
||
|
|
400 800 400 100%
|
||
|
|
|
||
|
|
Total Source Nodes: 98
|
||
|
|
Total Sink Nodes: 400
|
||
|
|
|
||
|
|
|
||
|
|
interpolate/voronoi done.
|
||
|
|
|
||
|
|
cmo select cmo_sink
|
||
|
|
finish
|
||
|
|
cmo kdtree release
|
||
|
|
finish
|
||
|
|
dump avs output_vor06.inp cmo_sink
|
||
|
|
cmo/modatt/-def-/-def-/ioflag/x
|
||
|
|
finish
|
||
|
|
* begin compare here
|
||
|
|
cmo status cmo_src
|
||
|
|
|
||
|
|
The current-mesh-object(CMO) is: cmo_sink
|
||
|
|
|
||
|
|
1 Mesh Object name: cmo_src
|
||
|
|
number of nodes = 98 number of elements = 216
|
||
|
|
dimensions geometry = 3 element type = tet
|
||
|
|
dimensions topology = 3 4 nodes 4 faces 6 edges
|
||
|
|
boundary flag = 16000000 status = inactive
|
||
|
|
|
||
|
|
NAME TYPE RANK LENGTH INTER PERSI IO VALUE
|
||
|
|
|
||
|
|
1 -def- VDOU scalar nnodes linea tempo agl 0.000E+00
|
||
|
|
2 scalar INT scalar scalar const perma l 1.000E+00
|
||
|
|
3 vector INT scalar scalar const perma l 3.000E+00
|
||
|
|
4 nnodes INT scalar scalar const perma l 9.800E+01
|
||
|
|
5 nedges INT scalar scalar const perma l 0.000E+00
|
||
|
|
6 nfaces INT scalar scalar const perma l 0.000E+00
|
||
|
|
7 nelements INT scalar scalar const perma l 2.160E+02
|
||
|
|
8 mbndry INT scalar scalar const perma l 1.600E+07
|
||
|
|
9 ndimensions_top INT scalar scalar const perma l 3.000E+00
|
||
|
|
10 ndimensions_geo INT scalar scalar const perma l 3.000E+00
|
||
|
|
11 nodes_per_eleme INT scalar scalar const perma l 4.000E+00
|
||
|
|
12 edges_per_eleme INT scalar scalar const perma l 6.000E+00
|
||
|
|
13 faces_per_eleme INT scalar scalar const perma l 4.000E+00
|
||
|
|
14 isetwd VDOU scalar nnodes or perma l 0.000E+00
|
||
|
|
15 ialias VINT scalar nnodes seque perma l 0.000E+00
|
||
|
|
16 imt1 VINT scalar nnodes max perma gal 0.000E+00
|
||
|
|
17 itp1 VINT scalar nnodes min perma gal 0.000E+00
|
||
|
|
18 icr1 VINT scalar nnodes min perma gal 0.000E+00
|
||
|
|
19 isn1 VINT scalar nnodes user perma gal 0.000E+00
|
||
|
|
20 xic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
21 yic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
22 zic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
23 xtetwd VDOU scalar nelements or perma l 0.000E+00
|
||
|
|
24 itetclr VINT scalar nelements user perma l 0.000E+00
|
||
|
|
25 itettyp VINT scalar nelements user perma l 0.000E+00
|
||
|
|
26 itetoff VINT scalar nelements user perma l 0.000E+00
|
||
|
|
27 jtetoff VINT scalar nelements user perma l 0.000E+00
|
||
|
|
28 itet VINT nodes_per_ nelements user perma l 0.000E+00
|
||
|
|
29 jtet VINT faces_per_ nelements user perma l 0.000E+00
|
||
|
|
30 ipolydat CHAR scalar scalar const perma l no
|
||
|
|
31 vor2d CHAR scalar scalar const perma l yes
|
||
|
|
32 vor3d CHAR scalar scalar const perma l no
|
||
|
|
33 epsilon REAL scalar scalar const perma l 1.000E-15
|
||
|
|
34 epsilonl REAL scalar scalar const perma l 1.936E-12
|
||
|
|
35 epsilona REAL scalar scalar const perma l 1.688E-11
|
||
|
|
36 epsilonv REAL scalar scalar const perma l 1.599E-11
|
||
|
|
37 ipointi INT scalar scalar const perma l 1.000E+00
|
||
|
|
38 ipointj INT scalar scalar const perma l 9.800E+01
|
||
|
|
39 idebug INT scalar scalar const perma l 0.000E+00
|
||
|
|
40 itypconv_sm INT scalar scalar const perma l 1.000E+00
|
||
|
|
41 maxiter_sm INT scalar scalar const perma l 2.500E+01
|
||
|
|
42 tolconv_sm REAL scalar scalar const perma l 1.000E+00
|
||
|
|
43 nnfreq INT scalar scalar const perma l 1.000E+00
|
||
|
|
44 ivoronoi INT scalar scalar const perma l 1.000E+00
|
||
|
|
45 iopt2to2 INT scalar scalar const perma l 2.000E+00
|
||
|
|
46 dumptype CHAR scalar scalar const perma l binary
|
||
|
|
47 velname CHAR scalar scalar const perma l vels
|
||
|
|
48 densname CHAR scalar scalar const perma l ric
|
||
|
|
49 presname CHAR scalar scalar const perma l pic
|
||
|
|
50 enername CHAR scalar scalar const perma l eic
|
||
|
|
51 xmin REAL scalar scalar const perma l 0.000E+00
|
||
|
|
52 ymin REAL scalar scalar const perma l 0.000E+00
|
||
|
|
53 zmin REAL scalar scalar const perma l -1.000E+00
|
||
|
|
54 xmax REAL scalar scalar const perma l 6.000E+00
|
||
|
|
55 ymax REAL scalar scalar const perma l 6.000E+00
|
||
|
|
56 zmax REAL scalar scalar const perma l 1.000E+00
|
||
|
|
57 kdtree_level INT scalar scalar const perma l 0.000E+00
|
||
|
|
58 max_number_sets INT scalar scalar const perma l 6.400E+01
|
||
|
|
59 number_of_psets INT scalar scalar const perma l 0.000E+00
|
||
|
|
60 number_of_eltse INT scalar scalar const perma l 0.000E+00
|
||
|
|
61 psetnames VCHA scalar max_number_sets const perma l
|
||
|
|
62 eltsetnames VCHA scalar max_number_sets const perma l
|
||
|
|
63 geom_name CHAR scalar max_number_sets const perma l -defaultge
|
||
|
|
64 fsetnames VCHA scalar max_number_sets const perma l
|
||
|
|
65 number_of_fsets INT scalar scalar const perma l 0.000E+00
|
||
|
|
66 iign VDOU scalar nnodes linea perma gxa 0.000E+00
|
||
|
|
cmo status cmo_sink
|
||
|
|
|
||
|
|
The current-mesh-object(CMO) is: cmo_sink
|
||
|
|
|
||
|
|
2 Mesh Object name: cmo_sink
|
||
|
|
number of nodes = 400 number of elements = 722
|
||
|
|
dimensions geometry = 3 element type = tri
|
||
|
|
dimensions topology = 2 3 nodes 3 faces 3 edges
|
||
|
|
boundary flag = 16000000 status = active
|
||
|
|
|
||
|
|
NAME TYPE RANK LENGTH INTER PERSI IO VALUE
|
||
|
|
|
||
|
|
1 -def- VDOU scalar nnodes linea tempo x 0.000E+00
|
||
|
|
2 scalar INT scalar scalar const perma l 1.000E+00
|
||
|
|
3 vector INT scalar scalar const perma l 3.000E+00
|
||
|
|
4 nnodes INT scalar scalar const perma l 4.000E+02
|
||
|
|
5 nedges INT scalar scalar const perma l 0.000E+00
|
||
|
|
6 nfaces INT scalar scalar const perma l 0.000E+00
|
||
|
|
7 nelements INT scalar scalar const perma l 7.220E+02
|
||
|
|
8 mbndry INT scalar scalar const perma l 1.600E+07
|
||
|
|
9 ndimensions_top INT scalar scalar const perma l 2.000E+00
|
||
|
|
10 ndimensions_geo INT scalar scalar const perma l 3.000E+00
|
||
|
|
11 nodes_per_eleme INT scalar scalar const perma l 3.000E+00
|
||
|
|
12 edges_per_eleme INT scalar scalar const perma l 3.000E+00
|
||
|
|
13 faces_per_eleme INT scalar scalar const perma l 3.000E+00
|
||
|
|
14 isetwd VDOU scalar nnodes or perma l 0.000E+00
|
||
|
|
15 ialias VINT scalar nnodes seque perma l 0.000E+00
|
||
|
|
16 imt1 VINT scalar nnodes max perma gal 0.000E+00
|
||
|
|
17 itp1 VINT scalar nnodes min perma gal 0.000E+00
|
||
|
|
18 icr1 VINT scalar nnodes min perma gal 0.000E+00
|
||
|
|
19 isn1 VINT scalar nnodes user perma gal 0.000E+00
|
||
|
|
20 xic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
21 yic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
22 zic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
23 xtetwd VDOU scalar nelements or perma l 0.000E+00
|
||
|
|
24 itetclr VINT scalar nelements user perma l 0.000E+00
|
||
|
|
25 itettyp VINT scalar nelements user perma l 0.000E+00
|
||
|
|
26 itetoff VINT scalar nelements user perma l 0.000E+00
|
||
|
|
27 jtetoff VINT scalar nelements user perma l 0.000E+00
|
||
|
|
28 itet VINT nodes_per_ nelements user perma l 0.000E+00
|
||
|
|
29 jtet VINT faces_per_ nelements user perma l 0.000E+00
|
||
|
|
30 ipolydat CHAR scalar scalar const perma l no
|
||
|
|
31 vor2d CHAR scalar scalar const perma l yes
|
||
|
|
32 vor3d CHAR scalar scalar const perma l no
|
||
|
|
33 epsilon REAL scalar scalar const perma l 1.000E-15
|
||
|
|
34 epsilonl REAL scalar scalar const perma l 1.110E-12
|
||
|
|
35 epsilona REAL scalar scalar const perma l 5.551E-12
|
||
|
|
36 epsilonv REAL scalar scalar const perma l 5.551E-12
|
||
|
|
37 ipointi INT scalar scalar const perma l 1.000E+00
|
||
|
|
38 ipointj INT scalar scalar const perma l 4.000E+02
|
||
|
|
39 idebug INT scalar scalar const perma l 0.000E+00
|
||
|
|
40 itypconv_sm INT scalar scalar const perma l 1.000E+00
|
||
|
|
41 maxiter_sm INT scalar scalar const perma l 2.500E+01
|
||
|
|
42 tolconv_sm REAL scalar scalar const perma l 1.000E+00
|
||
|
|
43 nnfreq INT scalar scalar const perma l 1.000E+00
|
||
|
|
44 ivoronoi INT scalar scalar const perma l 1.000E+00
|
||
|
|
45 iopt2to2 INT scalar scalar const perma l 2.000E+00
|
||
|
|
46 dumptype CHAR scalar scalar const perma l binary
|
||
|
|
47 velname CHAR scalar scalar const perma l vels
|
||
|
|
48 densname CHAR scalar scalar const perma l ric
|
||
|
|
49 presname CHAR scalar scalar const perma l pic
|
||
|
|
50 enername CHAR scalar scalar const perma l eic
|
||
|
|
51 xmin REAL scalar scalar const perma l 1.000E+00
|
||
|
|
52 ymin REAL scalar scalar const perma l 1.000E+00
|
||
|
|
53 zmin REAL scalar scalar const perma l 0.000E+00
|
||
|
|
54 xmax REAL scalar scalar const perma l 5.000E+00
|
||
|
|
55 ymax REAL scalar scalar const perma l 4.000E+00
|
||
|
|
56 zmax REAL scalar scalar const perma l 0.000E+00
|
||
|
|
57 kdtree_level INT scalar scalar const perma l 0.000E+00
|
||
|
|
58 max_number_sets INT scalar scalar const perma l 6.400E+01
|
||
|
|
59 number_of_psets INT scalar scalar const perma l 0.000E+00
|
||
|
|
60 number_of_eltse INT scalar scalar const perma l 0.000E+00
|
||
|
|
61 psetnames VCHA scalar max_number_sets const perma l
|
||
|
|
62 eltsetnames VCHA scalar max_number_sets const perma l
|
||
|
|
63 geom_name CHAR scalar max_number_sets const perma l -defaultge
|
||
|
|
64 fsetnames VCHA scalar max_number_sets const perma l
|
||
|
|
65 number_of_fsets INT scalar scalar const perma l 0.000E+00
|
||
|
|
66 imtreal VDOU scalar nnodes linea perma gxa 0.000E+00
|
||
|
|
67 itetreal VDOU scalar nelements linea perma gxa 0.000E+00
|
||
|
|
cmo printatt cmo_src imt1 minmax
|
||
|
|
ATTRIBUTE NAME MIN MAX DIFFERENCE LENGTH
|
||
|
|
imt1 1 3 2 98
|
||
|
|
|
||
|
|
cmo printatt cmo_sink imt1 minmax
|
||
|
|
ATTRIBUTE NAME MIN MAX DIFFERENCE LENGTH
|
||
|
|
imt1 1 3 2 400
|
||
|
|
|
||
|
|
* end compare here
|
||
|
|
* 3 materials
|
||
|
|
cmo delete cmo_src
|
||
|
|
Released Mesh Object: cmo_src
|
||
|
|
cmo delete cmo_sink
|
||
|
|
Released Mesh Object: cmo_sink
|
||
|
|
*-----------------------------------------------------
|
||
|
|
* 07 TRI <- QUAD
|
||
|
|
read avs input_random500_quad.inp cmo_src
|
||
|
|
geniee
|
||
|
|
finish
|
||
|
|
cmo/status/brief
|
||
|
|
|
||
|
|
The current-mesh-object(CMO) is: cmo_src
|
||
|
|
|
||
|
|
1 Mesh Object name: cmo_src
|
||
|
|
number of nodes = 12 number of elements = 6
|
||
|
|
dimensions geometry = 3 element type = qua
|
||
|
|
dimensions topology = 2 4 nodes 4 faces 4 edges
|
||
|
|
boundary flag = 16000000 status = active
|
||
|
|
|
||
|
|
|
||
|
|
finish
|
||
|
|
read avs input_500_tri.inp cmo_sink
|
||
|
|
cmo/addatt/cmo_sink/iign/VDOUBLE/scalar/nnodes/linear/permanent/gxaf/0.0
|
||
|
|
finish
|
||
|
|
geniee
|
||
|
|
finish
|
||
|
|
cmo/status/brief
|
||
|
|
|
||
|
|
The current-mesh-object(CMO) is: cmo_sink
|
||
|
|
|
||
|
|
1 Mesh Object name: cmo_src
|
||
|
|
number of nodes = 12 number of elements = 6
|
||
|
|
dimensions geometry = 3 element type = qua
|
||
|
|
dimensions topology = 2 4 nodes 4 faces 4 edges
|
||
|
|
boundary flag = 16000000 status = inactive
|
||
|
|
|
||
|
|
2 Mesh Object name: cmo_sink
|
||
|
|
number of nodes = 2500 number of elements = 4802
|
||
|
|
dimensions geometry = 3 element type = tri
|
||
|
|
dimensions topology = 2 3 nodes 3 faces 3 edges
|
||
|
|
boundary flag = 16000000 status = active
|
||
|
|
|
||
|
|
|
||
|
|
finish
|
||
|
|
cmo setatt cmo_sink imt1 5
|
||
|
|
2500 values reset for attribute imt1
|
||
|
|
|
||
|
|
cmo setatt cmo_sink itetclr 5
|
||
|
|
4802 values reset for attribute itetclr
|
||
|
|
|
||
|
|
intrp/voronoi/cmo_sink imt1/1,0,0/cmo_src imt1/
|
||
|
|
nodes in indexed point set = 2500
|
||
|
|
|
||
|
|
INTRP METHOD: voronoi FUNCTION: max
|
||
|
|
TIEBREAKER: maxtie FLAG: plus1 0.130000000000E+02
|
||
|
|
|
||
|
|
|
||
|
|
Build kdtree0 done - assign nearest node for each.
|
||
|
|
|
||
|
|
|
||
|
|
Sink point Points Searched Points Found Percent Done
|
||
|
|
|
||
|
|
626 626 626 25 %
|
||
|
|
1251 1251 1251 50 %
|
||
|
|
1876 1876 1876 75 %
|
||
|
|
2500 2500 2500 100%
|
||
|
|
|
||
|
|
Total Source Nodes: 12
|
||
|
|
Total Sink Nodes: 2500
|
||
|
|
|
||
|
|
|
||
|
|
interpolate/voronoi done.
|
||
|
|
|
||
|
|
cmo select cmo_sink
|
||
|
|
finish
|
||
|
|
cmo kdtree release
|
||
|
|
finish
|
||
|
|
dump avs output_vor07.inp cmo_sink
|
||
|
|
cmo/modatt/-def-/-def-/ioflag/x
|
||
|
|
finish
|
||
|
|
* begin compare here
|
||
|
|
cmo status cmo_src
|
||
|
|
|
||
|
|
The current-mesh-object(CMO) is: cmo_sink
|
||
|
|
|
||
|
|
1 Mesh Object name: cmo_src
|
||
|
|
number of nodes = 12 number of elements = 6
|
||
|
|
dimensions geometry = 3 element type = qua
|
||
|
|
dimensions topology = 2 4 nodes 4 faces 4 edges
|
||
|
|
boundary flag = 16000000 status = inactive
|
||
|
|
|
||
|
|
NAME TYPE RANK LENGTH INTER PERSI IO VALUE
|
||
|
|
|
||
|
|
1 -def- VDOU scalar nnodes linea tempo agl 0.000E+00
|
||
|
|
2 scalar INT scalar scalar const perma l 1.000E+00
|
||
|
|
3 vector INT scalar scalar const perma l 3.000E+00
|
||
|
|
4 nnodes INT scalar scalar const perma l 1.200E+01
|
||
|
|
5 nedges INT scalar scalar const perma l 0.000E+00
|
||
|
|
6 nfaces INT scalar scalar const perma l 0.000E+00
|
||
|
|
7 nelements INT scalar scalar const perma l 6.000E+00
|
||
|
|
8 mbndry INT scalar scalar const perma l 1.600E+07
|
||
|
|
9 ndimensions_top INT scalar scalar const perma l 2.000E+00
|
||
|
|
10 ndimensions_geo INT scalar scalar const perma l 3.000E+00
|
||
|
|
11 nodes_per_eleme INT scalar scalar const perma l 4.000E+00
|
||
|
|
12 edges_per_eleme INT scalar scalar const perma l 4.000E+00
|
||
|
|
13 faces_per_eleme INT scalar scalar const perma l 4.000E+00
|
||
|
|
14 isetwd VDOU scalar nnodes or perma l 0.000E+00
|
||
|
|
15 ialias VINT scalar nnodes seque perma l 0.000E+00
|
||
|
|
16 imt1 VINT scalar nnodes max perma gal 0.000E+00
|
||
|
|
17 itp1 VINT scalar nnodes min perma gal 0.000E+00
|
||
|
|
18 icr1 VINT scalar nnodes min perma gal 0.000E+00
|
||
|
|
19 isn1 VINT scalar nnodes user perma gal 0.000E+00
|
||
|
|
20 xic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
21 yic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
22 zic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
23 xtetwd VDOU scalar nelements or perma l 0.000E+00
|
||
|
|
24 itetclr VINT scalar nelements user perma l 0.000E+00
|
||
|
|
25 itettyp VINT scalar nelements user perma l 0.000E+00
|
||
|
|
26 itetoff VINT scalar nelements user perma l 0.000E+00
|
||
|
|
27 jtetoff VINT scalar nelements user perma l 0.000E+00
|
||
|
|
28 itet VINT nodes_per_ nelements user perma l 0.000E+00
|
||
|
|
29 jtet VINT faces_per_ nelements user perma l 0.000E+00
|
||
|
|
30 ipolydat CHAR scalar scalar const perma l no
|
||
|
|
31 vor2d CHAR scalar scalar const perma l yes
|
||
|
|
32 vor3d CHAR scalar scalar const perma l no
|
||
|
|
33 epsilon REAL scalar scalar const perma l 1.000E-15
|
||
|
|
34 epsilonl REAL scalar scalar const perma l 1.734E-10
|
||
|
|
35 epsilona REAL scalar scalar const perma l 1.354E-07
|
||
|
|
36 epsilonv REAL scalar scalar const perma l 1.354E-07
|
||
|
|
37 ipointi INT scalar scalar const perma l 1.000E+00
|
||
|
|
38 ipointj INT scalar scalar const perma l 1.200E+01
|
||
|
|
39 idebug INT scalar scalar const perma l 0.000E+00
|
||
|
|
40 itypconv_sm INT scalar scalar const perma l 1.000E+00
|
||
|
|
41 maxiter_sm INT scalar scalar const perma l 2.500E+01
|
||
|
|
42 tolconv_sm REAL scalar scalar const perma l 1.000E+00
|
||
|
|
43 nnfreq INT scalar scalar const perma l 1.000E+00
|
||
|
|
44 ivoronoi INT scalar scalar const perma l 1.000E+00
|
||
|
|
45 iopt2to2 INT scalar scalar const perma l 2.000E+00
|
||
|
|
46 dumptype CHAR scalar scalar const perma l binary
|
||
|
|
47 velname CHAR scalar scalar const perma l vels
|
||
|
|
48 densname CHAR scalar scalar const perma l ric
|
||
|
|
49 presname CHAR scalar scalar const perma l pic
|
||
|
|
50 enername CHAR scalar scalar const perma l eic
|
||
|
|
51 xmin REAL scalar scalar const perma l 0.000E+00
|
||
|
|
52 ymin REAL scalar scalar const perma l 0.000E+00
|
||
|
|
53 zmin REAL scalar scalar const perma l 2.500E-01
|
||
|
|
54 xmax REAL scalar scalar const perma l 5.000E+02
|
||
|
|
55 ymax REAL scalar scalar const perma l 6.000E+02
|
||
|
|
56 zmax REAL scalar scalar const perma l 2.500E-01
|
||
|
|
57 kdtree_level INT scalar scalar const perma l 0.000E+00
|
||
|
|
58 max_number_sets INT scalar scalar const perma l 6.400E+01
|
||
|
|
59 number_of_psets INT scalar scalar const perma l 0.000E+00
|
||
|
|
60 number_of_eltse INT scalar scalar const perma l 0.000E+00
|
||
|
|
61 psetnames VCHA scalar max_number_sets const perma l
|
||
|
|
62 eltsetnames VCHA scalar max_number_sets const perma l
|
||
|
|
63 geom_name CHAR scalar max_number_sets const perma l -defaultge
|
||
|
|
64 fsetnames VCHA scalar max_number_sets const perma l
|
||
|
|
65 number_of_fsets INT scalar scalar const perma l 0.000E+00
|
||
|
|
cmo status cmo_sink
|
||
|
|
|
||
|
|
The current-mesh-object(CMO) is: cmo_sink
|
||
|
|
|
||
|
|
2 Mesh Object name: cmo_sink
|
||
|
|
number of nodes = 2500 number of elements = 4802
|
||
|
|
dimensions geometry = 3 element type = tri
|
||
|
|
dimensions topology = 2 3 nodes 3 faces 3 edges
|
||
|
|
boundary flag = 16000000 status = active
|
||
|
|
|
||
|
|
NAME TYPE RANK LENGTH INTER PERSI IO VALUE
|
||
|
|
|
||
|
|
1 -def- VDOU scalar nnodes linea tempo x 0.000E+00
|
||
|
|
2 scalar INT scalar scalar const perma l 1.000E+00
|
||
|
|
3 vector INT scalar scalar const perma l 3.000E+00
|
||
|
|
4 nnodes INT scalar scalar const perma l 2.500E+03
|
||
|
|
5 nedges INT scalar scalar const perma l 0.000E+00
|
||
|
|
6 nfaces INT scalar scalar const perma l 0.000E+00
|
||
|
|
7 nelements INT scalar scalar const perma l 4.802E+03
|
||
|
|
8 mbndry INT scalar scalar const perma l 1.600E+07
|
||
|
|
9 ndimensions_top INT scalar scalar const perma l 2.000E+00
|
||
|
|
10 ndimensions_geo INT scalar scalar const perma l 3.000E+00
|
||
|
|
11 nodes_per_eleme INT scalar scalar const perma l 3.000E+00
|
||
|
|
12 edges_per_eleme INT scalar scalar const perma l 3.000E+00
|
||
|
|
13 faces_per_eleme INT scalar scalar const perma l 3.000E+00
|
||
|
|
14 isetwd VDOU scalar nnodes or perma l 0.000E+00
|
||
|
|
15 ialias VINT scalar nnodes seque perma l 0.000E+00
|
||
|
|
16 imt1 VINT scalar nnodes max perma gal 0.000E+00
|
||
|
|
17 itp1 VINT scalar nnodes min perma gal 0.000E+00
|
||
|
|
18 icr1 VINT scalar nnodes min perma gal 0.000E+00
|
||
|
|
19 isn1 VINT scalar nnodes user perma gal 0.000E+00
|
||
|
|
20 xic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
21 yic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
22 zic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
23 xtetwd VDOU scalar nelements or perma l 0.000E+00
|
||
|
|
24 itetclr VINT scalar nelements user perma l 0.000E+00
|
||
|
|
25 itettyp VINT scalar nelements user perma l 0.000E+00
|
||
|
|
26 itetoff VINT scalar nelements user perma l 0.000E+00
|
||
|
|
27 jtetoff VINT scalar nelements user perma l 0.000E+00
|
||
|
|
28 itet VINT nodes_per_ nelements user perma l 0.000E+00
|
||
|
|
29 jtet VINT faces_per_ nelements user perma l 0.000E+00
|
||
|
|
30 ipolydat CHAR scalar scalar const perma l no
|
||
|
|
31 vor2d CHAR scalar scalar const perma l yes
|
||
|
|
32 vor3d CHAR scalar scalar const perma l no
|
||
|
|
33 epsilon REAL scalar scalar const perma l 1.000E-15
|
||
|
|
34 epsilonl REAL scalar scalar const perma l 1.570E-10
|
||
|
|
35 epsilona REAL scalar scalar const perma l 1.110E-07
|
||
|
|
36 epsilonv REAL scalar scalar const perma l 1.110E-07
|
||
|
|
37 ipointi INT scalar scalar const perma l 1.000E+00
|
||
|
|
38 ipointj INT scalar scalar const perma l 2.500E+03
|
||
|
|
39 idebug INT scalar scalar const perma l 0.000E+00
|
||
|
|
40 itypconv_sm INT scalar scalar const perma l 1.000E+00
|
||
|
|
41 maxiter_sm INT scalar scalar const perma l 2.500E+01
|
||
|
|
42 tolconv_sm REAL scalar scalar const perma l 1.000E+00
|
||
|
|
43 nnfreq INT scalar scalar const perma l 1.000E+00
|
||
|
|
44 ivoronoi INT scalar scalar const perma l 1.000E+00
|
||
|
|
45 iopt2to2 INT scalar scalar const perma l 2.000E+00
|
||
|
|
46 dumptype CHAR scalar scalar const perma l binary
|
||
|
|
47 velname CHAR scalar scalar const perma l vels
|
||
|
|
48 densname CHAR scalar scalar const perma l ric
|
||
|
|
49 presname CHAR scalar scalar const perma l pic
|
||
|
|
50 enername CHAR scalar scalar const perma l eic
|
||
|
|
51 xmin REAL scalar scalar const perma l 0.000E+00
|
||
|
|
52 ymin REAL scalar scalar const perma l 0.000E+00
|
||
|
|
53 zmin REAL scalar scalar const perma l 2.500E-01
|
||
|
|
54 xmax REAL scalar scalar const perma l 5.000E+02
|
||
|
|
55 ymax REAL scalar scalar const perma l 5.000E+02
|
||
|
|
56 zmax REAL scalar scalar const perma l 2.500E-01
|
||
|
|
57 kdtree_level INT scalar scalar const perma l 0.000E+00
|
||
|
|
58 max_number_sets INT scalar scalar const perma l 6.400E+01
|
||
|
|
59 number_of_psets INT scalar scalar const perma l 0.000E+00
|
||
|
|
60 number_of_eltse INT scalar scalar const perma l 0.000E+00
|
||
|
|
61 psetnames VCHA scalar max_number_sets const perma l
|
||
|
|
62 eltsetnames VCHA scalar max_number_sets const perma l
|
||
|
|
63 geom_name CHAR scalar max_number_sets const perma l -defaultge
|
||
|
|
64 fsetnames VCHA scalar max_number_sets const perma l
|
||
|
|
65 number_of_fsets INT scalar scalar const perma l 0.000E+00
|
||
|
|
66 iign VDOU scalar nnodes linea perma gxa 0.000E+00
|
||
|
|
cmo printatt cmo_src imt1 minmax
|
||
|
|
ATTRIBUTE NAME MIN MAX DIFFERENCE LENGTH
|
||
|
|
imt1 1 12 11 12
|
||
|
|
|
||
|
|
cmo printatt cmo_sink imt1 minmax
|
||
|
|
ATTRIBUTE NAME MIN MAX DIFFERENCE LENGTH
|
||
|
|
imt1 1 12 11 2500
|
||
|
|
|
||
|
|
* end compare here
|
||
|
|
cmo delete cmo_src
|
||
|
|
Released Mesh Object: cmo_src
|
||
|
|
cmo delete cmo_sink
|
||
|
|
Released Mesh Object: cmo_sink
|
||
|
|
*-----------------------------------------------------
|
||
|
|
* 08 TRI <- TRI
|
||
|
|
read avs input_random500_tri.inp cmo_src
|
||
|
|
cmo/addatt/cmo_src/iign/VDOUBLE/scalar/nnodes/linear/permanent/gxaf/0.0
|
||
|
|
finish
|
||
|
|
cmo/addatt/cmo_src/numreal/VDOUBLE/scalar/nnodes/linear/permanent/gxaf/0.0
|
||
|
|
finish
|
||
|
|
geniee
|
||
|
|
finish
|
||
|
|
cmo/status/brief
|
||
|
|
|
||
|
|
The current-mesh-object(CMO) is: cmo_src
|
||
|
|
|
||
|
|
1 Mesh Object name: cmo_src
|
||
|
|
number of nodes = 12 number of elements = 12
|
||
|
|
dimensions geometry = 3 element type = tri
|
||
|
|
dimensions topology = 2 3 nodes 3 faces 3 edges
|
||
|
|
boundary flag = 16000000 status = active
|
||
|
|
|
||
|
|
|
||
|
|
finish
|
||
|
|
read avs input_500_tri.inp cmo_sink
|
||
|
|
cmo/addatt/cmo_sink/iign/VDOUBLE/scalar/nnodes/linear/permanent/gxaf/0.0
|
||
|
|
finish
|
||
|
|
geniee
|
||
|
|
finish
|
||
|
|
cmo/status/brief
|
||
|
|
|
||
|
|
The current-mesh-object(CMO) is: cmo_sink
|
||
|
|
|
||
|
|
1 Mesh Object name: cmo_src
|
||
|
|
number of nodes = 12 number of elements = 12
|
||
|
|
dimensions geometry = 3 element type = tri
|
||
|
|
dimensions topology = 2 3 nodes 3 faces 3 edges
|
||
|
|
boundary flag = 16000000 status = inactive
|
||
|
|
|
||
|
|
2 Mesh Object name: cmo_sink
|
||
|
|
number of nodes = 2500 number of elements = 4802
|
||
|
|
dimensions geometry = 3 element type = tri
|
||
|
|
dimensions topology = 2 3 nodes 3 faces 3 edges
|
||
|
|
boundary flag = 16000000 status = active
|
||
|
|
|
||
|
|
|
||
|
|
finish
|
||
|
|
cmo setatt cmo_sink imt1 5
|
||
|
|
2500 values reset for attribute imt1
|
||
|
|
|
||
|
|
cmo setatt cmo_sink itetclr 5
|
||
|
|
4802 values reset for attribute itetclr
|
||
|
|
|
||
|
|
intrp/voronoi/cmo_sink imt1/1,0,0/cmo_src imt1/
|
||
|
|
nodes in indexed point set = 2500
|
||
|
|
|
||
|
|
INTRP METHOD: voronoi FUNCTION: max
|
||
|
|
TIEBREAKER: maxtie FLAG: plus1 0.130000000000E+02
|
||
|
|
|
||
|
|
|
||
|
|
Build kdtree0 done - assign nearest node for each.
|
||
|
|
|
||
|
|
|
||
|
|
Sink point Points Searched Points Found Percent Done
|
||
|
|
|
||
|
|
626 626 626 25 %
|
||
|
|
1251 1251 1251 50 %
|
||
|
|
1876 1876 1876 75 %
|
||
|
|
2500 2500 2500 100%
|
||
|
|
|
||
|
|
Total Source Nodes: 12
|
||
|
|
Total Sink Nodes: 2500
|
||
|
|
|
||
|
|
|
||
|
|
interpolate/voronoi done.
|
||
|
|
|
||
|
|
cmo select cmo_sink
|
||
|
|
finish
|
||
|
|
cmo kdtree release
|
||
|
|
finish
|
||
|
|
dump avs output_vor08.inp cmo_sink
|
||
|
|
cmo/modatt/-def-/-def-/ioflag/x
|
||
|
|
finish
|
||
|
|
* begin compare here
|
||
|
|
cmo status cmo_src
|
||
|
|
|
||
|
|
The current-mesh-object(CMO) is: cmo_sink
|
||
|
|
|
||
|
|
1 Mesh Object name: cmo_src
|
||
|
|
number of nodes = 12 number of elements = 12
|
||
|
|
dimensions geometry = 3 element type = tri
|
||
|
|
dimensions topology = 2 3 nodes 3 faces 3 edges
|
||
|
|
boundary flag = 16000000 status = inactive
|
||
|
|
|
||
|
|
NAME TYPE RANK LENGTH INTER PERSI IO VALUE
|
||
|
|
|
||
|
|
1 -def- VDOU scalar nnodes linea tempo agl 0.000E+00
|
||
|
|
2 scalar INT scalar scalar const perma l 1.000E+00
|
||
|
|
3 vector INT scalar scalar const perma l 3.000E+00
|
||
|
|
4 nnodes INT scalar scalar const perma l 1.200E+01
|
||
|
|
5 nedges INT scalar scalar const perma l 0.000E+00
|
||
|
|
6 nfaces INT scalar scalar const perma l 0.000E+00
|
||
|
|
7 nelements INT scalar scalar const perma l 1.200E+01
|
||
|
|
8 mbndry INT scalar scalar const perma l 1.600E+07
|
||
|
|
9 ndimensions_top INT scalar scalar const perma l 2.000E+00
|
||
|
|
10 ndimensions_geo INT scalar scalar const perma l 3.000E+00
|
||
|
|
11 nodes_per_eleme INT scalar scalar const perma l 3.000E+00
|
||
|
|
12 edges_per_eleme INT scalar scalar const perma l 3.000E+00
|
||
|
|
13 faces_per_eleme INT scalar scalar const perma l 3.000E+00
|
||
|
|
14 isetwd VDOU scalar nnodes or perma l 0.000E+00
|
||
|
|
15 ialias VINT scalar nnodes seque perma l 0.000E+00
|
||
|
|
16 imt1 VINT scalar nnodes max perma gal 0.000E+00
|
||
|
|
17 itp1 VINT scalar nnodes min perma gal 0.000E+00
|
||
|
|
18 icr1 VINT scalar nnodes min perma gal 0.000E+00
|
||
|
|
19 isn1 VINT scalar nnodes user perma gal 0.000E+00
|
||
|
|
20 xic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
21 yic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
22 zic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
23 xtetwd VDOU scalar nelements or perma l 0.000E+00
|
||
|
|
24 itetclr VINT scalar nelements user perma l 0.000E+00
|
||
|
|
25 itettyp VINT scalar nelements user perma l 0.000E+00
|
||
|
|
26 itetoff VINT scalar nelements user perma l 0.000E+00
|
||
|
|
27 jtetoff VINT scalar nelements user perma l 0.000E+00
|
||
|
|
28 itet VINT nodes_per_ nelements user perma l 0.000E+00
|
||
|
|
29 jtet VINT faces_per_ nelements user perma l 0.000E+00
|
||
|
|
30 ipolydat CHAR scalar scalar const perma l no
|
||
|
|
31 vor2d CHAR scalar scalar const perma l yes
|
||
|
|
32 vor3d CHAR scalar scalar const perma l no
|
||
|
|
33 epsilon REAL scalar scalar const perma l 1.000E-15
|
||
|
|
34 epsilonl REAL scalar scalar const perma l 1.734E-10
|
||
|
|
35 epsilona REAL scalar scalar const perma l 1.354E-07
|
||
|
|
36 epsilonv REAL scalar scalar const perma l 1.354E-07
|
||
|
|
37 ipointi INT scalar scalar const perma l 1.000E+00
|
||
|
|
38 ipointj INT scalar scalar const perma l 1.200E+01
|
||
|
|
39 idebug INT scalar scalar const perma l 0.000E+00
|
||
|
|
40 itypconv_sm INT scalar scalar const perma l 1.000E+00
|
||
|
|
41 maxiter_sm INT scalar scalar const perma l 2.500E+01
|
||
|
|
42 tolconv_sm REAL scalar scalar const perma l 1.000E+00
|
||
|
|
43 nnfreq INT scalar scalar const perma l 1.000E+00
|
||
|
|
44 ivoronoi INT scalar scalar const perma l 1.000E+00
|
||
|
|
45 iopt2to2 INT scalar scalar const perma l 2.000E+00
|
||
|
|
46 dumptype CHAR scalar scalar const perma l binary
|
||
|
|
47 velname CHAR scalar scalar const perma l vels
|
||
|
|
48 densname CHAR scalar scalar const perma l ric
|
||
|
|
49 presname CHAR scalar scalar const perma l pic
|
||
|
|
50 enername CHAR scalar scalar const perma l eic
|
||
|
|
51 xmin REAL scalar scalar const perma l 0.000E+00
|
||
|
|
52 ymin REAL scalar scalar const perma l 0.000E+00
|
||
|
|
53 zmin REAL scalar scalar const perma l 2.500E-01
|
||
|
|
54 xmax REAL scalar scalar const perma l 5.000E+02
|
||
|
|
55 ymax REAL scalar scalar const perma l 6.000E+02
|
||
|
|
56 zmax REAL scalar scalar const perma l 2.500E-01
|
||
|
|
57 kdtree_level INT scalar scalar const perma l 0.000E+00
|
||
|
|
58 max_number_sets INT scalar scalar const perma l 6.400E+01
|
||
|
|
59 number_of_psets INT scalar scalar const perma l 0.000E+00
|
||
|
|
60 number_of_eltse INT scalar scalar const perma l 0.000E+00
|
||
|
|
61 psetnames VCHA scalar max_number_sets const perma l
|
||
|
|
62 eltsetnames VCHA scalar max_number_sets const perma l
|
||
|
|
63 geom_name CHAR scalar max_number_sets const perma l -defaultge
|
||
|
|
64 fsetnames VCHA scalar max_number_sets const perma l
|
||
|
|
65 number_of_fsets INT scalar scalar const perma l 0.000E+00
|
||
|
|
66 iign VDOU scalar nnodes linea perma gxa 0.000E+00
|
||
|
|
67 numreal VDOU scalar nnodes linea perma gxa 0.000E+00
|
||
|
|
cmo status cmo_sink
|
||
|
|
|
||
|
|
The current-mesh-object(CMO) is: cmo_sink
|
||
|
|
|
||
|
|
2 Mesh Object name: cmo_sink
|
||
|
|
number of nodes = 2500 number of elements = 4802
|
||
|
|
dimensions geometry = 3 element type = tri
|
||
|
|
dimensions topology = 2 3 nodes 3 faces 3 edges
|
||
|
|
boundary flag = 16000000 status = active
|
||
|
|
|
||
|
|
NAME TYPE RANK LENGTH INTER PERSI IO VALUE
|
||
|
|
|
||
|
|
1 -def- VDOU scalar nnodes linea tempo x 0.000E+00
|
||
|
|
2 scalar INT scalar scalar const perma l 1.000E+00
|
||
|
|
3 vector INT scalar scalar const perma l 3.000E+00
|
||
|
|
4 nnodes INT scalar scalar const perma l 2.500E+03
|
||
|
|
5 nedges INT scalar scalar const perma l 0.000E+00
|
||
|
|
6 nfaces INT scalar scalar const perma l 0.000E+00
|
||
|
|
7 nelements INT scalar scalar const perma l 4.802E+03
|
||
|
|
8 mbndry INT scalar scalar const perma l 1.600E+07
|
||
|
|
9 ndimensions_top INT scalar scalar const perma l 2.000E+00
|
||
|
|
10 ndimensions_geo INT scalar scalar const perma l 3.000E+00
|
||
|
|
11 nodes_per_eleme INT scalar scalar const perma l 3.000E+00
|
||
|
|
12 edges_per_eleme INT scalar scalar const perma l 3.000E+00
|
||
|
|
13 faces_per_eleme INT scalar scalar const perma l 3.000E+00
|
||
|
|
14 isetwd VDOU scalar nnodes or perma l 0.000E+00
|
||
|
|
15 ialias VINT scalar nnodes seque perma l 0.000E+00
|
||
|
|
16 imt1 VINT scalar nnodes max perma gal 0.000E+00
|
||
|
|
17 itp1 VINT scalar nnodes min perma gal 0.000E+00
|
||
|
|
18 icr1 VINT scalar nnodes min perma gal 0.000E+00
|
||
|
|
19 isn1 VINT scalar nnodes user perma gal 0.000E+00
|
||
|
|
20 xic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
21 yic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
22 zic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
23 xtetwd VDOU scalar nelements or perma l 0.000E+00
|
||
|
|
24 itetclr VINT scalar nelements user perma l 0.000E+00
|
||
|
|
25 itettyp VINT scalar nelements user perma l 0.000E+00
|
||
|
|
26 itetoff VINT scalar nelements user perma l 0.000E+00
|
||
|
|
27 jtetoff VINT scalar nelements user perma l 0.000E+00
|
||
|
|
28 itet VINT nodes_per_ nelements user perma l 0.000E+00
|
||
|
|
29 jtet VINT faces_per_ nelements user perma l 0.000E+00
|
||
|
|
30 ipolydat CHAR scalar scalar const perma l no
|
||
|
|
31 vor2d CHAR scalar scalar const perma l yes
|
||
|
|
32 vor3d CHAR scalar scalar const perma l no
|
||
|
|
33 epsilon REAL scalar scalar const perma l 1.000E-15
|
||
|
|
34 epsilonl REAL scalar scalar const perma l 1.570E-10
|
||
|
|
35 epsilona REAL scalar scalar const perma l 1.110E-07
|
||
|
|
36 epsilonv REAL scalar scalar const perma l 1.110E-07
|
||
|
|
37 ipointi INT scalar scalar const perma l 1.000E+00
|
||
|
|
38 ipointj INT scalar scalar const perma l 2.500E+03
|
||
|
|
39 idebug INT scalar scalar const perma l 0.000E+00
|
||
|
|
40 itypconv_sm INT scalar scalar const perma l 1.000E+00
|
||
|
|
41 maxiter_sm INT scalar scalar const perma l 2.500E+01
|
||
|
|
42 tolconv_sm REAL scalar scalar const perma l 1.000E+00
|
||
|
|
43 nnfreq INT scalar scalar const perma l 1.000E+00
|
||
|
|
44 ivoronoi INT scalar scalar const perma l 1.000E+00
|
||
|
|
45 iopt2to2 INT scalar scalar const perma l 2.000E+00
|
||
|
|
46 dumptype CHAR scalar scalar const perma l binary
|
||
|
|
47 velname CHAR scalar scalar const perma l vels
|
||
|
|
48 densname CHAR scalar scalar const perma l ric
|
||
|
|
49 presname CHAR scalar scalar const perma l pic
|
||
|
|
50 enername CHAR scalar scalar const perma l eic
|
||
|
|
51 xmin REAL scalar scalar const perma l 0.000E+00
|
||
|
|
52 ymin REAL scalar scalar const perma l 0.000E+00
|
||
|
|
53 zmin REAL scalar scalar const perma l 2.500E-01
|
||
|
|
54 xmax REAL scalar scalar const perma l 5.000E+02
|
||
|
|
55 ymax REAL scalar scalar const perma l 5.000E+02
|
||
|
|
56 zmax REAL scalar scalar const perma l 2.500E-01
|
||
|
|
57 kdtree_level INT scalar scalar const perma l 0.000E+00
|
||
|
|
58 max_number_sets INT scalar scalar const perma l 6.400E+01
|
||
|
|
59 number_of_psets INT scalar scalar const perma l 0.000E+00
|
||
|
|
60 number_of_eltse INT scalar scalar const perma l 0.000E+00
|
||
|
|
61 psetnames VCHA scalar max_number_sets const perma l
|
||
|
|
62 eltsetnames VCHA scalar max_number_sets const perma l
|
||
|
|
63 geom_name CHAR scalar max_number_sets const perma l -defaultge
|
||
|
|
64 fsetnames VCHA scalar max_number_sets const perma l
|
||
|
|
65 number_of_fsets INT scalar scalar const perma l 0.000E+00
|
||
|
|
66 iign VDOU scalar nnodes linea perma gxa 0.000E+00
|
||
|
|
cmo printatt cmo_src imt1 minmax
|
||
|
|
ATTRIBUTE NAME MIN MAX DIFFERENCE LENGTH
|
||
|
|
imt1 1 12 11 12
|
||
|
|
|
||
|
|
cmo printatt cmo_sink imt1 minmax
|
||
|
|
ATTRIBUTE NAME MIN MAX DIFFERENCE LENGTH
|
||
|
|
imt1 1 12 11 2500
|
||
|
|
|
||
|
|
* end compare here
|
||
|
|
cmo delete cmo_src
|
||
|
|
Released Mesh Object: cmo_src
|
||
|
|
cmo delete cmo_sink
|
||
|
|
Released Mesh Object: cmo_sink
|
||
|
|
*-----------------------------------------------------
|
||
|
|
* 09 QUAD <- TRI
|
||
|
|
read avs input_random500_tri.inp cmo_src
|
||
|
|
cmo/addatt/cmo_src/iign/VDOUBLE/scalar/nnodes/linear/permanent/gxaf/0.0
|
||
|
|
finish
|
||
|
|
cmo/addatt/cmo_src/numreal/VDOUBLE/scalar/nnodes/linear/permanent/gxaf/0.0
|
||
|
|
finish
|
||
|
|
geniee
|
||
|
|
finish
|
||
|
|
cmo/status/brief
|
||
|
|
|
||
|
|
The current-mesh-object(CMO) is: cmo_src
|
||
|
|
|
||
|
|
1 Mesh Object name: cmo_src
|
||
|
|
number of nodes = 12 number of elements = 12
|
||
|
|
dimensions geometry = 3 element type = tri
|
||
|
|
dimensions topology = 2 3 nodes 3 faces 3 edges
|
||
|
|
boundary flag = 16000000 status = active
|
||
|
|
|
||
|
|
|
||
|
|
finish
|
||
|
|
read avs input_500_quad.inp cmo_sink
|
||
|
|
geniee
|
||
|
|
finish
|
||
|
|
cmo/status/brief
|
||
|
|
|
||
|
|
The current-mesh-object(CMO) is: cmo_sink
|
||
|
|
|
||
|
|
1 Mesh Object name: cmo_src
|
||
|
|
number of nodes = 12 number of elements = 12
|
||
|
|
dimensions geometry = 3 element type = tri
|
||
|
|
dimensions topology = 2 3 nodes 3 faces 3 edges
|
||
|
|
boundary flag = 16000000 status = inactive
|
||
|
|
|
||
|
|
2 Mesh Object name: cmo_sink
|
||
|
|
number of nodes = 2500 number of elements = 2401
|
||
|
|
dimensions geometry = 3 element type = qua
|
||
|
|
dimensions topology = 2 4 nodes 4 faces 4 edges
|
||
|
|
boundary flag = 16000000 status = active
|
||
|
|
|
||
|
|
|
||
|
|
finish
|
||
|
|
cmo setatt cmo_sink imt1 5
|
||
|
|
2500 values reset for attribute imt1
|
||
|
|
|
||
|
|
cmo setatt cmo_sink itetclr 5
|
||
|
|
2401 values reset for attribute itetclr
|
||
|
|
|
||
|
|
intrp/voronoi/cmo_sink imt1/1,0,0/cmo_src imt1/
|
||
|
|
nodes in indexed point set = 2500
|
||
|
|
|
||
|
|
INTRP METHOD: voronoi FUNCTION: max
|
||
|
|
TIEBREAKER: maxtie FLAG: plus1 0.130000000000E+02
|
||
|
|
|
||
|
|
|
||
|
|
Build kdtree0 done - assign nearest node for each.
|
||
|
|
|
||
|
|
|
||
|
|
Sink point Points Searched Points Found Percent Done
|
||
|
|
|
||
|
|
626 626 626 25 %
|
||
|
|
1251 1251 1251 50 %
|
||
|
|
1876 1876 1876 75 %
|
||
|
|
2500 2500 2500 100%
|
||
|
|
|
||
|
|
Total Source Nodes: 12
|
||
|
|
Total Sink Nodes: 2500
|
||
|
|
|
||
|
|
|
||
|
|
interpolate/voronoi done.
|
||
|
|
|
||
|
|
cmo select cmo_sink
|
||
|
|
finish
|
||
|
|
cmo kdtree release
|
||
|
|
finish
|
||
|
|
dump avs output_vor09.inp cmo_sink
|
||
|
|
cmo/modatt/-def-/-def-/ioflag/x
|
||
|
|
finish
|
||
|
|
* begin compare here
|
||
|
|
cmo status cmo_src
|
||
|
|
|
||
|
|
The current-mesh-object(CMO) is: cmo_sink
|
||
|
|
|
||
|
|
1 Mesh Object name: cmo_src
|
||
|
|
number of nodes = 12 number of elements = 12
|
||
|
|
dimensions geometry = 3 element type = tri
|
||
|
|
dimensions topology = 2 3 nodes 3 faces 3 edges
|
||
|
|
boundary flag = 16000000 status = inactive
|
||
|
|
|
||
|
|
NAME TYPE RANK LENGTH INTER PERSI IO VALUE
|
||
|
|
|
||
|
|
1 -def- VDOU scalar nnodes linea tempo agl 0.000E+00
|
||
|
|
2 scalar INT scalar scalar const perma l 1.000E+00
|
||
|
|
3 vector INT scalar scalar const perma l 3.000E+00
|
||
|
|
4 nnodes INT scalar scalar const perma l 1.200E+01
|
||
|
|
5 nedges INT scalar scalar const perma l 0.000E+00
|
||
|
|
6 nfaces INT scalar scalar const perma l 0.000E+00
|
||
|
|
7 nelements INT scalar scalar const perma l 1.200E+01
|
||
|
|
8 mbndry INT scalar scalar const perma l 1.600E+07
|
||
|
|
9 ndimensions_top INT scalar scalar const perma l 2.000E+00
|
||
|
|
10 ndimensions_geo INT scalar scalar const perma l 3.000E+00
|
||
|
|
11 nodes_per_eleme INT scalar scalar const perma l 3.000E+00
|
||
|
|
12 edges_per_eleme INT scalar scalar const perma l 3.000E+00
|
||
|
|
13 faces_per_eleme INT scalar scalar const perma l 3.000E+00
|
||
|
|
14 isetwd VDOU scalar nnodes or perma l 0.000E+00
|
||
|
|
15 ialias VINT scalar nnodes seque perma l 0.000E+00
|
||
|
|
16 imt1 VINT scalar nnodes max perma gal 0.000E+00
|
||
|
|
17 itp1 VINT scalar nnodes min perma gal 0.000E+00
|
||
|
|
18 icr1 VINT scalar nnodes min perma gal 0.000E+00
|
||
|
|
19 isn1 VINT scalar nnodes user perma gal 0.000E+00
|
||
|
|
20 xic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
21 yic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
22 zic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
23 xtetwd VDOU scalar nelements or perma l 0.000E+00
|
||
|
|
24 itetclr VINT scalar nelements user perma l 0.000E+00
|
||
|
|
25 itettyp VINT scalar nelements user perma l 0.000E+00
|
||
|
|
26 itetoff VINT scalar nelements user perma l 0.000E+00
|
||
|
|
27 jtetoff VINT scalar nelements user perma l 0.000E+00
|
||
|
|
28 itet VINT nodes_per_ nelements user perma l 0.000E+00
|
||
|
|
29 jtet VINT faces_per_ nelements user perma l 0.000E+00
|
||
|
|
30 ipolydat CHAR scalar scalar const perma l no
|
||
|
|
31 vor2d CHAR scalar scalar const perma l yes
|
||
|
|
32 vor3d CHAR scalar scalar const perma l no
|
||
|
|
33 epsilon REAL scalar scalar const perma l 1.000E-15
|
||
|
|
34 epsilonl REAL scalar scalar const perma l 1.734E-10
|
||
|
|
35 epsilona REAL scalar scalar const perma l 1.354E-07
|
||
|
|
36 epsilonv REAL scalar scalar const perma l 1.354E-07
|
||
|
|
37 ipointi INT scalar scalar const perma l 1.000E+00
|
||
|
|
38 ipointj INT scalar scalar const perma l 1.200E+01
|
||
|
|
39 idebug INT scalar scalar const perma l 0.000E+00
|
||
|
|
40 itypconv_sm INT scalar scalar const perma l 1.000E+00
|
||
|
|
41 maxiter_sm INT scalar scalar const perma l 2.500E+01
|
||
|
|
42 tolconv_sm REAL scalar scalar const perma l 1.000E+00
|
||
|
|
43 nnfreq INT scalar scalar const perma l 1.000E+00
|
||
|
|
44 ivoronoi INT scalar scalar const perma l 1.000E+00
|
||
|
|
45 iopt2to2 INT scalar scalar const perma l 2.000E+00
|
||
|
|
46 dumptype CHAR scalar scalar const perma l binary
|
||
|
|
47 velname CHAR scalar scalar const perma l vels
|
||
|
|
48 densname CHAR scalar scalar const perma l ric
|
||
|
|
49 presname CHAR scalar scalar const perma l pic
|
||
|
|
50 enername CHAR scalar scalar const perma l eic
|
||
|
|
51 xmin REAL scalar scalar const perma l 0.000E+00
|
||
|
|
52 ymin REAL scalar scalar const perma l 0.000E+00
|
||
|
|
53 zmin REAL scalar scalar const perma l 2.500E-01
|
||
|
|
54 xmax REAL scalar scalar const perma l 5.000E+02
|
||
|
|
55 ymax REAL scalar scalar const perma l 6.000E+02
|
||
|
|
56 zmax REAL scalar scalar const perma l 2.500E-01
|
||
|
|
57 kdtree_level INT scalar scalar const perma l 0.000E+00
|
||
|
|
58 max_number_sets INT scalar scalar const perma l 6.400E+01
|
||
|
|
59 number_of_psets INT scalar scalar const perma l 0.000E+00
|
||
|
|
60 number_of_eltse INT scalar scalar const perma l 0.000E+00
|
||
|
|
61 psetnames VCHA scalar max_number_sets const perma l
|
||
|
|
62 eltsetnames VCHA scalar max_number_sets const perma l
|
||
|
|
63 geom_name CHAR scalar max_number_sets const perma l -defaultge
|
||
|
|
64 fsetnames VCHA scalar max_number_sets const perma l
|
||
|
|
65 number_of_fsets INT scalar scalar const perma l 0.000E+00
|
||
|
|
66 iign VDOU scalar nnodes linea perma gxa 0.000E+00
|
||
|
|
67 numreal VDOU scalar nnodes linea perma gxa 0.000E+00
|
||
|
|
cmo status cmo_sink
|
||
|
|
|
||
|
|
The current-mesh-object(CMO) is: cmo_sink
|
||
|
|
|
||
|
|
2 Mesh Object name: cmo_sink
|
||
|
|
number of nodes = 2500 number of elements = 2401
|
||
|
|
dimensions geometry = 3 element type = qua
|
||
|
|
dimensions topology = 2 4 nodes 4 faces 4 edges
|
||
|
|
boundary flag = 16000000 status = active
|
||
|
|
|
||
|
|
NAME TYPE RANK LENGTH INTER PERSI IO VALUE
|
||
|
|
|
||
|
|
1 -def- VDOU scalar nnodes linea tempo x 0.000E+00
|
||
|
|
2 scalar INT scalar scalar const perma l 1.000E+00
|
||
|
|
3 vector INT scalar scalar const perma l 3.000E+00
|
||
|
|
4 nnodes INT scalar scalar const perma l 2.500E+03
|
||
|
|
5 nedges INT scalar scalar const perma l 0.000E+00
|
||
|
|
6 nfaces INT scalar scalar const perma l 0.000E+00
|
||
|
|
7 nelements INT scalar scalar const perma l 2.401E+03
|
||
|
|
8 mbndry INT scalar scalar const perma l 1.600E+07
|
||
|
|
9 ndimensions_top INT scalar scalar const perma l 2.000E+00
|
||
|
|
10 ndimensions_geo INT scalar scalar const perma l 3.000E+00
|
||
|
|
11 nodes_per_eleme INT scalar scalar const perma l 4.000E+00
|
||
|
|
12 edges_per_eleme INT scalar scalar const perma l 4.000E+00
|
||
|
|
13 faces_per_eleme INT scalar scalar const perma l 4.000E+00
|
||
|
|
14 isetwd VDOU scalar nnodes or perma l 0.000E+00
|
||
|
|
15 ialias VINT scalar nnodes seque perma l 0.000E+00
|
||
|
|
16 imt1 VINT scalar nnodes max perma gal 0.000E+00
|
||
|
|
17 itp1 VINT scalar nnodes min perma gal 0.000E+00
|
||
|
|
18 icr1 VINT scalar nnodes min perma gal 0.000E+00
|
||
|
|
19 isn1 VINT scalar nnodes user perma gal 0.000E+00
|
||
|
|
20 xic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
21 yic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
22 zic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
23 xtetwd VDOU scalar nelements or perma l 0.000E+00
|
||
|
|
24 itetclr VINT scalar nelements user perma l 0.000E+00
|
||
|
|
25 itettyp VINT scalar nelements user perma l 0.000E+00
|
||
|
|
26 itetoff VINT scalar nelements user perma l 0.000E+00
|
||
|
|
27 jtetoff VINT scalar nelements user perma l 0.000E+00
|
||
|
|
28 itet VINT nodes_per_ nelements user perma l 0.000E+00
|
||
|
|
29 jtet VINT faces_per_ nelements user perma l 0.000E+00
|
||
|
|
30 ipolydat CHAR scalar scalar const perma l no
|
||
|
|
31 vor2d CHAR scalar scalar const perma l yes
|
||
|
|
32 vor3d CHAR scalar scalar const perma l no
|
||
|
|
33 epsilon REAL scalar scalar const perma l 1.000E-15
|
||
|
|
34 epsilonl REAL scalar scalar const perma l 1.570E-10
|
||
|
|
35 epsilona REAL scalar scalar const perma l 1.110E-07
|
||
|
|
36 epsilonv REAL scalar scalar const perma l 1.110E-07
|
||
|
|
37 ipointi INT scalar scalar const perma l 1.000E+00
|
||
|
|
38 ipointj INT scalar scalar const perma l 2.500E+03
|
||
|
|
39 idebug INT scalar scalar const perma l 0.000E+00
|
||
|
|
40 itypconv_sm INT scalar scalar const perma l 1.000E+00
|
||
|
|
41 maxiter_sm INT scalar scalar const perma l 2.500E+01
|
||
|
|
42 tolconv_sm REAL scalar scalar const perma l 1.000E+00
|
||
|
|
43 nnfreq INT scalar scalar const perma l 1.000E+00
|
||
|
|
44 ivoronoi INT scalar scalar const perma l 1.000E+00
|
||
|
|
45 iopt2to2 INT scalar scalar const perma l 2.000E+00
|
||
|
|
46 dumptype CHAR scalar scalar const perma l binary
|
||
|
|
47 velname CHAR scalar scalar const perma l vels
|
||
|
|
48 densname CHAR scalar scalar const perma l ric
|
||
|
|
49 presname CHAR scalar scalar const perma l pic
|
||
|
|
50 enername CHAR scalar scalar const perma l eic
|
||
|
|
51 xmin REAL scalar scalar const perma l 0.000E+00
|
||
|
|
52 ymin REAL scalar scalar const perma l 0.000E+00
|
||
|
|
53 zmin REAL scalar scalar const perma l 2.500E-01
|
||
|
|
54 xmax REAL scalar scalar const perma l 5.000E+02
|
||
|
|
55 ymax REAL scalar scalar const perma l 5.000E+02
|
||
|
|
56 zmax REAL scalar scalar const perma l 2.500E-01
|
||
|
|
57 kdtree_level INT scalar scalar const perma l 0.000E+00
|
||
|
|
58 max_number_sets INT scalar scalar const perma l 6.400E+01
|
||
|
|
59 number_of_psets INT scalar scalar const perma l 0.000E+00
|
||
|
|
60 number_of_eltse INT scalar scalar const perma l 0.000E+00
|
||
|
|
61 psetnames VCHA scalar max_number_sets const perma l
|
||
|
|
62 eltsetnames VCHA scalar max_number_sets const perma l
|
||
|
|
63 geom_name CHAR scalar max_number_sets const perma l -defaultge
|
||
|
|
64 fsetnames VCHA scalar max_number_sets const perma l
|
||
|
|
65 number_of_fsets INT scalar scalar const perma l 0.000E+00
|
||
|
|
cmo printatt cmo_src imt1 minmax
|
||
|
|
ATTRIBUTE NAME MIN MAX DIFFERENCE LENGTH
|
||
|
|
imt1 1 12 11 12
|
||
|
|
|
||
|
|
cmo printatt cmo_sink imt1 minmax
|
||
|
|
ATTRIBUTE NAME MIN MAX DIFFERENCE LENGTH
|
||
|
|
imt1 1 12 11 2500
|
||
|
|
|
||
|
|
* end compare here
|
||
|
|
cmo delete cmo_src
|
||
|
|
Released Mesh Object: cmo_src
|
||
|
|
cmo delete cmo_sink
|
||
|
|
Released Mesh Object: cmo_sink
|
||
|
|
*-----------------------------------------------------
|
||
|
|
* 10 HEX <- TET
|
||
|
|
read avs input_centered_tet.inp cmo_src
|
||
|
|
cmo/addatt/cmo_src/pt_id/VDOUBLE/scalar/nnodes/linear/permanent/gxaf/0.0
|
||
|
|
finish
|
||
|
|
cmo/addatt/cmo_src/iign/VDOUBLE/scalar/nnodes/linear/permanent/gxaf/0.0
|
||
|
|
finish
|
||
|
|
cmo/addatt/cmo_src/itetnorm/VDOUBLE/scalar/nelements/linear/permanent/gxaf/0.0
|
||
|
|
finish
|
||
|
|
geniee
|
||
|
|
finish
|
||
|
|
cmo/status/brief
|
||
|
|
|
||
|
|
The current-mesh-object(CMO) is: cmo_src
|
||
|
|
|
||
|
|
1 Mesh Object name: cmo_src
|
||
|
|
number of nodes = 42 number of elements = 90
|
||
|
|
dimensions geometry = 3 element type = tet
|
||
|
|
dimensions topology = 3 4 nodes 4 faces 6 edges
|
||
|
|
boundary flag = 16000000 status = active
|
||
|
|
|
||
|
|
|
||
|
|
finish
|
||
|
|
read avs input_centered_hex.inp cmo_sink
|
||
|
|
geniee
|
||
|
|
finish
|
||
|
|
cmo/status/brief
|
||
|
|
|
||
|
|
The current-mesh-object(CMO) is: cmo_sink
|
||
|
|
|
||
|
|
1 Mesh Object name: cmo_src
|
||
|
|
number of nodes = 42 number of elements = 90
|
||
|
|
dimensions geometry = 3 element type = tet
|
||
|
|
dimensions topology = 3 4 nodes 4 faces 6 edges
|
||
|
|
boundary flag = 16000000 status = inactive
|
||
|
|
|
||
|
|
2 Mesh Object name: cmo_sink
|
||
|
|
number of nodes = 1125 number of elements = 784
|
||
|
|
dimensions geometry = 3 element type = hex
|
||
|
|
dimensions topology = 3 8 nodes 6 faces 12 edges
|
||
|
|
boundary flag = 16000000 status = active
|
||
|
|
|
||
|
|
|
||
|
|
finish
|
||
|
|
cmo setatt cmo_sink imt1 5
|
||
|
|
1125 values reset for attribute imt1
|
||
|
|
|
||
|
|
cmo setatt cmo_sink itetclr 5
|
||
|
|
784 values reset for attribute itetclr
|
||
|
|
|
||
|
|
intrp/voronoi/cmo_sink imt1/1,0,0/cmo_src imt1/
|
||
|
|
nodes in indexed point set = 1125
|
||
|
|
|
||
|
|
INTRP METHOD: voronoi FUNCTION: max
|
||
|
|
TIEBREAKER: maxtie FLAG: plus1 0.600000000000E+01
|
||
|
|
|
||
|
|
|
||
|
|
Build kdtree0 done - assign nearest node for each.
|
||
|
|
|
||
|
|
|
||
|
|
Sink point Points Searched Points Found Percent Done
|
||
|
|
|
||
|
|
282 294 282 25 %
|
||
|
|
563 583 563 50 %
|
||
|
|
844 872 844 75 %
|
||
|
|
1125 1165 1125 100%
|
||
|
|
|
||
|
|
Total Source Nodes: 42
|
||
|
|
Total Sink Nodes: 1125
|
||
|
|
|
||
|
|
|
||
|
|
interpolate/voronoi done.
|
||
|
|
|
||
|
|
cmo select cmo_sink
|
||
|
|
finish
|
||
|
|
cmo kdtree release
|
||
|
|
finish
|
||
|
|
dump avs output_vor10.inp cmo_sink
|
||
|
|
cmo/modatt/-def-/-def-/ioflag/x
|
||
|
|
finish
|
||
|
|
* begin compare here
|
||
|
|
cmo status cmo_src
|
||
|
|
|
||
|
|
The current-mesh-object(CMO) is: cmo_sink
|
||
|
|
|
||
|
|
1 Mesh Object name: cmo_src
|
||
|
|
number of nodes = 42 number of elements = 90
|
||
|
|
dimensions geometry = 3 element type = tet
|
||
|
|
dimensions topology = 3 4 nodes 4 faces 6 edges
|
||
|
|
boundary flag = 16000000 status = inactive
|
||
|
|
|
||
|
|
NAME TYPE RANK LENGTH INTER PERSI IO VALUE
|
||
|
|
|
||
|
|
1 -def- VDOU scalar nnodes linea tempo agl 0.000E+00
|
||
|
|
2 scalar INT scalar scalar const perma l 1.000E+00
|
||
|
|
3 vector INT scalar scalar const perma l 3.000E+00
|
||
|
|
4 nnodes INT scalar scalar const perma l 4.200E+01
|
||
|
|
5 nedges INT scalar scalar const perma l 0.000E+00
|
||
|
|
6 nfaces INT scalar scalar const perma l 0.000E+00
|
||
|
|
7 nelements INT scalar scalar const perma l 9.000E+01
|
||
|
|
8 mbndry INT scalar scalar const perma l 1.600E+07
|
||
|
|
9 ndimensions_top INT scalar scalar const perma l 3.000E+00
|
||
|
|
10 ndimensions_geo INT scalar scalar const perma l 3.000E+00
|
||
|
|
11 nodes_per_eleme INT scalar scalar const perma l 4.000E+00
|
||
|
|
12 edges_per_eleme INT scalar scalar const perma l 6.000E+00
|
||
|
|
13 faces_per_eleme INT scalar scalar const perma l 4.000E+00
|
||
|
|
14 isetwd VDOU scalar nnodes or perma l 0.000E+00
|
||
|
|
15 ialias VINT scalar nnodes seque perma l 0.000E+00
|
||
|
|
16 imt1 VINT scalar nnodes max perma gal 0.000E+00
|
||
|
|
17 itp1 VINT scalar nnodes min perma gal 0.000E+00
|
||
|
|
18 icr1 VINT scalar nnodes min perma gal 0.000E+00
|
||
|
|
19 isn1 VINT scalar nnodes user perma gal 0.000E+00
|
||
|
|
20 xic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
21 yic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
22 zic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
23 xtetwd VDOU scalar nelements or perma l 0.000E+00
|
||
|
|
24 itetclr VINT scalar nelements user perma l 0.000E+00
|
||
|
|
25 itettyp VINT scalar nelements user perma l 0.000E+00
|
||
|
|
26 itetoff VINT scalar nelements user perma l 0.000E+00
|
||
|
|
27 jtetoff VINT scalar nelements user perma l 0.000E+00
|
||
|
|
28 itet VINT nodes_per_ nelements user perma l 0.000E+00
|
||
|
|
29 jtet VINT faces_per_ nelements user perma l 0.000E+00
|
||
|
|
30 ipolydat CHAR scalar scalar const perma l no
|
||
|
|
31 vor2d CHAR scalar scalar const perma l yes
|
||
|
|
32 vor3d CHAR scalar scalar const perma l no
|
||
|
|
33 epsilon REAL scalar scalar const perma l 1.000E-15
|
||
|
|
34 epsilonl REAL scalar scalar const perma l 1.984E-12
|
||
|
|
35 epsilona REAL scalar scalar const perma l 1.773E-11
|
||
|
|
36 epsilonv REAL scalar scalar const perma l 3.041E-11
|
||
|
|
37 ipointi INT scalar scalar const perma l 1.000E+00
|
||
|
|
38 ipointj INT scalar scalar const perma l 4.200E+01
|
||
|
|
39 idebug INT scalar scalar const perma l 0.000E+00
|
||
|
|
40 itypconv_sm INT scalar scalar const perma l 1.000E+00
|
||
|
|
41 maxiter_sm INT scalar scalar const perma l 2.500E+01
|
||
|
|
42 tolconv_sm REAL scalar scalar const perma l 1.000E+00
|
||
|
|
43 nnfreq INT scalar scalar const perma l 1.000E+00
|
||
|
|
44 ivoronoi INT scalar scalar const perma l 1.000E+00
|
||
|
|
45 iopt2to2 INT scalar scalar const perma l 2.000E+00
|
||
|
|
46 dumptype CHAR scalar scalar const perma l binary
|
||
|
|
47 velname CHAR scalar scalar const perma l vels
|
||
|
|
48 densname CHAR scalar scalar const perma l ric
|
||
|
|
49 presname CHAR scalar scalar const perma l pic
|
||
|
|
50 enername CHAR scalar scalar const perma l eic
|
||
|
|
51 xmin REAL scalar scalar const perma l -2.683E+00
|
||
|
|
52 ymin REAL scalar scalar const perma l -2.552E+00
|
||
|
|
53 zmin REAL scalar scalar const perma l 0.000E+00
|
||
|
|
54 xmax REAL scalar scalar const perma l 2.683E+00
|
||
|
|
55 ymax REAL scalar scalar const perma l 2.552E+00
|
||
|
|
56 zmax REAL scalar scalar const perma l 5.000E+00
|
||
|
|
57 kdtree_level INT scalar scalar const perma l 0.000E+00
|
||
|
|
58 max_number_sets INT scalar scalar const perma l 6.400E+01
|
||
|
|
59 number_of_psets INT scalar scalar const perma l 0.000E+00
|
||
|
|
60 number_of_eltse INT scalar scalar const perma l 0.000E+00
|
||
|
|
61 psetnames VCHA scalar max_number_sets const perma l
|
||
|
|
62 eltsetnames VCHA scalar max_number_sets const perma l
|
||
|
|
63 geom_name CHAR scalar max_number_sets const perma l -defaultge
|
||
|
|
64 fsetnames VCHA scalar max_number_sets const perma l
|
||
|
|
65 number_of_fsets INT scalar scalar const perma l 0.000E+00
|
||
|
|
66 pt_id VDOU scalar nnodes linea perma gxa 0.000E+00
|
||
|
|
67 iign VDOU scalar nnodes linea perma gxa 0.000E+00
|
||
|
|
68 itetnorm VDOU scalar nelements linea perma gxa 0.000E+00
|
||
|
|
cmo status cmo_sink
|
||
|
|
|
||
|
|
The current-mesh-object(CMO) is: cmo_sink
|
||
|
|
|
||
|
|
2 Mesh Object name: cmo_sink
|
||
|
|
number of nodes = 1125 number of elements = 784
|
||
|
|
dimensions geometry = 3 element type = hex
|
||
|
|
dimensions topology = 3 8 nodes 6 faces 12 edges
|
||
|
|
boundary flag = 16000000 status = active
|
||
|
|
|
||
|
|
NAME TYPE RANK LENGTH INTER PERSI IO VALUE
|
||
|
|
|
||
|
|
1 -def- VDOU scalar nnodes linea tempo x 0.000E+00
|
||
|
|
2 scalar INT scalar scalar const perma l 1.000E+00
|
||
|
|
3 vector INT scalar scalar const perma l 3.000E+00
|
||
|
|
4 nnodes INT scalar scalar const perma l 1.125E+03
|
||
|
|
5 nedges INT scalar scalar const perma l 0.000E+00
|
||
|
|
6 nfaces INT scalar scalar const perma l 0.000E+00
|
||
|
|
7 nelements INT scalar scalar const perma l 7.840E+02
|
||
|
|
8 mbndry INT scalar scalar const perma l 1.600E+07
|
||
|
|
9 ndimensions_top INT scalar scalar const perma l 3.000E+00
|
||
|
|
10 ndimensions_geo INT scalar scalar const perma l 3.000E+00
|
||
|
|
11 nodes_per_eleme INT scalar scalar const perma l 8.000E+00
|
||
|
|
12 edges_per_eleme INT scalar scalar const perma l 1.200E+01
|
||
|
|
13 faces_per_eleme INT scalar scalar const perma l 6.000E+00
|
||
|
|
14 isetwd VDOU scalar nnodes or perma l 0.000E+00
|
||
|
|
15 ialias VINT scalar nnodes seque perma l 0.000E+00
|
||
|
|
16 imt1 VINT scalar nnodes max perma gal 0.000E+00
|
||
|
|
17 itp1 VINT scalar nnodes min perma gal 0.000E+00
|
||
|
|
18 icr1 VINT scalar nnodes min perma gal 0.000E+00
|
||
|
|
19 isn1 VINT scalar nnodes user perma gal 0.000E+00
|
||
|
|
20 xic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
21 yic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
22 zic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
23 xtetwd VDOU scalar nelements or perma l 0.000E+00
|
||
|
|
24 itetclr VINT scalar nelements user perma l 0.000E+00
|
||
|
|
25 itettyp VINT scalar nelements user perma l 0.000E+00
|
||
|
|
26 itetoff VINT scalar nelements user perma l 0.000E+00
|
||
|
|
27 jtetoff VINT scalar nelements user perma l 0.000E+00
|
||
|
|
28 itet VINT nodes_per_ nelements user perma l 0.000E+00
|
||
|
|
29 jtet VINT faces_per_ nelements user perma l 0.000E+00
|
||
|
|
30 ipolydat CHAR scalar scalar const perma l no
|
||
|
|
31 vor2d CHAR scalar scalar const perma l yes
|
||
|
|
32 vor3d CHAR scalar scalar const perma l no
|
||
|
|
33 epsilon REAL scalar scalar const perma l 1.000E-15
|
||
|
|
34 epsilonl REAL scalar scalar const perma l 9.630E-13
|
||
|
|
35 epsilona REAL scalar scalar const perma l 4.177E-12
|
||
|
|
36 epsilonv REAL scalar scalar const perma l 1.799E-12
|
||
|
|
37 ipointi INT scalar scalar const perma l 1.000E+00
|
||
|
|
38 ipointj INT scalar scalar const perma l 1.125E+03
|
||
|
|
39 idebug INT scalar scalar const perma l 0.000E+00
|
||
|
|
40 itypconv_sm INT scalar scalar const perma l 1.000E+00
|
||
|
|
41 maxiter_sm INT scalar scalar const perma l 2.500E+01
|
||
|
|
42 tolconv_sm REAL scalar scalar const perma l 1.000E+00
|
||
|
|
43 nnfreq INT scalar scalar const perma l 1.000E+00
|
||
|
|
44 ivoronoi INT scalar scalar const perma l 1.000E+00
|
||
|
|
45 iopt2to2 INT scalar scalar const perma l 2.000E+00
|
||
|
|
46 dumptype CHAR scalar scalar const perma l binary
|
||
|
|
47 velname CHAR scalar scalar const perma l vels
|
||
|
|
48 densname CHAR scalar scalar const perma l ric
|
||
|
|
49 presname CHAR scalar scalar const perma l pic
|
||
|
|
50 enername CHAR scalar scalar const perma l eic
|
||
|
|
51 xmin REAL scalar scalar const perma l -1.500E+00
|
||
|
|
52 ymin REAL scalar scalar const perma l -1.500E+00
|
||
|
|
53 zmin REAL scalar scalar const perma l 4.000E+00
|
||
|
|
54 xmax REAL scalar scalar const perma l 1.500E+00
|
||
|
|
55 ymax REAL scalar scalar const perma l 1.500E+00
|
||
|
|
56 zmax REAL scalar scalar const perma l 4.900E+00
|
||
|
|
57 kdtree_level INT scalar scalar const perma l 0.000E+00
|
||
|
|
58 max_number_sets INT scalar scalar const perma l 6.400E+01
|
||
|
|
59 number_of_psets INT scalar scalar const perma l 0.000E+00
|
||
|
|
60 number_of_eltse INT scalar scalar const perma l 0.000E+00
|
||
|
|
61 psetnames VCHA scalar max_number_sets const perma l
|
||
|
|
62 eltsetnames VCHA scalar max_number_sets const perma l
|
||
|
|
63 geom_name CHAR scalar max_number_sets const perma l -defaultge
|
||
|
|
64 fsetnames VCHA scalar max_number_sets const perma l
|
||
|
|
65 number_of_fsets INT scalar scalar const perma l 0.000E+00
|
||
|
|
cmo printatt cmo_src imt1 minmax
|
||
|
|
ATTRIBUTE NAME MIN MAX DIFFERENCE LENGTH
|
||
|
|
imt1 1 5 4 42
|
||
|
|
|
||
|
|
cmo printatt cmo_sink imt1 minmax
|
||
|
|
ATTRIBUTE NAME MIN MAX DIFFERENCE LENGTH
|
||
|
|
imt1 1 5 4 1125
|
||
|
|
|
||
|
|
* end compare here
|
||
|
|
cmo delete cmo_src
|
||
|
|
Released Mesh Object: cmo_src
|
||
|
|
cmo delete cmo_sink
|
||
|
|
Released Mesh Object: cmo_sink
|
||
|
|
*-----------------------------------------------------
|
||
|
|
* 11 TET <- HEX
|
||
|
|
read avs input_centered_hex.inp cmo_src
|
||
|
|
geniee
|
||
|
|
finish
|
||
|
|
cmo/status/brief
|
||
|
|
|
||
|
|
The current-mesh-object(CMO) is: cmo_src
|
||
|
|
|
||
|
|
1 Mesh Object name: cmo_src
|
||
|
|
number of nodes = 1125 number of elements = 784
|
||
|
|
dimensions geometry = 3 element type = hex
|
||
|
|
dimensions topology = 3 8 nodes 6 faces 12 edges
|
||
|
|
boundary flag = 16000000 status = active
|
||
|
|
|
||
|
|
|
||
|
|
finish
|
||
|
|
read avs input_centered_tet2.inp cmo_sink
|
||
|
|
cmo/addatt/cmo_sink/iign/VDOUBLE/scalar/nnodes/linear/permanent/gxaf/0.0
|
||
|
|
finish
|
||
|
|
geniee
|
||
|
|
finish
|
||
|
|
cmo/status/brief
|
||
|
|
|
||
|
|
The current-mesh-object(CMO) is: cmo_sink
|
||
|
|
|
||
|
|
1 Mesh Object name: cmo_src
|
||
|
|
number of nodes = 1125 number of elements = 784
|
||
|
|
dimensions geometry = 3 element type = hex
|
||
|
|
dimensions topology = 3 8 nodes 6 faces 12 edges
|
||
|
|
boundary flag = 16000000 status = inactive
|
||
|
|
|
||
|
|
2 Mesh Object name: cmo_sink
|
||
|
|
number of nodes = 4569 number of elements = 18816
|
||
|
|
dimensions geometry = 3 element type = tet
|
||
|
|
dimensions topology = 3 4 nodes 4 faces 6 edges
|
||
|
|
boundary flag = 16000000 status = active
|
||
|
|
|
||
|
|
|
||
|
|
finish
|
||
|
|
cmo setatt cmo_sink imt1 5
|
||
|
|
4569 values reset for attribute imt1
|
||
|
|
|
||
|
|
intrp/voronoi/cmo_sink imt1/1,0,0/cmo_src imt1/
|
||
|
|
nodes in indexed point set = 4569
|
||
|
|
|
||
|
|
INTRP METHOD: voronoi FUNCTION: max
|
||
|
|
TIEBREAKER: maxtie FLAG: plus1 0.600000000000E+01
|
||
|
|
|
||
|
|
|
||
|
|
Build kdtree0 done - assign nearest node for each.
|
||
|
|
|
||
|
|
|
||
|
|
Sink point Points Searched Points Found Percent Done
|
||
|
|
|
||
|
|
1143 1668 1143 25 %
|
||
|
|
2285 3349 2285 50 %
|
||
|
|
3427 5208 3427 75 %
|
||
|
|
4569 7065 4569 100%
|
||
|
|
|
||
|
|
Total Source Nodes: 1125
|
||
|
|
Total Sink Nodes: 4569
|
||
|
|
|
||
|
|
|
||
|
|
interpolate/voronoi done.
|
||
|
|
|
||
|
|
cmo select cmo_sink
|
||
|
|
finish
|
||
|
|
cmo kdtree release
|
||
|
|
finish
|
||
|
|
dump avs output_vor11.inp cmo_sink
|
||
|
|
cmo/modatt/-def-/-def-/ioflag/x
|
||
|
|
finish
|
||
|
|
* begin compare here
|
||
|
|
cmo status cmo_src
|
||
|
|
|
||
|
|
The current-mesh-object(CMO) is: cmo_sink
|
||
|
|
|
||
|
|
1 Mesh Object name: cmo_src
|
||
|
|
number of nodes = 1125 number of elements = 784
|
||
|
|
dimensions geometry = 3 element type = hex
|
||
|
|
dimensions topology = 3 8 nodes 6 faces 12 edges
|
||
|
|
boundary flag = 16000000 status = inactive
|
||
|
|
|
||
|
|
NAME TYPE RANK LENGTH INTER PERSI IO VALUE
|
||
|
|
|
||
|
|
1 -def- VDOU scalar nnodes linea tempo agl 0.000E+00
|
||
|
|
2 scalar INT scalar scalar const perma l 1.000E+00
|
||
|
|
3 vector INT scalar scalar const perma l 3.000E+00
|
||
|
|
4 nnodes INT scalar scalar const perma l 1.125E+03
|
||
|
|
5 nedges INT scalar scalar const perma l 0.000E+00
|
||
|
|
6 nfaces INT scalar scalar const perma l 0.000E+00
|
||
|
|
7 nelements INT scalar scalar const perma l 7.840E+02
|
||
|
|
8 mbndry INT scalar scalar const perma l 1.600E+07
|
||
|
|
9 ndimensions_top INT scalar scalar const perma l 3.000E+00
|
||
|
|
10 ndimensions_geo INT scalar scalar const perma l 3.000E+00
|
||
|
|
11 nodes_per_eleme INT scalar scalar const perma l 8.000E+00
|
||
|
|
12 edges_per_eleme INT scalar scalar const perma l 1.200E+01
|
||
|
|
13 faces_per_eleme INT scalar scalar const perma l 6.000E+00
|
||
|
|
14 isetwd VDOU scalar nnodes or perma l 0.000E+00
|
||
|
|
15 ialias VINT scalar nnodes seque perma l 0.000E+00
|
||
|
|
16 imt1 VINT scalar nnodes max perma gal 0.000E+00
|
||
|
|
17 itp1 VINT scalar nnodes min perma gal 0.000E+00
|
||
|
|
18 icr1 VINT scalar nnodes min perma gal 0.000E+00
|
||
|
|
19 isn1 VINT scalar nnodes user perma gal 0.000E+00
|
||
|
|
20 xic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
21 yic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
22 zic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
23 xtetwd VDOU scalar nelements or perma l 0.000E+00
|
||
|
|
24 itetclr VINT scalar nelements user perma l 0.000E+00
|
||
|
|
25 itettyp VINT scalar nelements user perma l 0.000E+00
|
||
|
|
26 itetoff VINT scalar nelements user perma l 0.000E+00
|
||
|
|
27 jtetoff VINT scalar nelements user perma l 0.000E+00
|
||
|
|
28 itet VINT nodes_per_ nelements user perma l 0.000E+00
|
||
|
|
29 jtet VINT faces_per_ nelements user perma l 0.000E+00
|
||
|
|
30 ipolydat CHAR scalar scalar const perma l no
|
||
|
|
31 vor2d CHAR scalar scalar const perma l yes
|
||
|
|
32 vor3d CHAR scalar scalar const perma l no
|
||
|
|
33 epsilon REAL scalar scalar const perma l 1.000E-15
|
||
|
|
34 epsilonl REAL scalar scalar const perma l 9.630E-13
|
||
|
|
35 epsilona REAL scalar scalar const perma l 4.177E-12
|
||
|
|
36 epsilonv REAL scalar scalar const perma l 1.799E-12
|
||
|
|
37 ipointi INT scalar scalar const perma l 1.000E+00
|
||
|
|
38 ipointj INT scalar scalar const perma l 1.125E+03
|
||
|
|
39 idebug INT scalar scalar const perma l 0.000E+00
|
||
|
|
40 itypconv_sm INT scalar scalar const perma l 1.000E+00
|
||
|
|
41 maxiter_sm INT scalar scalar const perma l 2.500E+01
|
||
|
|
42 tolconv_sm REAL scalar scalar const perma l 1.000E+00
|
||
|
|
43 nnfreq INT scalar scalar const perma l 1.000E+00
|
||
|
|
44 ivoronoi INT scalar scalar const perma l 1.000E+00
|
||
|
|
45 iopt2to2 INT scalar scalar const perma l 2.000E+00
|
||
|
|
46 dumptype CHAR scalar scalar const perma l binary
|
||
|
|
47 velname CHAR scalar scalar const perma l vels
|
||
|
|
48 densname CHAR scalar scalar const perma l ric
|
||
|
|
49 presname CHAR scalar scalar const perma l pic
|
||
|
|
50 enername CHAR scalar scalar const perma l eic
|
||
|
|
51 xmin REAL scalar scalar const perma l -1.500E+00
|
||
|
|
52 ymin REAL scalar scalar const perma l -1.500E+00
|
||
|
|
53 zmin REAL scalar scalar const perma l 4.000E+00
|
||
|
|
54 xmax REAL scalar scalar const perma l 1.500E+00
|
||
|
|
55 ymax REAL scalar scalar const perma l 1.500E+00
|
||
|
|
56 zmax REAL scalar scalar const perma l 4.900E+00
|
||
|
|
57 kdtree_level INT scalar scalar const perma l 0.000E+00
|
||
|
|
58 max_number_sets INT scalar scalar const perma l 6.400E+01
|
||
|
|
59 number_of_psets INT scalar scalar const perma l 0.000E+00
|
||
|
|
60 number_of_eltse INT scalar scalar const perma l 0.000E+00
|
||
|
|
61 psetnames VCHA scalar max_number_sets const perma l
|
||
|
|
62 eltsetnames VCHA scalar max_number_sets const perma l
|
||
|
|
63 geom_name CHAR scalar max_number_sets const perma l -defaultge
|
||
|
|
64 fsetnames VCHA scalar max_number_sets const perma l
|
||
|
|
65 number_of_fsets INT scalar scalar const perma l 0.000E+00
|
||
|
|
cmo status cmo_sink
|
||
|
|
|
||
|
|
The current-mesh-object(CMO) is: cmo_sink
|
||
|
|
|
||
|
|
2 Mesh Object name: cmo_sink
|
||
|
|
number of nodes = 4569 number of elements = 18816
|
||
|
|
dimensions geometry = 3 element type = tet
|
||
|
|
dimensions topology = 3 4 nodes 4 faces 6 edges
|
||
|
|
boundary flag = 16000000 status = active
|
||
|
|
|
||
|
|
NAME TYPE RANK LENGTH INTER PERSI IO VALUE
|
||
|
|
|
||
|
|
1 -def- VDOU scalar nnodes linea tempo x 0.000E+00
|
||
|
|
2 scalar INT scalar scalar const perma l 1.000E+00
|
||
|
|
3 vector INT scalar scalar const perma l 3.000E+00
|
||
|
|
4 nnodes INT scalar scalar const perma l 4.569E+03
|
||
|
|
5 nedges INT scalar scalar const perma l 0.000E+00
|
||
|
|
6 nfaces INT scalar scalar const perma l 0.000E+00
|
||
|
|
7 nelements INT scalar scalar const perma l 1.882E+04
|
||
|
|
8 mbndry INT scalar scalar const perma l 1.600E+07
|
||
|
|
9 ndimensions_top INT scalar scalar const perma l 3.000E+00
|
||
|
|
10 ndimensions_geo INT scalar scalar const perma l 3.000E+00
|
||
|
|
11 nodes_per_eleme INT scalar scalar const perma l 4.000E+00
|
||
|
|
12 edges_per_eleme INT scalar scalar const perma l 6.000E+00
|
||
|
|
13 faces_per_eleme INT scalar scalar const perma l 4.000E+00
|
||
|
|
14 isetwd VDOU scalar nnodes or perma l 0.000E+00
|
||
|
|
15 ialias VINT scalar nnodes seque perma l 0.000E+00
|
||
|
|
16 imt1 VINT scalar nnodes max perma gal 0.000E+00
|
||
|
|
17 itp1 VINT scalar nnodes min perma gal 0.000E+00
|
||
|
|
18 icr1 VINT scalar nnodes min perma gal 0.000E+00
|
||
|
|
19 isn1 VINT scalar nnodes user perma gal 0.000E+00
|
||
|
|
20 xic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
21 yic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
22 zic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
23 xtetwd VDOU scalar nelements or perma l 0.000E+00
|
||
|
|
24 itetclr VINT scalar nelements user perma l 0.000E+00
|
||
|
|
25 itettyp VINT scalar nelements user perma l 0.000E+00
|
||
|
|
26 itetoff VINT scalar nelements user perma l 0.000E+00
|
||
|
|
27 jtetoff VINT scalar nelements user perma l 0.000E+00
|
||
|
|
28 itet VINT nodes_per_ nelements user perma l 0.000E+00
|
||
|
|
29 jtet VINT faces_per_ nelements user perma l 0.000E+00
|
||
|
|
30 ipolydat CHAR scalar scalar const perma l no
|
||
|
|
31 vor2d CHAR scalar scalar const perma l yes
|
||
|
|
32 vor3d CHAR scalar scalar const perma l no
|
||
|
|
33 epsilon REAL scalar scalar const perma l 1.000E-15
|
||
|
|
34 epsilonl REAL scalar scalar const perma l 9.630E-13
|
||
|
|
35 epsilona REAL scalar scalar const perma l 4.177E-12
|
||
|
|
36 epsilonv REAL scalar scalar const perma l 1.799E-12
|
||
|
|
37 ipointi INT scalar scalar const perma l 1.000E+00
|
||
|
|
38 ipointj INT scalar scalar const perma l 4.569E+03
|
||
|
|
39 idebug INT scalar scalar const perma l 0.000E+00
|
||
|
|
40 itypconv_sm INT scalar scalar const perma l 1.000E+00
|
||
|
|
41 maxiter_sm INT scalar scalar const perma l 2.500E+01
|
||
|
|
42 tolconv_sm REAL scalar scalar const perma l 1.000E+00
|
||
|
|
43 nnfreq INT scalar scalar const perma l 1.000E+00
|
||
|
|
44 ivoronoi INT scalar scalar const perma l 1.000E+00
|
||
|
|
45 iopt2to2 INT scalar scalar const perma l 2.000E+00
|
||
|
|
46 dumptype CHAR scalar scalar const perma l binary
|
||
|
|
47 velname CHAR scalar scalar const perma l vels
|
||
|
|
48 densname CHAR scalar scalar const perma l ric
|
||
|
|
49 presname CHAR scalar scalar const perma l pic
|
||
|
|
50 enername CHAR scalar scalar const perma l eic
|
||
|
|
51 xmin REAL scalar scalar const perma l -1.500E+00
|
||
|
|
52 ymin REAL scalar scalar const perma l -1.500E+00
|
||
|
|
53 zmin REAL scalar scalar const perma l 4.000E+00
|
||
|
|
54 xmax REAL scalar scalar const perma l 1.500E+00
|
||
|
|
55 ymax REAL scalar scalar const perma l 1.500E+00
|
||
|
|
56 zmax REAL scalar scalar const perma l 4.900E+00
|
||
|
|
57 kdtree_level INT scalar scalar const perma l 0.000E+00
|
||
|
|
58 max_number_sets INT scalar scalar const perma l 6.400E+01
|
||
|
|
59 number_of_psets INT scalar scalar const perma l 0.000E+00
|
||
|
|
60 number_of_eltse INT scalar scalar const perma l 0.000E+00
|
||
|
|
61 psetnames VCHA scalar max_number_sets const perma l
|
||
|
|
62 eltsetnames VCHA scalar max_number_sets const perma l
|
||
|
|
63 geom_name CHAR scalar max_number_sets const perma l -defaultge
|
||
|
|
64 fsetnames VCHA scalar max_number_sets const perma l
|
||
|
|
65 number_of_fsets INT scalar scalar const perma l 0.000E+00
|
||
|
|
66 iign VDOU scalar nnodes linea perma gxa 0.000E+00
|
||
|
|
cmo printatt cmo_src imt1 minmax
|
||
|
|
ATTRIBUTE NAME MIN MAX DIFFERENCE LENGTH
|
||
|
|
imt1 1 5 4 1125
|
||
|
|
|
||
|
|
cmo printatt cmo_sink imt1 minmax
|
||
|
|
ATTRIBUTE NAME MIN MAX DIFFERENCE LENGTH
|
||
|
|
imt1 1 5 4 4569
|
||
|
|
|
||
|
|
* end compare here
|
||
|
|
cmo delete cmo_src
|
||
|
|
Released Mesh Object: cmo_src
|
||
|
|
cmo delete cmo_sink
|
||
|
|
Released Mesh Object: cmo_sink
|
||
|
|
* Test attribute types
|
||
|
|
* read the source grid for next set of tests
|
||
|
|
read avs input_random500_tri.inp cmo_src
|
||
|
|
cmo/addatt/cmo_src/iign/VDOUBLE/scalar/nnodes/linear/permanent/gxaf/0.0
|
||
|
|
finish
|
||
|
|
cmo/addatt/cmo_src/numreal/VDOUBLE/scalar/nnodes/linear/permanent/gxaf/0.0
|
||
|
|
finish
|
||
|
|
geniee
|
||
|
|
finish
|
||
|
|
cmo/status/brief
|
||
|
|
|
||
|
|
The current-mesh-object(CMO) is: cmo_src
|
||
|
|
|
||
|
|
1 Mesh Object name: cmo_src
|
||
|
|
number of nodes = 12 number of elements = 12
|
||
|
|
dimensions geometry = 3 element type = tri
|
||
|
|
dimensions topology = 2 3 nodes 3 faces 3 edges
|
||
|
|
boundary flag = 16000000 status = active
|
||
|
|
|
||
|
|
|
||
|
|
finish
|
||
|
|
* read the sink grid for the next set of tests
|
||
|
|
read avs input_500_quad.inp cmo_sink
|
||
|
|
geniee
|
||
|
|
finish
|
||
|
|
cmo/status/brief
|
||
|
|
|
||
|
|
The current-mesh-object(CMO) is: cmo_sink
|
||
|
|
|
||
|
|
1 Mesh Object name: cmo_src
|
||
|
|
number of nodes = 12 number of elements = 12
|
||
|
|
dimensions geometry = 3 element type = tri
|
||
|
|
dimensions topology = 2 3 nodes 3 faces 3 edges
|
||
|
|
boundary flag = 16000000 status = inactive
|
||
|
|
|
||
|
|
2 Mesh Object name: cmo_sink
|
||
|
|
number of nodes = 2500 number of elements = 2401
|
||
|
|
dimensions geometry = 3 element type = qua
|
||
|
|
dimensions topology = 2 4 nodes 4 faces 4 edges
|
||
|
|
boundary flag = 16000000 status = active
|
||
|
|
|
||
|
|
|
||
|
|
finish
|
||
|
|
cmo addatt cmo_sink numreal
|
||
|
|
*-----------------------------------------------------
|
||
|
|
* 12 QUAD INT <- TRI INT
|
||
|
|
cmo setatt cmo_sink imt1 0
|
||
|
|
2500 values reset for attribute imt1
|
||
|
|
|
||
|
|
intrp/voronoi/cmo_sink imt1/1,0,0/cmo_src ialias
|
||
|
|
nodes in indexed point set = 2500
|
||
|
|
|
||
|
|
INTRP METHOD: voronoi FUNCTION: sequence
|
||
|
|
TIEBREAKER: maxtie FLAG: plus1 0.130000000000E+02
|
||
|
|
|
||
|
|
|
||
|
|
Build kdtree0 done - assign nearest node for each.
|
||
|
|
|
||
|
|
|
||
|
|
Sink point Points Searched Points Found Percent Done
|
||
|
|
|
||
|
|
626 626 626 25 %
|
||
|
|
1251 1251 1251 50 %
|
||
|
|
1876 1876 1876 75 %
|
||
|
|
2500 2500 2500 100%
|
||
|
|
|
||
|
|
Total Source Nodes: 12
|
||
|
|
Total Sink Nodes: 2500
|
||
|
|
|
||
|
|
|
||
|
|
interpolate/voronoi done.
|
||
|
|
|
||
|
|
cmo select cmo_sink
|
||
|
|
finish
|
||
|
|
cmo kdtree release
|
||
|
|
finish
|
||
|
|
dump avs output_vor12.inp cmo_sink
|
||
|
|
cmo/modatt/-def-/-def-/ioflag/x
|
||
|
|
finish
|
||
|
|
* begin compare here
|
||
|
|
cmo status cmo_src
|
||
|
|
|
||
|
|
The current-mesh-object(CMO) is: cmo_sink
|
||
|
|
|
||
|
|
1 Mesh Object name: cmo_src
|
||
|
|
number of nodes = 12 number of elements = 12
|
||
|
|
dimensions geometry = 3 element type = tri
|
||
|
|
dimensions topology = 2 3 nodes 3 faces 3 edges
|
||
|
|
boundary flag = 16000000 status = inactive
|
||
|
|
|
||
|
|
NAME TYPE RANK LENGTH INTER PERSI IO VALUE
|
||
|
|
|
||
|
|
1 -def- VDOU scalar nnodes linea tempo agl 0.000E+00
|
||
|
|
2 scalar INT scalar scalar const perma l 1.000E+00
|
||
|
|
3 vector INT scalar scalar const perma l 3.000E+00
|
||
|
|
4 nnodes INT scalar scalar const perma l 1.200E+01
|
||
|
|
5 nedges INT scalar scalar const perma l 0.000E+00
|
||
|
|
6 nfaces INT scalar scalar const perma l 0.000E+00
|
||
|
|
7 nelements INT scalar scalar const perma l 1.200E+01
|
||
|
|
8 mbndry INT scalar scalar const perma l 1.600E+07
|
||
|
|
9 ndimensions_top INT scalar scalar const perma l 2.000E+00
|
||
|
|
10 ndimensions_geo INT scalar scalar const perma l 3.000E+00
|
||
|
|
11 nodes_per_eleme INT scalar scalar const perma l 3.000E+00
|
||
|
|
12 edges_per_eleme INT scalar scalar const perma l 3.000E+00
|
||
|
|
13 faces_per_eleme INT scalar scalar const perma l 3.000E+00
|
||
|
|
14 isetwd VDOU scalar nnodes or perma l 0.000E+00
|
||
|
|
15 ialias VINT scalar nnodes seque perma l 0.000E+00
|
||
|
|
16 imt1 VINT scalar nnodes max perma gal 0.000E+00
|
||
|
|
17 itp1 VINT scalar nnodes min perma gal 0.000E+00
|
||
|
|
18 icr1 VINT scalar nnodes min perma gal 0.000E+00
|
||
|
|
19 isn1 VINT scalar nnodes user perma gal 0.000E+00
|
||
|
|
20 xic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
21 yic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
22 zic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
23 xtetwd VDOU scalar nelements or perma l 0.000E+00
|
||
|
|
24 itetclr VINT scalar nelements user perma l 0.000E+00
|
||
|
|
25 itettyp VINT scalar nelements user perma l 0.000E+00
|
||
|
|
26 itetoff VINT scalar nelements user perma l 0.000E+00
|
||
|
|
27 jtetoff VINT scalar nelements user perma l 0.000E+00
|
||
|
|
28 itet VINT nodes_per_ nelements user perma l 0.000E+00
|
||
|
|
29 jtet VINT faces_per_ nelements user perma l 0.000E+00
|
||
|
|
30 ipolydat CHAR scalar scalar const perma l no
|
||
|
|
31 vor2d CHAR scalar scalar const perma l yes
|
||
|
|
32 vor3d CHAR scalar scalar const perma l no
|
||
|
|
33 epsilon REAL scalar scalar const perma l 1.000E-15
|
||
|
|
34 epsilonl REAL scalar scalar const perma l 1.734E-10
|
||
|
|
35 epsilona REAL scalar scalar const perma l 1.354E-07
|
||
|
|
36 epsilonv REAL scalar scalar const perma l 1.354E-07
|
||
|
|
37 ipointi INT scalar scalar const perma l 1.000E+00
|
||
|
|
38 ipointj INT scalar scalar const perma l 1.200E+01
|
||
|
|
39 idebug INT scalar scalar const perma l 0.000E+00
|
||
|
|
40 itypconv_sm INT scalar scalar const perma l 1.000E+00
|
||
|
|
41 maxiter_sm INT scalar scalar const perma l 2.500E+01
|
||
|
|
42 tolconv_sm REAL scalar scalar const perma l 1.000E+00
|
||
|
|
43 nnfreq INT scalar scalar const perma l 1.000E+00
|
||
|
|
44 ivoronoi INT scalar scalar const perma l 1.000E+00
|
||
|
|
45 iopt2to2 INT scalar scalar const perma l 2.000E+00
|
||
|
|
46 dumptype CHAR scalar scalar const perma l binary
|
||
|
|
47 velname CHAR scalar scalar const perma l vels
|
||
|
|
48 densname CHAR scalar scalar const perma l ric
|
||
|
|
49 presname CHAR scalar scalar const perma l pic
|
||
|
|
50 enername CHAR scalar scalar const perma l eic
|
||
|
|
51 xmin REAL scalar scalar const perma l 0.000E+00
|
||
|
|
52 ymin REAL scalar scalar const perma l 0.000E+00
|
||
|
|
53 zmin REAL scalar scalar const perma l 2.500E-01
|
||
|
|
54 xmax REAL scalar scalar const perma l 5.000E+02
|
||
|
|
55 ymax REAL scalar scalar const perma l 6.000E+02
|
||
|
|
56 zmax REAL scalar scalar const perma l 2.500E-01
|
||
|
|
57 kdtree_level INT scalar scalar const perma l 0.000E+00
|
||
|
|
58 max_number_sets INT scalar scalar const perma l 6.400E+01
|
||
|
|
59 number_of_psets INT scalar scalar const perma l 0.000E+00
|
||
|
|
60 number_of_eltse INT scalar scalar const perma l 0.000E+00
|
||
|
|
61 psetnames VCHA scalar max_number_sets const perma l
|
||
|
|
62 eltsetnames VCHA scalar max_number_sets const perma l
|
||
|
|
63 geom_name CHAR scalar max_number_sets const perma l -defaultge
|
||
|
|
64 fsetnames VCHA scalar max_number_sets const perma l
|
||
|
|
65 number_of_fsets INT scalar scalar const perma l 0.000E+00
|
||
|
|
66 iign VDOU scalar nnodes linea perma gxa 0.000E+00
|
||
|
|
67 numreal VDOU scalar nnodes linea perma gxa 0.000E+00
|
||
|
|
cmo status cmo_sink
|
||
|
|
|
||
|
|
The current-mesh-object(CMO) is: cmo_sink
|
||
|
|
|
||
|
|
2 Mesh Object name: cmo_sink
|
||
|
|
number of nodes = 2500 number of elements = 2401
|
||
|
|
dimensions geometry = 3 element type = qua
|
||
|
|
dimensions topology = 2 4 nodes 4 faces 4 edges
|
||
|
|
boundary flag = 16000000 status = active
|
||
|
|
|
||
|
|
NAME TYPE RANK LENGTH INTER PERSI IO VALUE
|
||
|
|
|
||
|
|
1 -def- VDOU scalar nnodes linea tempo x 0.000E+00
|
||
|
|
2 scalar INT scalar scalar const perma l 1.000E+00
|
||
|
|
3 vector INT scalar scalar const perma l 3.000E+00
|
||
|
|
4 nnodes INT scalar scalar const perma l 2.500E+03
|
||
|
|
5 nedges INT scalar scalar const perma l 0.000E+00
|
||
|
|
6 nfaces INT scalar scalar const perma l 0.000E+00
|
||
|
|
7 nelements INT scalar scalar const perma l 2.401E+03
|
||
|
|
8 mbndry INT scalar scalar const perma l 1.600E+07
|
||
|
|
9 ndimensions_top INT scalar scalar const perma l 2.000E+00
|
||
|
|
10 ndimensions_geo INT scalar scalar const perma l 3.000E+00
|
||
|
|
11 nodes_per_eleme INT scalar scalar const perma l 4.000E+00
|
||
|
|
12 edges_per_eleme INT scalar scalar const perma l 4.000E+00
|
||
|
|
13 faces_per_eleme INT scalar scalar const perma l 4.000E+00
|
||
|
|
14 isetwd VDOU scalar nnodes or perma l 0.000E+00
|
||
|
|
15 ialias VINT scalar nnodes seque perma l 0.000E+00
|
||
|
|
16 imt1 VINT scalar nnodes max perma gal 0.000E+00
|
||
|
|
17 itp1 VINT scalar nnodes min perma gal 0.000E+00
|
||
|
|
18 icr1 VINT scalar nnodes min perma gal 0.000E+00
|
||
|
|
19 isn1 VINT scalar nnodes user perma gal 0.000E+00
|
||
|
|
20 xic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
21 yic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
22 zic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
23 xtetwd VDOU scalar nelements or perma l 0.000E+00
|
||
|
|
24 itetclr VINT scalar nelements user perma l 0.000E+00
|
||
|
|
25 itettyp VINT scalar nelements user perma l 0.000E+00
|
||
|
|
26 itetoff VINT scalar nelements user perma l 0.000E+00
|
||
|
|
27 jtetoff VINT scalar nelements user perma l 0.000E+00
|
||
|
|
28 itet VINT nodes_per_ nelements user perma l 0.000E+00
|
||
|
|
29 jtet VINT faces_per_ nelements user perma l 0.000E+00
|
||
|
|
30 ipolydat CHAR scalar scalar const perma l no
|
||
|
|
31 vor2d CHAR scalar scalar const perma l yes
|
||
|
|
32 vor3d CHAR scalar scalar const perma l no
|
||
|
|
33 epsilon REAL scalar scalar const perma l 1.000E-15
|
||
|
|
34 epsilonl REAL scalar scalar const perma l 1.570E-10
|
||
|
|
35 epsilona REAL scalar scalar const perma l 1.110E-07
|
||
|
|
36 epsilonv REAL scalar scalar const perma l 1.110E-07
|
||
|
|
37 ipointi INT scalar scalar const perma l 1.000E+00
|
||
|
|
38 ipointj INT scalar scalar const perma l 2.500E+03
|
||
|
|
39 idebug INT scalar scalar const perma l 0.000E+00
|
||
|
|
40 itypconv_sm INT scalar scalar const perma l 1.000E+00
|
||
|
|
41 maxiter_sm INT scalar scalar const perma l 2.500E+01
|
||
|
|
42 tolconv_sm REAL scalar scalar const perma l 1.000E+00
|
||
|
|
43 nnfreq INT scalar scalar const perma l 1.000E+00
|
||
|
|
44 ivoronoi INT scalar scalar const perma l 1.000E+00
|
||
|
|
45 iopt2to2 INT scalar scalar const perma l 2.000E+00
|
||
|
|
46 dumptype CHAR scalar scalar const perma l binary
|
||
|
|
47 velname CHAR scalar scalar const perma l vels
|
||
|
|
48 densname CHAR scalar scalar const perma l ric
|
||
|
|
49 presname CHAR scalar scalar const perma l pic
|
||
|
|
50 enername CHAR scalar scalar const perma l eic
|
||
|
|
51 xmin REAL scalar scalar const perma l 0.000E+00
|
||
|
|
52 ymin REAL scalar scalar const perma l 0.000E+00
|
||
|
|
53 zmin REAL scalar scalar const perma l 2.500E-01
|
||
|
|
54 xmax REAL scalar scalar const perma l 5.000E+02
|
||
|
|
55 ymax REAL scalar scalar const perma l 5.000E+02
|
||
|
|
56 zmax REAL scalar scalar const perma l 2.500E-01
|
||
|
|
57 kdtree_level INT scalar scalar const perma l 0.000E+00
|
||
|
|
58 max_number_sets INT scalar scalar const perma l 6.400E+01
|
||
|
|
59 number_of_psets INT scalar scalar const perma l 0.000E+00
|
||
|
|
60 number_of_eltse INT scalar scalar const perma l 0.000E+00
|
||
|
|
61 psetnames VCHA scalar max_number_sets const perma l
|
||
|
|
62 eltsetnames VCHA scalar max_number_sets const perma l
|
||
|
|
63 geom_name CHAR scalar max_number_sets const perma l -defaultge
|
||
|
|
64 fsetnames VCHA scalar max_number_sets const perma l
|
||
|
|
65 number_of_fsets INT scalar scalar const perma l 0.000E+00
|
||
|
|
66 numreal VDOU scalar nnodes linea tempo agl 0.000E+00
|
||
|
|
cmo printatt cmo_src ialias minmax
|
||
|
|
ATTRIBUTE NAME MIN MAX DIFFERENCE LENGTH
|
||
|
|
ialias 1 12 11 12
|
||
|
|
|
||
|
|
cmo printatt cmo_sink imt1 minmax
|
||
|
|
ATTRIBUTE NAME MIN MAX DIFFERENCE LENGTH
|
||
|
|
imt1 1 12 11 2500
|
||
|
|
|
||
|
|
* end compare here
|
||
|
|
*-----------------------------------------------------
|
||
|
|
* 13 REAL <- REAL
|
||
|
|
cmo setatt cmo_sink numreal 0.0
|
||
|
|
2500 values reset for attribute numreal
|
||
|
|
|
||
|
|
intrp/voronoi/cmo_sink numreal/1,0,0/cmo_src numreal
|
||
|
|
nodes in indexed point set = 2500
|
||
|
|
|
||
|
|
INTRP METHOD: voronoi FUNCTION: linear
|
||
|
|
TIEBREAKER: maxtie FLAG: plus1 0.101200000000E+03
|
||
|
|
|
||
|
|
|
||
|
|
Build kdtree0 done - assign nearest node for each.
|
||
|
|
|
||
|
|
|
||
|
|
Sink point Points Searched Points Found Percent Done
|
||
|
|
|
||
|
|
626 626 626 25 %
|
||
|
|
1251 1251 1251 50 %
|
||
|
|
1876 1876 1876 75 %
|
||
|
|
2500 2500 2500 100%
|
||
|
|
|
||
|
|
Total Source Nodes: 12
|
||
|
|
Total Sink Nodes: 2500
|
||
|
|
|
||
|
|
|
||
|
|
interpolate/voronoi done.
|
||
|
|
|
||
|
|
cmo select cmo_sink
|
||
|
|
finish
|
||
|
|
cmo kdtree release
|
||
|
|
finish
|
||
|
|
dump avs output_vor13.inp cmo_sink
|
||
|
|
cmo/modatt/-def-/-def-/ioflag/x
|
||
|
|
finish
|
||
|
|
* begin compare here
|
||
|
|
cmo status cmo_src
|
||
|
|
|
||
|
|
The current-mesh-object(CMO) is: cmo_sink
|
||
|
|
|
||
|
|
1 Mesh Object name: cmo_src
|
||
|
|
number of nodes = 12 number of elements = 12
|
||
|
|
dimensions geometry = 3 element type = tri
|
||
|
|
dimensions topology = 2 3 nodes 3 faces 3 edges
|
||
|
|
boundary flag = 16000000 status = inactive
|
||
|
|
|
||
|
|
NAME TYPE RANK LENGTH INTER PERSI IO VALUE
|
||
|
|
|
||
|
|
1 -def- VDOU scalar nnodes linea tempo agl 0.000E+00
|
||
|
|
2 scalar INT scalar scalar const perma l 1.000E+00
|
||
|
|
3 vector INT scalar scalar const perma l 3.000E+00
|
||
|
|
4 nnodes INT scalar scalar const perma l 1.200E+01
|
||
|
|
5 nedges INT scalar scalar const perma l 0.000E+00
|
||
|
|
6 nfaces INT scalar scalar const perma l 0.000E+00
|
||
|
|
7 nelements INT scalar scalar const perma l 1.200E+01
|
||
|
|
8 mbndry INT scalar scalar const perma l 1.600E+07
|
||
|
|
9 ndimensions_top INT scalar scalar const perma l 2.000E+00
|
||
|
|
10 ndimensions_geo INT scalar scalar const perma l 3.000E+00
|
||
|
|
11 nodes_per_eleme INT scalar scalar const perma l 3.000E+00
|
||
|
|
12 edges_per_eleme INT scalar scalar const perma l 3.000E+00
|
||
|
|
13 faces_per_eleme INT scalar scalar const perma l 3.000E+00
|
||
|
|
14 isetwd VDOU scalar nnodes or perma l 0.000E+00
|
||
|
|
15 ialias VINT scalar nnodes seque perma l 0.000E+00
|
||
|
|
16 imt1 VINT scalar nnodes max perma gal 0.000E+00
|
||
|
|
17 itp1 VINT scalar nnodes min perma gal 0.000E+00
|
||
|
|
18 icr1 VINT scalar nnodes min perma gal 0.000E+00
|
||
|
|
19 isn1 VINT scalar nnodes user perma gal 0.000E+00
|
||
|
|
20 xic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
21 yic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
22 zic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
23 xtetwd VDOU scalar nelements or perma l 0.000E+00
|
||
|
|
24 itetclr VINT scalar nelements user perma l 0.000E+00
|
||
|
|
25 itettyp VINT scalar nelements user perma l 0.000E+00
|
||
|
|
26 itetoff VINT scalar nelements user perma l 0.000E+00
|
||
|
|
27 jtetoff VINT scalar nelements user perma l 0.000E+00
|
||
|
|
28 itet VINT nodes_per_ nelements user perma l 0.000E+00
|
||
|
|
29 jtet VINT faces_per_ nelements user perma l 0.000E+00
|
||
|
|
30 ipolydat CHAR scalar scalar const perma l no
|
||
|
|
31 vor2d CHAR scalar scalar const perma l yes
|
||
|
|
32 vor3d CHAR scalar scalar const perma l no
|
||
|
|
33 epsilon REAL scalar scalar const perma l 1.000E-15
|
||
|
|
34 epsilonl REAL scalar scalar const perma l 1.734E-10
|
||
|
|
35 epsilona REAL scalar scalar const perma l 1.354E-07
|
||
|
|
36 epsilonv REAL scalar scalar const perma l 1.354E-07
|
||
|
|
37 ipointi INT scalar scalar const perma l 1.000E+00
|
||
|
|
38 ipointj INT scalar scalar const perma l 1.200E+01
|
||
|
|
39 idebug INT scalar scalar const perma l 0.000E+00
|
||
|
|
40 itypconv_sm INT scalar scalar const perma l 1.000E+00
|
||
|
|
41 maxiter_sm INT scalar scalar const perma l 2.500E+01
|
||
|
|
42 tolconv_sm REAL scalar scalar const perma l 1.000E+00
|
||
|
|
43 nnfreq INT scalar scalar const perma l 1.000E+00
|
||
|
|
44 ivoronoi INT scalar scalar const perma l 1.000E+00
|
||
|
|
45 iopt2to2 INT scalar scalar const perma l 2.000E+00
|
||
|
|
46 dumptype CHAR scalar scalar const perma l binary
|
||
|
|
47 velname CHAR scalar scalar const perma l vels
|
||
|
|
48 densname CHAR scalar scalar const perma l ric
|
||
|
|
49 presname CHAR scalar scalar const perma l pic
|
||
|
|
50 enername CHAR scalar scalar const perma l eic
|
||
|
|
51 xmin REAL scalar scalar const perma l 0.000E+00
|
||
|
|
52 ymin REAL scalar scalar const perma l 0.000E+00
|
||
|
|
53 zmin REAL scalar scalar const perma l 2.500E-01
|
||
|
|
54 xmax REAL scalar scalar const perma l 5.000E+02
|
||
|
|
55 ymax REAL scalar scalar const perma l 6.000E+02
|
||
|
|
56 zmax REAL scalar scalar const perma l 2.500E-01
|
||
|
|
57 kdtree_level INT scalar scalar const perma l 0.000E+00
|
||
|
|
58 max_number_sets INT scalar scalar const perma l 6.400E+01
|
||
|
|
59 number_of_psets INT scalar scalar const perma l 0.000E+00
|
||
|
|
60 number_of_eltse INT scalar scalar const perma l 0.000E+00
|
||
|
|
61 psetnames VCHA scalar max_number_sets const perma l
|
||
|
|
62 eltsetnames VCHA scalar max_number_sets const perma l
|
||
|
|
63 geom_name CHAR scalar max_number_sets const perma l -defaultge
|
||
|
|
64 fsetnames VCHA scalar max_number_sets const perma l
|
||
|
|
65 number_of_fsets INT scalar scalar const perma l 0.000E+00
|
||
|
|
66 iign VDOU scalar nnodes linea perma gxa 0.000E+00
|
||
|
|
67 numreal VDOU scalar nnodes linea perma gxa 0.000E+00
|
||
|
|
cmo status cmo_sink
|
||
|
|
|
||
|
|
The current-mesh-object(CMO) is: cmo_sink
|
||
|
|
|
||
|
|
2 Mesh Object name: cmo_sink
|
||
|
|
number of nodes = 2500 number of elements = 2401
|
||
|
|
dimensions geometry = 3 element type = qua
|
||
|
|
dimensions topology = 2 4 nodes 4 faces 4 edges
|
||
|
|
boundary flag = 16000000 status = active
|
||
|
|
|
||
|
|
NAME TYPE RANK LENGTH INTER PERSI IO VALUE
|
||
|
|
|
||
|
|
1 -def- VDOU scalar nnodes linea tempo x 0.000E+00
|
||
|
|
2 scalar INT scalar scalar const perma l 1.000E+00
|
||
|
|
3 vector INT scalar scalar const perma l 3.000E+00
|
||
|
|
4 nnodes INT scalar scalar const perma l 2.500E+03
|
||
|
|
5 nedges INT scalar scalar const perma l 0.000E+00
|
||
|
|
6 nfaces INT scalar scalar const perma l 0.000E+00
|
||
|
|
7 nelements INT scalar scalar const perma l 2.401E+03
|
||
|
|
8 mbndry INT scalar scalar const perma l 1.600E+07
|
||
|
|
9 ndimensions_top INT scalar scalar const perma l 2.000E+00
|
||
|
|
10 ndimensions_geo INT scalar scalar const perma l 3.000E+00
|
||
|
|
11 nodes_per_eleme INT scalar scalar const perma l 4.000E+00
|
||
|
|
12 edges_per_eleme INT scalar scalar const perma l 4.000E+00
|
||
|
|
13 faces_per_eleme INT scalar scalar const perma l 4.000E+00
|
||
|
|
14 isetwd VDOU scalar nnodes or perma l 0.000E+00
|
||
|
|
15 ialias VINT scalar nnodes seque perma l 0.000E+00
|
||
|
|
16 imt1 VINT scalar nnodes max perma gal 0.000E+00
|
||
|
|
17 itp1 VINT scalar nnodes min perma gal 0.000E+00
|
||
|
|
18 icr1 VINT scalar nnodes min perma gal 0.000E+00
|
||
|
|
19 isn1 VINT scalar nnodes user perma gal 0.000E+00
|
||
|
|
20 xic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
21 yic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
22 zic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
23 xtetwd VDOU scalar nelements or perma l 0.000E+00
|
||
|
|
24 itetclr VINT scalar nelements user perma l 0.000E+00
|
||
|
|
25 itettyp VINT scalar nelements user perma l 0.000E+00
|
||
|
|
26 itetoff VINT scalar nelements user perma l 0.000E+00
|
||
|
|
27 jtetoff VINT scalar nelements user perma l 0.000E+00
|
||
|
|
28 itet VINT nodes_per_ nelements user perma l 0.000E+00
|
||
|
|
29 jtet VINT faces_per_ nelements user perma l 0.000E+00
|
||
|
|
30 ipolydat CHAR scalar scalar const perma l no
|
||
|
|
31 vor2d CHAR scalar scalar const perma l yes
|
||
|
|
32 vor3d CHAR scalar scalar const perma l no
|
||
|
|
33 epsilon REAL scalar scalar const perma l 1.000E-15
|
||
|
|
34 epsilonl REAL scalar scalar const perma l 1.570E-10
|
||
|
|
35 epsilona REAL scalar scalar const perma l 1.110E-07
|
||
|
|
36 epsilonv REAL scalar scalar const perma l 1.110E-07
|
||
|
|
37 ipointi INT scalar scalar const perma l 1.000E+00
|
||
|
|
38 ipointj INT scalar scalar const perma l 2.500E+03
|
||
|
|
39 idebug INT scalar scalar const perma l 0.000E+00
|
||
|
|
40 itypconv_sm INT scalar scalar const perma l 1.000E+00
|
||
|
|
41 maxiter_sm INT scalar scalar const perma l 2.500E+01
|
||
|
|
42 tolconv_sm REAL scalar scalar const perma l 1.000E+00
|
||
|
|
43 nnfreq INT scalar scalar const perma l 1.000E+00
|
||
|
|
44 ivoronoi INT scalar scalar const perma l 1.000E+00
|
||
|
|
45 iopt2to2 INT scalar scalar const perma l 2.000E+00
|
||
|
|
46 dumptype CHAR scalar scalar const perma l binary
|
||
|
|
47 velname CHAR scalar scalar const perma l vels
|
||
|
|
48 densname CHAR scalar scalar const perma l ric
|
||
|
|
49 presname CHAR scalar scalar const perma l pic
|
||
|
|
50 enername CHAR scalar scalar const perma l eic
|
||
|
|
51 xmin REAL scalar scalar const perma l 0.000E+00
|
||
|
|
52 ymin REAL scalar scalar const perma l 0.000E+00
|
||
|
|
53 zmin REAL scalar scalar const perma l 2.500E-01
|
||
|
|
54 xmax REAL scalar scalar const perma l 5.000E+02
|
||
|
|
55 ymax REAL scalar scalar const perma l 5.000E+02
|
||
|
|
56 zmax REAL scalar scalar const perma l 2.500E-01
|
||
|
|
57 kdtree_level INT scalar scalar const perma l 0.000E+00
|
||
|
|
58 max_number_sets INT scalar scalar const perma l 6.400E+01
|
||
|
|
59 number_of_psets INT scalar scalar const perma l 0.000E+00
|
||
|
|
60 number_of_eltse INT scalar scalar const perma l 0.000E+00
|
||
|
|
61 psetnames VCHA scalar max_number_sets const perma l
|
||
|
|
62 eltsetnames VCHA scalar max_number_sets const perma l
|
||
|
|
63 geom_name CHAR scalar max_number_sets const perma l -defaultge
|
||
|
|
64 fsetnames VCHA scalar max_number_sets const perma l
|
||
|
|
65 number_of_fsets INT scalar scalar const perma l 0.000E+00
|
||
|
|
66 numreal VDOU scalar nnodes linea tempo agl 0.000E+00
|
||
|
|
cmo printatt cmo_src numreal minmax
|
||
|
|
ATTRIBUTE NAME MIN MAX DIFFERENCE LENGTH
|
||
|
|
numreal 9.010000000E+01 1.002000000E+02 1.010000000E+01 12
|
||
|
|
|
||
|
|
cmo printatt cmo_sink numreal minmax
|
||
|
|
ATTRIBUTE NAME MIN MAX DIFFERENCE LENGTH
|
||
|
|
numreal 9.010000000E+01 1.002000000E+02 1.010000000E+01 2500
|
||
|
|
|
||
|
|
* end compare here
|
||
|
|
*-----------------------------------------------------
|
||
|
|
* 14 INT <- REAL
|
||
|
|
cmo setatt cmo_sink numreal 0.0
|
||
|
|
2500 values reset for attribute numreal
|
||
|
|
|
||
|
|
intrp/voronoi/cmo_sink numreal/1,0,0/cmo_src ialias
|
||
|
|
nodes in indexed point set = 2500
|
||
|
|
|
||
|
|
WARNING: attribute types differ: VDOUBLE VINT
|
||
|
|
|
||
|
|
|
||
|
|
INTRP METHOD: voronoi FUNCTION: sequence
|
||
|
|
TIEBREAKER: maxtie FLAG: plus1 0.130000000000E+02
|
||
|
|
|
||
|
|
|
||
|
|
Build kdtree0 done - assign nearest node for each.
|
||
|
|
|
||
|
|
|
||
|
|
Sink point Points Searched Points Found Percent Done
|
||
|
|
|
||
|
|
626 626 626 25 %
|
||
|
|
1251 1251 1251 50 %
|
||
|
|
1876 1876 1876 75 %
|
||
|
|
2500 2500 2500 100%
|
||
|
|
|
||
|
|
Total Source Nodes: 12
|
||
|
|
Total Sink Nodes: 2500
|
||
|
|
|
||
|
|
|
||
|
|
interpolate/voronoi done.
|
||
|
|
|
||
|
|
cmo select cmo_sink
|
||
|
|
finish
|
||
|
|
cmo kdtree release
|
||
|
|
finish
|
||
|
|
dump avs output_vor14.inp cmo_sink
|
||
|
|
cmo/modatt/-def-/-def-/ioflag/x
|
||
|
|
finish
|
||
|
|
* begin compare here
|
||
|
|
cmo status cmo_src
|
||
|
|
|
||
|
|
The current-mesh-object(CMO) is: cmo_sink
|
||
|
|
|
||
|
|
1 Mesh Object name: cmo_src
|
||
|
|
number of nodes = 12 number of elements = 12
|
||
|
|
dimensions geometry = 3 element type = tri
|
||
|
|
dimensions topology = 2 3 nodes 3 faces 3 edges
|
||
|
|
boundary flag = 16000000 status = inactive
|
||
|
|
|
||
|
|
NAME TYPE RANK LENGTH INTER PERSI IO VALUE
|
||
|
|
|
||
|
|
1 -def- VDOU scalar nnodes linea tempo agl 0.000E+00
|
||
|
|
2 scalar INT scalar scalar const perma l 1.000E+00
|
||
|
|
3 vector INT scalar scalar const perma l 3.000E+00
|
||
|
|
4 nnodes INT scalar scalar const perma l 1.200E+01
|
||
|
|
5 nedges INT scalar scalar const perma l 0.000E+00
|
||
|
|
6 nfaces INT scalar scalar const perma l 0.000E+00
|
||
|
|
7 nelements INT scalar scalar const perma l 1.200E+01
|
||
|
|
8 mbndry INT scalar scalar const perma l 1.600E+07
|
||
|
|
9 ndimensions_top INT scalar scalar const perma l 2.000E+00
|
||
|
|
10 ndimensions_geo INT scalar scalar const perma l 3.000E+00
|
||
|
|
11 nodes_per_eleme INT scalar scalar const perma l 3.000E+00
|
||
|
|
12 edges_per_eleme INT scalar scalar const perma l 3.000E+00
|
||
|
|
13 faces_per_eleme INT scalar scalar const perma l 3.000E+00
|
||
|
|
14 isetwd VDOU scalar nnodes or perma l 0.000E+00
|
||
|
|
15 ialias VINT scalar nnodes seque perma l 0.000E+00
|
||
|
|
16 imt1 VINT scalar nnodes max perma gal 0.000E+00
|
||
|
|
17 itp1 VINT scalar nnodes min perma gal 0.000E+00
|
||
|
|
18 icr1 VINT scalar nnodes min perma gal 0.000E+00
|
||
|
|
19 isn1 VINT scalar nnodes user perma gal 0.000E+00
|
||
|
|
20 xic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
21 yic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
22 zic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
23 xtetwd VDOU scalar nelements or perma l 0.000E+00
|
||
|
|
24 itetclr VINT scalar nelements user perma l 0.000E+00
|
||
|
|
25 itettyp VINT scalar nelements user perma l 0.000E+00
|
||
|
|
26 itetoff VINT scalar nelements user perma l 0.000E+00
|
||
|
|
27 jtetoff VINT scalar nelements user perma l 0.000E+00
|
||
|
|
28 itet VINT nodes_per_ nelements user perma l 0.000E+00
|
||
|
|
29 jtet VINT faces_per_ nelements user perma l 0.000E+00
|
||
|
|
30 ipolydat CHAR scalar scalar const perma l no
|
||
|
|
31 vor2d CHAR scalar scalar const perma l yes
|
||
|
|
32 vor3d CHAR scalar scalar const perma l no
|
||
|
|
33 epsilon REAL scalar scalar const perma l 1.000E-15
|
||
|
|
34 epsilonl REAL scalar scalar const perma l 1.734E-10
|
||
|
|
35 epsilona REAL scalar scalar const perma l 1.354E-07
|
||
|
|
36 epsilonv REAL scalar scalar const perma l 1.354E-07
|
||
|
|
37 ipointi INT scalar scalar const perma l 1.000E+00
|
||
|
|
38 ipointj INT scalar scalar const perma l 1.200E+01
|
||
|
|
39 idebug INT scalar scalar const perma l 0.000E+00
|
||
|
|
40 itypconv_sm INT scalar scalar const perma l 1.000E+00
|
||
|
|
41 maxiter_sm INT scalar scalar const perma l 2.500E+01
|
||
|
|
42 tolconv_sm REAL scalar scalar const perma l 1.000E+00
|
||
|
|
43 nnfreq INT scalar scalar const perma l 1.000E+00
|
||
|
|
44 ivoronoi INT scalar scalar const perma l 1.000E+00
|
||
|
|
45 iopt2to2 INT scalar scalar const perma l 2.000E+00
|
||
|
|
46 dumptype CHAR scalar scalar const perma l binary
|
||
|
|
47 velname CHAR scalar scalar const perma l vels
|
||
|
|
48 densname CHAR scalar scalar const perma l ric
|
||
|
|
49 presname CHAR scalar scalar const perma l pic
|
||
|
|
50 enername CHAR scalar scalar const perma l eic
|
||
|
|
51 xmin REAL scalar scalar const perma l 0.000E+00
|
||
|
|
52 ymin REAL scalar scalar const perma l 0.000E+00
|
||
|
|
53 zmin REAL scalar scalar const perma l 2.500E-01
|
||
|
|
54 xmax REAL scalar scalar const perma l 5.000E+02
|
||
|
|
55 ymax REAL scalar scalar const perma l 6.000E+02
|
||
|
|
56 zmax REAL scalar scalar const perma l 2.500E-01
|
||
|
|
57 kdtree_level INT scalar scalar const perma l 0.000E+00
|
||
|
|
58 max_number_sets INT scalar scalar const perma l 6.400E+01
|
||
|
|
59 number_of_psets INT scalar scalar const perma l 0.000E+00
|
||
|
|
60 number_of_eltse INT scalar scalar const perma l 0.000E+00
|
||
|
|
61 psetnames VCHA scalar max_number_sets const perma l
|
||
|
|
62 eltsetnames VCHA scalar max_number_sets const perma l
|
||
|
|
63 geom_name CHAR scalar max_number_sets const perma l -defaultge
|
||
|
|
64 fsetnames VCHA scalar max_number_sets const perma l
|
||
|
|
65 number_of_fsets INT scalar scalar const perma l 0.000E+00
|
||
|
|
66 iign VDOU scalar nnodes linea perma gxa 0.000E+00
|
||
|
|
67 numreal VDOU scalar nnodes linea perma gxa 0.000E+00
|
||
|
|
cmo status cmo_sink
|
||
|
|
|
||
|
|
The current-mesh-object(CMO) is: cmo_sink
|
||
|
|
|
||
|
|
2 Mesh Object name: cmo_sink
|
||
|
|
number of nodes = 2500 number of elements = 2401
|
||
|
|
dimensions geometry = 3 element type = qua
|
||
|
|
dimensions topology = 2 4 nodes 4 faces 4 edges
|
||
|
|
boundary flag = 16000000 status = active
|
||
|
|
|
||
|
|
NAME TYPE RANK LENGTH INTER PERSI IO VALUE
|
||
|
|
|
||
|
|
1 -def- VDOU scalar nnodes linea tempo x 0.000E+00
|
||
|
|
2 scalar INT scalar scalar const perma l 1.000E+00
|
||
|
|
3 vector INT scalar scalar const perma l 3.000E+00
|
||
|
|
4 nnodes INT scalar scalar const perma l 2.500E+03
|
||
|
|
5 nedges INT scalar scalar const perma l 0.000E+00
|
||
|
|
6 nfaces INT scalar scalar const perma l 0.000E+00
|
||
|
|
7 nelements INT scalar scalar const perma l 2.401E+03
|
||
|
|
8 mbndry INT scalar scalar const perma l 1.600E+07
|
||
|
|
9 ndimensions_top INT scalar scalar const perma l 2.000E+00
|
||
|
|
10 ndimensions_geo INT scalar scalar const perma l 3.000E+00
|
||
|
|
11 nodes_per_eleme INT scalar scalar const perma l 4.000E+00
|
||
|
|
12 edges_per_eleme INT scalar scalar const perma l 4.000E+00
|
||
|
|
13 faces_per_eleme INT scalar scalar const perma l 4.000E+00
|
||
|
|
14 isetwd VDOU scalar nnodes or perma l 0.000E+00
|
||
|
|
15 ialias VINT scalar nnodes seque perma l 0.000E+00
|
||
|
|
16 imt1 VINT scalar nnodes max perma gal 0.000E+00
|
||
|
|
17 itp1 VINT scalar nnodes min perma gal 0.000E+00
|
||
|
|
18 icr1 VINT scalar nnodes min perma gal 0.000E+00
|
||
|
|
19 isn1 VINT scalar nnodes user perma gal 0.000E+00
|
||
|
|
20 xic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
21 yic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
22 zic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
23 xtetwd VDOU scalar nelements or perma l 0.000E+00
|
||
|
|
24 itetclr VINT scalar nelements user perma l 0.000E+00
|
||
|
|
25 itettyp VINT scalar nelements user perma l 0.000E+00
|
||
|
|
26 itetoff VINT scalar nelements user perma l 0.000E+00
|
||
|
|
27 jtetoff VINT scalar nelements user perma l 0.000E+00
|
||
|
|
28 itet VINT nodes_per_ nelements user perma l 0.000E+00
|
||
|
|
29 jtet VINT faces_per_ nelements user perma l 0.000E+00
|
||
|
|
30 ipolydat CHAR scalar scalar const perma l no
|
||
|
|
31 vor2d CHAR scalar scalar const perma l yes
|
||
|
|
32 vor3d CHAR scalar scalar const perma l no
|
||
|
|
33 epsilon REAL scalar scalar const perma l 1.000E-15
|
||
|
|
34 epsilonl REAL scalar scalar const perma l 1.570E-10
|
||
|
|
35 epsilona REAL scalar scalar const perma l 1.110E-07
|
||
|
|
36 epsilonv REAL scalar scalar const perma l 1.110E-07
|
||
|
|
37 ipointi INT scalar scalar const perma l 1.000E+00
|
||
|
|
38 ipointj INT scalar scalar const perma l 2.500E+03
|
||
|
|
39 idebug INT scalar scalar const perma l 0.000E+00
|
||
|
|
40 itypconv_sm INT scalar scalar const perma l 1.000E+00
|
||
|
|
41 maxiter_sm INT scalar scalar const perma l 2.500E+01
|
||
|
|
42 tolconv_sm REAL scalar scalar const perma l 1.000E+00
|
||
|
|
43 nnfreq INT scalar scalar const perma l 1.000E+00
|
||
|
|
44 ivoronoi INT scalar scalar const perma l 1.000E+00
|
||
|
|
45 iopt2to2 INT scalar scalar const perma l 2.000E+00
|
||
|
|
46 dumptype CHAR scalar scalar const perma l binary
|
||
|
|
47 velname CHAR scalar scalar const perma l vels
|
||
|
|
48 densname CHAR scalar scalar const perma l ric
|
||
|
|
49 presname CHAR scalar scalar const perma l pic
|
||
|
|
50 enername CHAR scalar scalar const perma l eic
|
||
|
|
51 xmin REAL scalar scalar const perma l 0.000E+00
|
||
|
|
52 ymin REAL scalar scalar const perma l 0.000E+00
|
||
|
|
53 zmin REAL scalar scalar const perma l 2.500E-01
|
||
|
|
54 xmax REAL scalar scalar const perma l 5.000E+02
|
||
|
|
55 ymax REAL scalar scalar const perma l 5.000E+02
|
||
|
|
56 zmax REAL scalar scalar const perma l 2.500E-01
|
||
|
|
57 kdtree_level INT scalar scalar const perma l 0.000E+00
|
||
|
|
58 max_number_sets INT scalar scalar const perma l 6.400E+01
|
||
|
|
59 number_of_psets INT scalar scalar const perma l 0.000E+00
|
||
|
|
60 number_of_eltse INT scalar scalar const perma l 0.000E+00
|
||
|
|
61 psetnames VCHA scalar max_number_sets const perma l
|
||
|
|
62 eltsetnames VCHA scalar max_number_sets const perma l
|
||
|
|
63 geom_name CHAR scalar max_number_sets const perma l -defaultge
|
||
|
|
64 fsetnames VCHA scalar max_number_sets const perma l
|
||
|
|
65 number_of_fsets INT scalar scalar const perma l 0.000E+00
|
||
|
|
66 numreal VDOU scalar nnodes linea tempo agl 0.000E+00
|
||
|
|
cmo printatt cmo_src ialias minmax
|
||
|
|
ATTRIBUTE NAME MIN MAX DIFFERENCE LENGTH
|
||
|
|
ialias 1 12 11 12
|
||
|
|
|
||
|
|
cmo printatt cmo_sink numreal minmax
|
||
|
|
ATTRIBUTE NAME MIN MAX DIFFERENCE LENGTH
|
||
|
|
numreal 1.000000000E+00 1.200000000E+01 1.100000000E+01 2500
|
||
|
|
|
||
|
|
* end compare here
|
||
|
|
*-----------------------------------------------------
|
||
|
|
* 15 REAL <- INT
|
||
|
|
cmo setatt cmo_sink imt1 0
|
||
|
|
2500 values reset for attribute imt1
|
||
|
|
|
||
|
|
intrp/voronoi/cmo_sink imt1/1,0,0/cmo_src numreal
|
||
|
|
nodes in indexed point set = 2500
|
||
|
|
|
||
|
|
WARNING: attribute types differ: VINT VDOUBLE
|
||
|
|
|
||
|
|
|
||
|
|
INTRP METHOD: voronoi FUNCTION: linear
|
||
|
|
TIEBREAKER: maxtie FLAG: plus1 0.101200000000E+03
|
||
|
|
|
||
|
|
|
||
|
|
Build kdtree0 done - assign nearest node for each.
|
||
|
|
|
||
|
|
|
||
|
|
Sink point Points Searched Points Found Percent Done
|
||
|
|
|
||
|
|
626 626 626 25 %
|
||
|
|
1251 1251 1251 50 %
|
||
|
|
1876 1876 1876 75 %
|
||
|
|
2500 2500 2500 100%
|
||
|
|
|
||
|
|
Total Source Nodes: 12
|
||
|
|
Total Sink Nodes: 2500
|
||
|
|
|
||
|
|
|
||
|
|
interpolate/voronoi done.
|
||
|
|
|
||
|
|
cmo select cmo_sink
|
||
|
|
finish
|
||
|
|
cmo kdtree release
|
||
|
|
finish
|
||
|
|
dump avs output_vor15.inp cmo_sink
|
||
|
|
cmo/modatt/-def-/-def-/ioflag/x
|
||
|
|
finish
|
||
|
|
* begin compare here
|
||
|
|
cmo status cmo_src
|
||
|
|
|
||
|
|
The current-mesh-object(CMO) is: cmo_sink
|
||
|
|
|
||
|
|
1 Mesh Object name: cmo_src
|
||
|
|
number of nodes = 12 number of elements = 12
|
||
|
|
dimensions geometry = 3 element type = tri
|
||
|
|
dimensions topology = 2 3 nodes 3 faces 3 edges
|
||
|
|
boundary flag = 16000000 status = inactive
|
||
|
|
|
||
|
|
NAME TYPE RANK LENGTH INTER PERSI IO VALUE
|
||
|
|
|
||
|
|
1 -def- VDOU scalar nnodes linea tempo agl 0.000E+00
|
||
|
|
2 scalar INT scalar scalar const perma l 1.000E+00
|
||
|
|
3 vector INT scalar scalar const perma l 3.000E+00
|
||
|
|
4 nnodes INT scalar scalar const perma l 1.200E+01
|
||
|
|
5 nedges INT scalar scalar const perma l 0.000E+00
|
||
|
|
6 nfaces INT scalar scalar const perma l 0.000E+00
|
||
|
|
7 nelements INT scalar scalar const perma l 1.200E+01
|
||
|
|
8 mbndry INT scalar scalar const perma l 1.600E+07
|
||
|
|
9 ndimensions_top INT scalar scalar const perma l 2.000E+00
|
||
|
|
10 ndimensions_geo INT scalar scalar const perma l 3.000E+00
|
||
|
|
11 nodes_per_eleme INT scalar scalar const perma l 3.000E+00
|
||
|
|
12 edges_per_eleme INT scalar scalar const perma l 3.000E+00
|
||
|
|
13 faces_per_eleme INT scalar scalar const perma l 3.000E+00
|
||
|
|
14 isetwd VDOU scalar nnodes or perma l 0.000E+00
|
||
|
|
15 ialias VINT scalar nnodes seque perma l 0.000E+00
|
||
|
|
16 imt1 VINT scalar nnodes max perma gal 0.000E+00
|
||
|
|
17 itp1 VINT scalar nnodes min perma gal 0.000E+00
|
||
|
|
18 icr1 VINT scalar nnodes min perma gal 0.000E+00
|
||
|
|
19 isn1 VINT scalar nnodes user perma gal 0.000E+00
|
||
|
|
20 xic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
21 yic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
22 zic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
23 xtetwd VDOU scalar nelements or perma l 0.000E+00
|
||
|
|
24 itetclr VINT scalar nelements user perma l 0.000E+00
|
||
|
|
25 itettyp VINT scalar nelements user perma l 0.000E+00
|
||
|
|
26 itetoff VINT scalar nelements user perma l 0.000E+00
|
||
|
|
27 jtetoff VINT scalar nelements user perma l 0.000E+00
|
||
|
|
28 itet VINT nodes_per_ nelements user perma l 0.000E+00
|
||
|
|
29 jtet VINT faces_per_ nelements user perma l 0.000E+00
|
||
|
|
30 ipolydat CHAR scalar scalar const perma l no
|
||
|
|
31 vor2d CHAR scalar scalar const perma l yes
|
||
|
|
32 vor3d CHAR scalar scalar const perma l no
|
||
|
|
33 epsilon REAL scalar scalar const perma l 1.000E-15
|
||
|
|
34 epsilonl REAL scalar scalar const perma l 1.734E-10
|
||
|
|
35 epsilona REAL scalar scalar const perma l 1.354E-07
|
||
|
|
36 epsilonv REAL scalar scalar const perma l 1.354E-07
|
||
|
|
37 ipointi INT scalar scalar const perma l 1.000E+00
|
||
|
|
38 ipointj INT scalar scalar const perma l 1.200E+01
|
||
|
|
39 idebug INT scalar scalar const perma l 0.000E+00
|
||
|
|
40 itypconv_sm INT scalar scalar const perma l 1.000E+00
|
||
|
|
41 maxiter_sm INT scalar scalar const perma l 2.500E+01
|
||
|
|
42 tolconv_sm REAL scalar scalar const perma l 1.000E+00
|
||
|
|
43 nnfreq INT scalar scalar const perma l 1.000E+00
|
||
|
|
44 ivoronoi INT scalar scalar const perma l 1.000E+00
|
||
|
|
45 iopt2to2 INT scalar scalar const perma l 2.000E+00
|
||
|
|
46 dumptype CHAR scalar scalar const perma l binary
|
||
|
|
47 velname CHAR scalar scalar const perma l vels
|
||
|
|
48 densname CHAR scalar scalar const perma l ric
|
||
|
|
49 presname CHAR scalar scalar const perma l pic
|
||
|
|
50 enername CHAR scalar scalar const perma l eic
|
||
|
|
51 xmin REAL scalar scalar const perma l 0.000E+00
|
||
|
|
52 ymin REAL scalar scalar const perma l 0.000E+00
|
||
|
|
53 zmin REAL scalar scalar const perma l 2.500E-01
|
||
|
|
54 xmax REAL scalar scalar const perma l 5.000E+02
|
||
|
|
55 ymax REAL scalar scalar const perma l 6.000E+02
|
||
|
|
56 zmax REAL scalar scalar const perma l 2.500E-01
|
||
|
|
57 kdtree_level INT scalar scalar const perma l 0.000E+00
|
||
|
|
58 max_number_sets INT scalar scalar const perma l 6.400E+01
|
||
|
|
59 number_of_psets INT scalar scalar const perma l 0.000E+00
|
||
|
|
60 number_of_eltse INT scalar scalar const perma l 0.000E+00
|
||
|
|
61 psetnames VCHA scalar max_number_sets const perma l
|
||
|
|
62 eltsetnames VCHA scalar max_number_sets const perma l
|
||
|
|
63 geom_name CHAR scalar max_number_sets const perma l -defaultge
|
||
|
|
64 fsetnames VCHA scalar max_number_sets const perma l
|
||
|
|
65 number_of_fsets INT scalar scalar const perma l 0.000E+00
|
||
|
|
66 iign VDOU scalar nnodes linea perma gxa 0.000E+00
|
||
|
|
67 numreal VDOU scalar nnodes linea perma gxa 0.000E+00
|
||
|
|
cmo status cmo_sink
|
||
|
|
|
||
|
|
The current-mesh-object(CMO) is: cmo_sink
|
||
|
|
|
||
|
|
2 Mesh Object name: cmo_sink
|
||
|
|
number of nodes = 2500 number of elements = 2401
|
||
|
|
dimensions geometry = 3 element type = qua
|
||
|
|
dimensions topology = 2 4 nodes 4 faces 4 edges
|
||
|
|
boundary flag = 16000000 status = active
|
||
|
|
|
||
|
|
NAME TYPE RANK LENGTH INTER PERSI IO VALUE
|
||
|
|
|
||
|
|
1 -def- VDOU scalar nnodes linea tempo x 0.000E+00
|
||
|
|
2 scalar INT scalar scalar const perma l 1.000E+00
|
||
|
|
3 vector INT scalar scalar const perma l 3.000E+00
|
||
|
|
4 nnodes INT scalar scalar const perma l 2.500E+03
|
||
|
|
5 nedges INT scalar scalar const perma l 0.000E+00
|
||
|
|
6 nfaces INT scalar scalar const perma l 0.000E+00
|
||
|
|
7 nelements INT scalar scalar const perma l 2.401E+03
|
||
|
|
8 mbndry INT scalar scalar const perma l 1.600E+07
|
||
|
|
9 ndimensions_top INT scalar scalar const perma l 2.000E+00
|
||
|
|
10 ndimensions_geo INT scalar scalar const perma l 3.000E+00
|
||
|
|
11 nodes_per_eleme INT scalar scalar const perma l 4.000E+00
|
||
|
|
12 edges_per_eleme INT scalar scalar const perma l 4.000E+00
|
||
|
|
13 faces_per_eleme INT scalar scalar const perma l 4.000E+00
|
||
|
|
14 isetwd VDOU scalar nnodes or perma l 0.000E+00
|
||
|
|
15 ialias VINT scalar nnodes seque perma l 0.000E+00
|
||
|
|
16 imt1 VINT scalar nnodes max perma gal 0.000E+00
|
||
|
|
17 itp1 VINT scalar nnodes min perma gal 0.000E+00
|
||
|
|
18 icr1 VINT scalar nnodes min perma gal 0.000E+00
|
||
|
|
19 isn1 VINT scalar nnodes user perma gal 0.000E+00
|
||
|
|
20 xic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
21 yic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
22 zic VDOU scalar nnodes linea perma l 0.000E+00
|
||
|
|
23 xtetwd VDOU scalar nelements or perma l 0.000E+00
|
||
|
|
24 itetclr VINT scalar nelements user perma l 0.000E+00
|
||
|
|
25 itettyp VINT scalar nelements user perma l 0.000E+00
|
||
|
|
26 itetoff VINT scalar nelements user perma l 0.000E+00
|
||
|
|
27 jtetoff VINT scalar nelements user perma l 0.000E+00
|
||
|
|
28 itet VINT nodes_per_ nelements user perma l 0.000E+00
|
||
|
|
29 jtet VINT faces_per_ nelements user perma l 0.000E+00
|
||
|
|
30 ipolydat CHAR scalar scalar const perma l no
|
||
|
|
31 vor2d CHAR scalar scalar const perma l yes
|
||
|
|
32 vor3d CHAR scalar scalar const perma l no
|
||
|
|
33 epsilon REAL scalar scalar const perma l 1.000E-15
|
||
|
|
34 epsilonl REAL scalar scalar const perma l 1.570E-10
|
||
|
|
35 epsilona REAL scalar scalar const perma l 1.110E-07
|
||
|
|
36 epsilonv REAL scalar scalar const perma l 1.110E-07
|
||
|
|
37 ipointi INT scalar scalar const perma l 1.000E+00
|
||
|
|
38 ipointj INT scalar scalar const perma l 2.500E+03
|
||
|
|
39 idebug INT scalar scalar const perma l 0.000E+00
|
||
|
|
40 itypconv_sm INT scalar scalar const perma l 1.000E+00
|
||
|
|
41 maxiter_sm INT scalar scalar const perma l 2.500E+01
|
||
|
|
42 tolconv_sm REAL scalar scalar const perma l 1.000E+00
|
||
|
|
43 nnfreq INT scalar scalar const perma l 1.000E+00
|
||
|
|
44 ivoronoi INT scalar scalar const perma l 1.000E+00
|
||
|
|
45 iopt2to2 INT scalar scalar const perma l 2.000E+00
|
||
|
|
46 dumptype CHAR scalar scalar const perma l binary
|
||
|
|
47 velname CHAR scalar scalar const perma l vels
|
||
|
|
48 densname CHAR scalar scalar const perma l ric
|
||
|
|
49 presname CHAR scalar scalar const perma l pic
|
||
|
|
50 enername CHAR scalar scalar const perma l eic
|
||
|
|
51 xmin REAL scalar scalar const perma l 0.000E+00
|
||
|
|
52 ymin REAL scalar scalar const perma l 0.000E+00
|
||
|
|
53 zmin REAL scalar scalar const perma l 2.500E-01
|
||
|
|
54 xmax REAL scalar scalar const perma l 5.000E+02
|
||
|
|
55 ymax REAL scalar scalar const perma l 5.000E+02
|
||
|
|
56 zmax REAL scalar scalar const perma l 2.500E-01
|
||
|
|
57 kdtree_level INT scalar scalar const perma l 0.000E+00
|
||
|
|
58 max_number_sets INT scalar scalar const perma l 6.400E+01
|
||
|
|
59 number_of_psets INT scalar scalar const perma l 0.000E+00
|
||
|
|
60 number_of_eltse INT scalar scalar const perma l 0.000E+00
|
||
|
|
61 psetnames VCHA scalar max_number_sets const perma l
|
||
|
|
62 eltsetnames VCHA scalar max_number_sets const perma l
|
||
|
|
63 geom_name CHAR scalar max_number_sets const perma l -defaultge
|
||
|
|
64 fsetnames VCHA scalar max_number_sets const perma l
|
||
|
|
65 number_of_fsets INT scalar scalar const perma l 0.000E+00
|
||
|
|
66 numreal VDOU scalar nnodes linea tempo agl 0.000E+00
|
||
|
|
cmo printatt cmo_src numreal minmax
|
||
|
|
ATTRIBUTE NAME MIN MAX DIFFERENCE LENGTH
|
||
|
|
numreal 9.010000000E+01 1.002000000E+02 1.010000000E+01 12
|
||
|
|
|
||
|
|
cmo printatt cmo_sink imt1 minmax
|
||
|
|
ATTRIBUTE NAME MIN MAX DIFFERENCE LENGTH
|
||
|
|
imt1 90 100 10 2500
|
||
|
|
|
||
|
|
* end compare here
|
||
|
|
cmo delete cmo_src
|
||
|
|
Released Mesh Object: cmo_src
|
||
|
|
cmo delete cmo_sink
|
||
|
|
Released Mesh Object: cmo_sink
|
||
|
|
* DONE with voronoi test
|
||
|
|
finish
|
||
|
|
LaGriT successfully completed
|