Re: [Libmesh-devel] Parallel mesh questions

2008-05-18 Thread Martin
Roy Stogner writes: > Just run ./configure without "--enable-parmesh", and declare objects > to be of type Mesh, which will end up as a typedef of SerialMesh. > You'll still need to keep your own code (e.g. node redistibution) > consistent between processors, but you won't have to worry about b

Re: [Libmesh-devel] Parallel mesh questions

2008-05-18 Thread Roy Stogner
On Sun, 18 May 2008, [EMAIL PROTECTED] wrote: > Should I declare all meshes as SerialMesh? Just run ./configure without "--enable-parmesh", and declare objects to be of type Mesh, which will end up as a typedef of SerialMesh. You'll still need to keep your own code (e.g. node redistibution) cons