Skip to content

Commit

Permalink
fixing camel split
Browse files Browse the repository at this point in the history
  • Loading branch information
mtao committed Nov 12, 2024
1 parent 5f5c15e commit 241468d
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions applications/convert/examples/camel_split_uv.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"input": {
"input": {
"file": "multimesh/camel.hdf5",
"name_spec": {
"position": "uv"
}
},
"output": {
"position": {
"file": "camel_pos",
"position_attribute": "vertices",
"type": ".vtu"
},
"position.uv": {
"file": "camel_uv",
"position_attribute": "vertices",
"type": ".vtu"
}
}
},
"stats": {
"position": {
"edges": 5607,
"faces": 3576,
"vertices": 2032
},
"position.uv": {
"edges": 5607,
"faces": 3576,
"vertices": 2032
}
}
}

0 comments on commit 241468d

Please sign in to comment.