initial upload
This commit is contained in:
27
test/level01/connect_cube/input.lgi
Executable file
27
test/level01/connect_cube/input.lgi
Executable file
@@ -0,0 +1,27 @@
|
||||
* 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
|
||||
Reference in New Issue
Block a user