Re: [Libmesh-devel] XDA Restart With Subdomain Restricted Variables

2011-06-22 Thread Derek Gaston
Did you not use EquationSystems::read() then? And I think that what you are proposing will only work as long as your parallel partitioning is exactly the same between the two runs (which actually, in the case where we caught this is _not_ true!). Derek On Jun 22, 2011, at 4:05 PM, Kirk, Benja

Re: [Libmesh-devel] XDA Restart With Subdomain Restricted Variables

2011-06-22 Thread Kirk, Benjamin (JSC-EG311)
I know we've done this recently - but maybe we are declaring the system first and then just reading the values? Anyway, I'll have a look but it will have to be next week... -Ben On Jun 22, 2011, at 4:53 PM, "Derek Gaston" wrote: > It doesn't work. > > Derek > > > > ;-) > > But really..

[Libmesh-devel] XDA Restart With Subdomain Restricted Variables

2011-06-22 Thread Derek Gaston
It doesn't work. Derek ;-) But really... it doesn't work. It appears that there are assumptions in System::read_serialized_vector() and in read_serialized_block_dof_objects() that are assuming that if a variable has nodal dofs then it has dofs at every node. John and I have been talking a