Importing STL file using EB Build incflo #3642
Unanswered
brahmandas
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Try For debugging purpose, try |
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
-
I am trying to use AMReX's STL functionality with incflo. I am calling
EB::build
like thisEB2::Build(geom.back(), 0, 20)
This works OK for me with amr.max_level =0 but gives me segfault when I use max_level > 0. It fails when it tries to build the level from scratch. I am testing this with the airfoil.stl provided with amrex EB tutorial. Could you please suggest me what I might be doing wrong? I appreciate any help or insight given in this issue.
Beta Was this translation helpful? Give feedback.
All reactions