Improvement for next version of MecWay

2»

Comments

  • edited June 2023
    That's a tricky one. Somehow, the Min. element size overrides the refinements. That's not intentional or useful but I don't know how to make Netgen behave like it does in Salome.
  • I found out that if I set the minimun size of the mesh to the minumun local refinement, then it acts as in Salome






  • @German You should be able to check if the solve failed with solution.all_nodes().count() == 0
  • I've created a Github repo for feature requests. Please create an issue there for anything you want from now on. I've got it started by adding some of the most recent ones from this forum.

    https://github.com/victorkemp/Mecway

  • Nice.

    ¿will you add a link to your GitHub on the main MECWAY webpage?.
  • @Victor,
    I had to use len(solution.all_nodes()) == 0 because solution.all_nodes() has no count attribute, but it works
  • @German oops, that old confusion again. Thanks for fixing it.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!