initial upload
This commit is contained in:
82
test/level02/write_exo/reference/out_2Dim_extract.exo.ascii
Normal file
82
test/level02/write_exo/reference/out_2Dim_extract.exo.ascii
Normal file
@@ -0,0 +1,82 @@
|
||||
netcdf out_2Dim_extract {
|
||||
dimensions:
|
||||
len_name = 256 ;
|
||||
time_step = UNLIMITED ; // (0 currently)
|
||||
num_dim = 2 ;
|
||||
num_nodes = 3 ;
|
||||
num_elem = 1 ;
|
||||
num_el_blk = 1 ;
|
||||
num_side_sets = 1 ;
|
||||
num_qa_rec = 1 ;
|
||||
four = 4 ;
|
||||
len_string = 33 ;
|
||||
num_el_in_blk1 = 1 ;
|
||||
num_nod_per_el1 = 3 ;
|
||||
num_side_ss1 = 3 ;
|
||||
variables:
|
||||
double time_whole(time_step) ;
|
||||
int eb_status(num_el_blk) ;
|
||||
int eb_prop1(num_el_blk) ;
|
||||
eb_prop1:name = "ID" ;
|
||||
int ss_status(num_side_sets) ;
|
||||
int ss_prop1(num_side_sets) ;
|
||||
ss_prop1:name = "ID" ;
|
||||
double coordx(num_nodes) ;
|
||||
double coordy(num_nodes) ;
|
||||
char eb_names(num_el_blk, len_name) ;
|
||||
eb_names:_FillValue = "" ;
|
||||
char ss_names(num_side_sets, len_name) ;
|
||||
ss_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 = "TRI3" ;
|
||||
int elem_ss1(num_side_ss1) ;
|
||||
int side_ss1(num_side_ss1) ;
|
||||
|
||||
// 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 ;
|
||||
|
||||
ss_status = 1 ;
|
||||
|
||||
ss_prop1 = 1 ;
|
||||
|
||||
coordx = 0, 5, 0 ;
|
||||
|
||||
coordy = 0, 0, 5 ;
|
||||
|
||||
eb_names =
|
||||
"" ;
|
||||
|
||||
ss_names =
|
||||
"" ;
|
||||
|
||||
coor_names =
|
||||
"",
|
||||
"" ;
|
||||
|
||||
qa_records =
|
||||
"motri0",
|
||||
"probname",
|
||||
"Today",
|
||||
"Time" ;
|
||||
|
||||
connect1 =
|
||||
3, 1, 2 ;
|
||||
|
||||
elem_ss1 = 1, 1, 1 ;
|
||||
|
||||
side_ss1 = 2, 3, 1 ;
|
||||
}
|
||||
Reference in New Issue
Block a user