Thanks for your prompt reply!

Adding parameters as variables is a good idea. I will try that first.
For now, I have already had my serial version code working using MeshData
format .xta. I am wondering if you can give some hints on how to load that
data
in a parallel setting.

What I am thinking is to load it on the first processor and distribute to
other processors.
(1) How should I achieve this?
(2) Should I use add_vector instead of add_variable() to avoid increasing
the number of dofs. Right?

Thanks,
Mengda


2009/6/2 Roy Stogner <[email protected]>

>
> On Tue, 2 Jun 2009, Mengda Wu wrote:
>
>   I am trying to use the MeshData structure in parallel. It seems
>>  that there are some discussions on this issue. I am wondering what
>>  is the status of MeshData in parallel.
>>
>
> Unmaintained in general, not working in parallel.  None of the current
> libMesh developers are MeshData users/developers or have been for
> quite some time, so nobody's had the knowledge to work on or extend
> the class.
>
>  How to handle the meshdata such as material parameters in parallel
>> if this feature is not available.
>>
>
> A separate solution field in a separate ExplicitSystem can be used to
> store scalar material parameters easily; an equal order LAGRANGE field
> for nodal data or a 0th order MONOMIAL field for cell data, for
> example.  Those would get extended properly though mesh
> refinement/coarsening.
>
> Alternatively, you could be the one to fix MeshData.  We'd happily
> accept patches from an active user of it.
> ---
> Roy
>
------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
Libmesh-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to