On Tue, 2 Jun 2009, Mengda Wu wrote: > 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.
Your best bet is to do the transformation in serial: write a serial program that loads the MeshData and writes it out to a new vector in a new ExplicitSystem. Then you can write that system out in serial and load it up again in parallel. > (2) Should I use add_vector instead of add_variable() to avoid increasing > the number of dofs. Right? I'd add_system() first - create a new ExplicitSystem and just use its solution vector for the parameter. --- 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
