On Aug 28, 2014, at 9:11 PM, Danyang Su <[email protected]> wrote:
> Hi All, > > I have flow and reactive transport equations in one system. What do you mean by “one system”? Are you solving the flow and reactive transport coupled or do you solve flow then transport, then flow etc.? > The share the same domain decomposition. Usually solving flow equations takes > much less time than reactive transport equations, say 10% vs 90%. For some > extreme cases, the flow equations are not well scaled while reactive > transport equations are well scaled. The performance for flow equations may > get worse when use more processors. Is it possible to set different number of > processors for flow and reactive transport equations? E.g, 16 processors for > flow equations and 128 processors for reactive transport equations. It is possible but the programming will get more complicated. I assume that you are solving them decoupled. This means that after you solve the flow you must distribute the solution over the large number of processes and then solve the transport. How are you managing the mesh? Are you using a PETSc DMDA or your own mesh management? Barry > > Thanks, > > Danyang
