I'm trying to solve a system of partial differential equations in Python, using Fipy. I have a system of at least 3 PDEs.
I was wondering which approach is best for solving such a system? Fipy supports both coupled and uncoupled approaches for systems of PDEs. I was wondering, first, if Fipy even supports more than 2 coupled equations, and, if not (or if so), what is the best way of solivng such a system?
Thank you so much.