On Wed, 13 Nov 2013, Michael Povolotskyi wrote:

> can different meshes be defined on different communicators and different
> equation systems solved on them?

In theory, yes.  Complex parallel objects copy their communicator from
whatever other parallel objects are used to initialize them - so if
you give a subcommunicator to a Mesh, then that communicator will be
picked up by the EquationSystems, which will use it to initialize any
necessary NumericVectors, etc.

In practice, we don't have any coverage on this in the main libMesh
test suite yet; if you want to use this functionality I'd recommend
writing and submitting a short example code just to help ensure we
don't accidentally break it out from under you in the future!
---
Roy

------------------------------------------------------------------------------
DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps
OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access
Free app hosting. Or install the open source package on any LAMP server.
Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native!
http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk
_______________________________________________
Libmesh-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to