initial upload
This commit is contained in:
21
test/level01/single_triangle/reference/input.lgi
Executable file
21
test/level01/single_triangle/reference/input.lgi
Executable file
@@ -0,0 +1,21 @@
|
||||
# Test triangulate
|
||||
# Verify that a 4-node mesh can be triangulated
|
||||
|
||||
cmo/create/mo1///triplane
|
||||
read/avs/input_mesh_4.inp/mo1
|
||||
triangulate/clockwise
|
||||
dump/output_mesh_4.inp/mo1
|
||||
quality
|
||||
|
||||
# Test that a 3-node mesh can be triangulated
|
||||
cmo/create/mo2///triplane
|
||||
read/avs/input_mesh_3.inp/mo2
|
||||
triangulate/clockwise
|
||||
dump/output_mesh_3.inp/mo2
|
||||
quality
|
||||
|
||||
cmo/status/mo1
|
||||
cmo/status/mo2
|
||||
|
||||
finish
|
||||
|
||||
Reference in New Issue
Block a user