Re: [Libmesh-devel] Restarting from an XDA file with subdomain restricted variables

2011-08-22 Thread Roy Stogner
On Mon, 22 Aug 2011, David Andrs wrote: > However the XDA file does not contain enough info to properly add variables, > see system_io.C:212 where add_variable is called > with no subdomain param, which means all variables will live everywhere and > thus the read from XDA file will fail. Good

[Libmesh-devel] Restarting from an XDA file with subdomain restricted variables

2011-08-22 Thread David Andrs
Hi all! I found the following issue with XDA restart. But first, let me start with a working scenario: - let's have a simulation with 2 variables: 'u' and 'v', where 'u' lives on the whole domain and 'v' only on half of it. - save the result into an XDA file - when restarting, we recreate the E