28 lines
542 B
Plaintext
Executable File
28 lines
542 B
Plaintext
Executable File
* TEST connect (3d) (lagrit_input_connect)
|
|
* LaGriT input file to generate an orthogonal grid on
|
|
* a unit cube. Just change nx,ny,nz to change the resolution.
|
|
*
|
|
define/nx/20
|
|
define/ny/20
|
|
define/nz/20
|
|
|
|
cmo / create / cmo / / / tet
|
|
rz / xyz / nx, ny, nz / 0. 0. 0. / 1. 1. 1. / 1 1 1
|
|
cmo / setatt / cmo / imt / 1 0 0 / 1
|
|
dump/ avs /output_conn1.inp/cmo
|
|
|
|
* begin compare
|
|
connect / noadd
|
|
* end compare
|
|
|
|
resetpts / itp
|
|
dump / avs / output_conn2.inp/cmo
|
|
|
|
* begin compare
|
|
geniee
|
|
cmo/status
|
|
cmo/printatt//-all-/minmax
|
|
quality
|
|
* end compare
|
|
finish
|