Replies: 1 comment 3 replies
-
@vladotomov might have some suggestions on this. To get the initial mesh in mfem format, you could comment out lines 411-413 in mesh-optimizer.cpp: My first thought for changing the output name is to add an additional flag with your desired string name and update line 1206 in mesh-optimizer.cpp to reflect that new string. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am trying to do a primitive parameter study with
mesh_optimizer
. An example run would be:I would like to do a couple things. First, I'd like to get an MFEM
.mesh
formatted file of the initial CUBIT Genesis/NetCDF file, just for comparison. Then I'd like to be able to control the output filename rather than having it default tooptimized.mesh
. Any help is appreciated, thanks!Beta Was this translation helpful? Give feedback.
All reactions