Hi, I noticed that the pixi branch was merged into the main one. In this version the mesh utils were updated by Codex, but it seems most of the code is unnecessary, as the netgen binary is not being called, which requires some functions to address issues with netgen's GUI. Rather, the pixi branch uses Python's netgen 6.2, which seems not to have any of these problems.
I will see if I can simplify most of the mesh functionality. Something else we noticed with my group is that the maxh argument works differently in old finmag's netgen 5.3., which produces finer meshes compared to the new finmag, using the same max value.
Hi, I noticed that the pixi branch was merged into the main one. In this version the mesh utils were updated by Codex, but it seems most of the code is unnecessary, as the netgen binary is not being called, which requires some functions to address issues with netgen's GUI. Rather, the pixi branch uses Python's netgen 6.2, which seems not to have any of these problems.
I will see if I can simplify most of the mesh functionality. Something else we noticed with my group is that the
maxhargument works differently in old finmag's netgen 5.3., which produces finer meshes compared to the new finmag, using the samemaxvalue.