Files
LaGriT/test/level02/exodus_prisms/reference/out_prism_one.exo.ascii

67 lines
1.2 KiB
Plaintext
Raw Normal View History

2025-12-17 11:00:57 +08:00
netcdf out_prism_one {
dimensions:
len_name = 256 ;
time_step = UNLIMITED ; // (0 currently)
num_dim = 3 ;
num_nodes = 6 ;
num_elem = 1 ;
num_el_blk = 1 ;
num_qa_rec = 1 ;
four = 4 ;
len_string = 33 ;
num_el_in_blk1 = 1 ;
num_nod_per_el1 = 6 ;
variables:
double time_whole(time_step) ;
int eb_status(num_el_blk) ;
int eb_prop1(num_el_blk) ;
eb_prop1:name = "ID" ;
double coordx(num_nodes) ;
double coordy(num_nodes) ;
double coordz(num_nodes) ;
char eb_names(num_el_blk, len_name) ;
eb_names:_FillValue = "" ;
char coor_names(num_dim, len_name) ;
coor_names:_FillValue = "" ;
char qa_records(num_qa_rec, four, len_string) ;
int connect1(num_el_in_blk1, num_nod_per_el1) ;
connect1:elem_type = "WEDGE" ;
// global attributes:
:api_version = 7.21f ;
:version = 7.21f ;
:floating_point_word_size = 8 ;
:file_size = 1 ;
:maximum_name_length = 32 ;
:int64_status = 0 ;
:title = "LaGriT to Exodus" ;
data:
eb_status = 1 ;
eb_prop1 = 1 ;
coordx = 0, 1, 1, 0, 1, 1 ;
coordy = 0, 0, 1, 0, 0, 1 ;
coordz = 0, 0, 0, 0.1, 0.1, 0.1 ;
eb_names =
"" ;
coor_names =
"",
"",
"" ;
qa_records =
"moprism",
"probname",
"Today",
"Time" ;
connect1 =
1, 2, 3, 4, 5, 6 ;
}