Hello FreeFEM community,
I have two semi-related questions, hopefully it’s alright that I’m asking this in one post. (I can make separate posts if that is preferred.)
I’m building some code using DDM for educational purposes, and I’m currently using the macro_ddm header file. I want to know if I can extract information such as which Schwarz solver being used (e.g. RAS, ASM, or an iterative method) and the number of iterations needed for the sub-problems to converge?
More generally, what is the difference between the macro_ddm.idp and ffddm.idp header files? Is it better to use ffddm if I want to get information such as what I’ve asked above?
Thank you in advance!