Hello everybody! I'm going to need two different meshes (with different dimension) in one simulation. On each of them, a transient system is solved, and they mutually interact during each timestep. My perception is that the intended way to achieve this is by using two EquationSystems. Is that correct?
An additional challenge will be parallelization. Serial execution will take months in some cases, so I'm going to need to parallelize as much as possible. Ideally, both systems should be parallelized such that of a total of N processors, the first system is parallelized to (and solved on) M processors, while the other N-M processors are handling the other system. What is the intended way (if any) to do this? Initialize libmesh twice, with different MPI communicators? Best regards, Roman ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
