Dear all,

I have bunch of quick questions. I write and read an additional vector that
I using XDR files:

write:

equation_system.write(xdr_file_name.str(), EquationSystems::WRITE_DATA |
      EquationSystems::WRITE_ADDITIONAL_DATA);

read:

equation_system.read(xdr_file_name.str(), EquationSystems::READ_HEADER |

EquationSystems::READ_DATA |

EquationSystems::READ_ADDITIONAL_DATA);

* Am I doing this correctly?
* Do I need to write the data or can I just write the additional data
alone? I have no use for the data itself and only need the additional
vector.
* After the additional vectors are loaded are they going to get distributed
with ghost values if I added them as a GHOSTED vector when setting the
equation system up?

thanks,
Ata
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
Libmesh-users mailing list
Libmesh-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to