anuga-community / anuga_core

ANUGA for the simulation of the shallow water equation
https://anuga.anu.edu.au
Other
32 stars 23 forks source link

Can we update to use latest pymetis #13

Closed samcom12 closed 2 years ago

stoiver commented 2 years ago

@samcom12, just wondering if you were asking about updating from version 4 to 5?

samcom12 commented 2 years ago

@stoiver Yes. I was getting issues with finer mesh size and found a similar issue at

http://glaros.dtc.umn.edu/gkhome/node/933

stoiver commented 2 years ago

@samcom12, anuga can already use metis 5, via the wrapper https://github.com/inducer/pymetis. All you need to do is install pymetis via pip and then anuga will use the new version of metis.

samcom12 commented 2 years ago

Yes, @stoiver, I did that, and that's why closed this issue earlier. We can remove source code of pymetisbundled with anuga.