Dear all,
I have a simple journal file in which I have both surface and curve sidesets:
brick x 10 y 10 z 5
volume 1 scheme auto
mesh volume 1
save trelis “/home/hgharti/meshes/postearthquake/test.trelis” overwrite journal
set duplicate block elements off
block 1 add volume 1
sideset 1 add surface 1
sideset 2 add curve 4 wrt surface 1
save trelis “/home/hgharti/meshes/postearthquake/test.trelis” overwrite journal
set exodus netcdf4 off
set large exodus file on
export mesh “test.e” overwrite
But trelis cannot export sideset 2. Is there anything wrong with my journal file?
I would be grateful for your suggestion.
Thanks,
HNG