51 lines
1.2 KiB
Plaintext
Executable File
51 lines
1.2 KiB
Plaintext
Executable File
* TEST dump/* (lagrit_input_dump)
|
|
* dump and read AVS and GMV files
|
|
* dump FEHM files
|
|
* Note: gmv files commented out for multi-platform testing
|
|
* For multi-platform you can read write in this test
|
|
* but your binary files may not compare with reference files
|
|
|
|
read / avs / input_unit_tet.inp / cmo
|
|
|
|
* begin compare fehm
|
|
|
|
* write coordinate file only
|
|
dump / coord / output_coord / cmo
|
|
|
|
* write material zone file only
|
|
dump / zone_imt / output_imt / cmo
|
|
|
|
* write outside zone file only
|
|
dump / zone_outside / output_out / cmo
|
|
|
|
* dump FEHM files
|
|
* dump / fehm / outbin / cmo / binary / / scalar
|
|
dump / fehm / outascii / cmo / ascii / / scalar
|
|
cmo/printatt//-all-/minmax
|
|
quality
|
|
cmo/status/cmo
|
|
* end compare fehm
|
|
|
|
* begin compare write AVS and GMV
|
|
* dump AVS and GMV files
|
|
* dump / gmv / output.gmv / cmo /
|
|
* dump / gmv / output_ascii.gmv / cmo / ascii
|
|
dump / avs / output.inp / cmo /
|
|
* end compare here
|
|
|
|
* read write ascii binary
|
|
* begin compare write AVS and GMV
|
|
cmo delete cmo
|
|
infile test_io.lgi
|
|
* end compare here
|
|
|
|
finish
|
|
|
|
* This file has NaN that some compilers allow
|
|
* begin acceptable failure for NaN
|
|
read avs input_tet24.inp cmonan
|
|
* end acceptable failure for NaN
|
|
|
|
|
|
finish
|