adapt_mesh not found in pyamg #1469
Unanswered
danielenriquez59
asked this question in
Q&A
Replies: 2 comments
-
I meet the same problem, can anybody help? thank you |
Beta Was this translation helpful? Give feedback.
0 replies
-
Same problem here! I would be interested in the answer! |
Beta Was this translation helpful? Give feedback.
0 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.
-
I recently downloaded and compiled the feature_adap branch of SU2.
After installing I attempted to run an adaptation case with pyamg. However my code errors out with,
'File "C:\bin\SU2\amginria\interface.py", line 136, in call_pyamg
mesh_new = pyamg.adapt_mesh(mesh, remesh_options)
AttributeError: module 'pyamg' has no attribute 'adapt_mesh''
Does the newest version of pyamg no longer have this method? If so, what is the fix?
Thanks
Daniel
Beta Was this translation helpful? Give feedback.
All reactions